Initial
This commit is contained in:
67
PLC/9 Robot/DUTs/ePaddleSize.TcTLEO
Normal file
67
PLC/9 Robot/DUTs/ePaddleSize.TcTLEO
Normal file
@@ -0,0 +1,67 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<TcPlcObject Version="1.1.0.1" ProductVersion="3.1.4026.13">
|
||||
<EnumerationTextList Name="ePaddleSize" Id="{62ab5caa-61d7-4edf-962e-fe6f607cc8e4}">
|
||||
<Declaration><![CDATA[{attribute 'qualified_only'}
|
||||
{attribute 'strict'}
|
||||
{attribute 'to_string'}
|
||||
TYPE ePaddleSize :
|
||||
(
|
||||
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>Klein</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>Mitte</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>Groß</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">{428087eb-62a6-42e8-baa1-7d1b277479ca}</v>
|
||||
<v n="GuidReInit">{e6ca1daa-b588-4510-92eb-b5619cd39605}</v>
|
||||
<v n="GuidExitX">{50d6ce7d-a8d0-4eff-bdbf-94ebd40660a2}</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>
|
||||
Reference in New Issue
Block a user