This repository has been archived by the owner on Feb 10, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
97 changed files
with
13,568 additions
and
1,785 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
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.