This commit is contained in:
2026-01-08 11:08:17 +01:00
commit fe882dc444
311 changed files with 511562 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<TcPlcObject Version="1.1.0.1" ProductVersion="3.1.4026.8">
<DUT Name="sJob" Id="{4112e3dc-05fa-4403-b0ab-7042aa91760a}">
<Declaration><![CDATA[TYPE sJob :
STRUCT
JobType : eJobType;
FlowName : INT;
TryIndex : USINT := 1;
Start : BOOL;
StartTrayIndex : USINT := 1;
EndTrayIndex : USINT := 1;
END_STRUCT
END_TYPE
]]></Declaration>
</DUT>
</TcPlcObject>