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,73 @@
<?xml version="1.0" encoding="utf-8"?>
<TcPlcObject Version="1.1.0.1" ProductVersion="3.1.4026.8">
<EnumerationTextList Name="eJobType" Id="{58e93e8f-be7f-4f67-8f0f-631b225bcaf6}">
<Declaration><![CDATA[{attribute 'qualified_only'}
{attribute 'strict'}
{attribute 'to_string'}
TYPE eJobType :
(
noJob := 0,
AllTrays,
TrayLot,
OneTray
);
END_TYPE
]]></Declaration>
<XmlArchive>
<Data>
<o xml:space="preserve" t="TextListEnumerationTextListObject">
<l n="TextList" t="ArrayList" cet="TextListRow">
<o>
<v n="TextID">"noJob"</v>
<v n="TextDefault">"0"</v>
<l n="LanguageTexts" t="ArrayList" cet="String">
<v>No Job</v>
</l>
</o>
<o>
<v n="TextID">"AllTrays"</v>
<v n="TextDefault">""</v>
<l n="LanguageTexts" t="ArrayList" cet="String">
<v>All Trays</v>
</l>
</o>
<o>
<v n="TextID">"TrayLot"</v>
<v n="TextDefault">""</v>
<l n="LanguageTexts" t="ArrayList" cet="String">
<v>Tray Lot</v>
</l>
</o>
<o>
<v n="TextID">"OneTray"</v>
<v n="TextDefault">""</v>
<l n="LanguageTexts" t="ArrayList" cet="String">
<v>One Tray</v>
</l>
</o>
<o>
<v n="TextID">""</v>
<v n="TextDefault">""</v>
<l n="LanguageTexts" t="ArrayList" cet="String">
<v></v>
</l>
</o>
</l>
<l n="Languages" t="ArrayList" cet="String">
<v>en</v>
</l>
<v n="GuidInit">{8dd1451a-7387-4d88-806e-cc45708dbe3b}</v>
<v n="GuidReInit">{a16b13d8-3366-447b-8b63-44240be0fa39}</v>
<v n="GuidExitX">{9d274fa3-dd92-42ce-a39d-7a2d1a826340}</v>
</o>
</Data>
<TypeList>
<Type n="ArrayList">System.Collections.ArrayList</Type>
<Type n="Guid">System.Guid</Type>
<Type n="String">System.String</Type>
<Type n="TextListEnumerationTextListObject">{4b60233c-f940-4beb-b331-82133b520151}</Type>
<Type n="TextListRow">{53da1be7-ad25-47c3-b0e8-e26286dad2e0}</Type>
</TypeList>
</XmlArchive>
</EnumerationTextList>
</TcPlcObject>

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>