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,69 @@
<?xml version="1.0" encoding="utf-8"?>
<TcPlcObject Version="1.1.0.1" ProductVersion="3.1.4026.12">
<EnumerationTextList Name="eGripperSize" Id="{41673ac2-776e-4a9b-9a07-7d454c63399d}">
<Declaration><![CDATA[{attribute 'qualified_only'}
{attribute 'strict'}
{attribute 'to_string'}
TYPE eGripperSize :
(
Small := 1,
Middle := 2,
Big := 3
);
END_TYPE]]></Declaration>
<XmlArchive>
<Data>
<o xml:space="preserve" t="TextListEnumerationTextListObject">
<l n="TextList" t="ArrayList" cet="TextListRow">
<o>
<v n="TextID">"Small"</v>
<v n="TextDefault">"1"</v>
<l n="LanguageTexts" t="ArrayList" cet="String">
<v>Small</v>
<v>Small</v>
</l>
</o>
<o>
<v n="TextID">"Middle"</v>
<v n="TextDefault">"2"</v>
<l n="LanguageTexts" t="ArrayList" cet="String">
<v>Middle</v>
<v>Middle</v>
</l>
</o>
<o>
<v n="TextID">"Big"</v>
<v n="TextDefault">"3"</v>
<l n="LanguageTexts" t="ArrayList" cet="String">
<v>Big</v>
<v>Big</v>
</l>
</o>
<o>
<v n="TextID">""</v>
<v n="TextDefault">""</v>
<l n="LanguageTexts" t="ArrayList" cet="String">
<v></v>
<v></v>
</l>
</o>
</l>
<l n="Languages" t="ArrayList" cet="String">
<v>en</v>
<v>de</v>
</l>
<v n="GuidInit">{7bb2f7ac-c4ac-47c3-ad50-a3b3a8134a6a}</v>
<v n="GuidReInit">{401775e6-2a89-4e2f-92a5-a77e2650cde7}</v>
<v n="GuidExitX">{0b66581e-2428-44fb-ab0a-f1a2f10d27fd}</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>