-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ENHANCEMENT] Improve functionalities in Template (#159)
* Create draft PR for #158 * +Rfid chip authentification port name into config +build in statistic counter +entity searchers helpers (onliner,plainer) *rework recipes in recipe instructor +standart basic counter data +scrolling by content in ui +RequestRestoreOrigin(),Next() +public properties in Technology and ControledUnit +supsend step execution property +MTS feedeng (PLS,PLR,PLB paletizators,Oscilating feeder) +Transfer System lib +online data visual update --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: peterbarancek <[email protected]>
- Loading branch information
1 parent
f5e59a9
commit 14f472d
Showing
96 changed files
with
13,565 additions
and
1,782 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
27 changes: 27 additions & 0 deletions
27
...te/t/src/x_template_x-xae/x_template_xPlc/Abstractions/CUBase/Data/BasicCounterData.TcDUT
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<TcPlcObject Version="1.1.0.1"> | ||
<DUT Name="BasicCounterData" Id="{5462301d-0575-454a-97bb-bcbadc017c65}"> | ||
<Declaration><![CDATA[{attribute wpf [Container(Layout.Stack)]} | ||
{attribute wpf [Group(Layout.Scroll)]} | ||
{attribute addProperty Name "<#Entity header#>"} | ||
TYPE BasicCounterData EXTENDS TcoCore.TcoStruct : | ||
STRUCT | ||
{attribute addProperty Name "<#OK#>"} | ||
Passed : UDINT; | ||
{attribute addProperty Name "<#NOK#>"} | ||
Failed : UDINT; | ||
{attribute addProperty Name "<#TOTAL#>"} | ||
Total : UDINT; | ||
{attribute addProperty Name "<#ALL TIME OK#>"} | ||
LifeTimePassed : UDINT; | ||
{attribute addProperty Name "<#ALL TIME NOK#>"} | ||
LifeTimeFailed : UDINT; | ||
{attribute addProperty Name "<#ALL TIME #>"} | ||
LifeTime : UDINT; | ||
END_STRUCT | ||
END_TYPE | ||
]]></Declaration> | ||
</DUT> | ||
</TcPlcObject> |
Oops, something went wrong.