Initial
This commit is contained in:
176
PLC/1 Cassette/DUTs/Cassette_ErrorNr.TcTLEO
Normal file
176
PLC/1 Cassette/DUTs/Cassette_ErrorNr.TcTLEO
Normal file
@@ -0,0 +1,176 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<TcPlcObject Version="1.1.0.1" ProductVersion="3.1.4026.11">
|
||||
<EnumerationTextList Name="Cassette_ErrorNr" Id="{226a81f3-c400-4078-882c-8287768274b6}">
|
||||
<Declaration><![CDATA[{attribute 'qualified_only'}
|
||||
{attribute 'strict'}
|
||||
TYPE Cassette_ErrorNr :(
|
||||
eNoError := 0,
|
||||
eNoWafer := 5,
|
||||
|
||||
eDoorLockTimeOut := 100,
|
||||
eRecipeMissing := 110,
|
||||
|
||||
eTrayNoCom := 200,
|
||||
|
||||
|
||||
|
||||
eDoorIsOpened := 2000,
|
||||
eInitError := 2001,
|
||||
eGetError := 2002,
|
||||
|
||||
|
||||
TrayLock1UpTimeout := 3000,
|
||||
TrayLock1DownTimeout := 3001,
|
||||
|
||||
TrayLock2UpTimeout := 3100,
|
||||
TrayLock2DownTimeout := 3101,
|
||||
|
||||
|
||||
eDoor1CloseTimeout := 3500,
|
||||
eDoor1LockTimeout := 3510
|
||||
);
|
||||
END_TYPE]]></Declaration>
|
||||
<XmlArchive>
|
||||
<Data>
|
||||
<o xml:space="preserve" t="TextListEnumerationTextListObject">
|
||||
<l n="TextList" t="ArrayList" cet="TextListRow">
|
||||
<o>
|
||||
<v n="TextID">"eNoError"</v>
|
||||
<v n="TextDefault">"0"</v>
|
||||
<l n="LanguageTexts" t="ArrayList" cet="String">
|
||||
<v></v>
|
||||
<v></v>
|
||||
</l>
|
||||
</o>
|
||||
<o>
|
||||
<v n="TextID">"eNoWafer"</v>
|
||||
<v n="TextDefault">"5"</v>
|
||||
<l n="LanguageTexts" t="ArrayList" cet="String">
|
||||
<v></v>
|
||||
<v></v>
|
||||
</l>
|
||||
</o>
|
||||
<o>
|
||||
<v n="TextID">"eDoorLockTimeOut"</v>
|
||||
<v n="TextDefault">"100"</v>
|
||||
<l n="LanguageTexts" t="ArrayList" cet="String">
|
||||
<v>Door Lock Timeout</v>
|
||||
<v>Door Lock Timeout</v>
|
||||
</l>
|
||||
</o>
|
||||
<o>
|
||||
<v n="TextID">"eRecipeMissing"</v>
|
||||
<v n="TextDefault">"110"</v>
|
||||
<l n="LanguageTexts" t="ArrayList" cet="String">
|
||||
<v>One of the recipes was not found</v>
|
||||
<v>One of the recipes was not found</v>
|
||||
</l>
|
||||
</o>
|
||||
<o>
|
||||
<v n="TextID">"eTrayNoCom"</v>
|
||||
<v n="TextDefault">"200"</v>
|
||||
<l n="LanguageTexts" t="ArrayList" cet="String">
|
||||
<v>No Communication</v>
|
||||
<v>Keine Kommunikation</v>
|
||||
</l>
|
||||
</o>
|
||||
<o>
|
||||
<v n="TextID">"eDoorIsOpened"</v>
|
||||
<v n="TextDefault">"2000"</v>
|
||||
<l n="LanguageTexts" t="ArrayList" cet="String">
|
||||
<v>Door is opened</v>
|
||||
<v>Tür ist geöffnet</v>
|
||||
</l>
|
||||
</o>
|
||||
<o>
|
||||
<v n="TextID">"eInitError"</v>
|
||||
<v n="TextDefault">"2001"</v>
|
||||
<l n="LanguageTexts" t="ArrayList" cet="String">
|
||||
<v>An error happened while Initialization</v>
|
||||
<v>Fehler bei der Inistialisierung aufgetreten</v>
|
||||
</l>
|
||||
</o>
|
||||
<o>
|
||||
<v n="TextID">"eGetError"</v>
|
||||
<v n="TextDefault">"2002"</v>
|
||||
<l n="LanguageTexts" t="ArrayList" cet="String">
|
||||
<v>An error happened while Get Tray</v>
|
||||
<v>An error happened while Get Tray</v>
|
||||
</l>
|
||||
</o>
|
||||
<o>
|
||||
<v n="TextID">"TrayLock1UpTimeout"</v>
|
||||
<v n="TextDefault">"3000"</v>
|
||||
<l n="LanguageTexts" t="ArrayList" cet="String">
|
||||
<v>Tray Lock 1 Timeout</v>
|
||||
<v>Tray Lock 1 Timeout</v>
|
||||
</l>
|
||||
</o>
|
||||
<o>
|
||||
<v n="TextID">"TrayLock1DownTimeout"</v>
|
||||
<v n="TextDefault">"3001"</v>
|
||||
<l n="LanguageTexts" t="ArrayList" cet="String">
|
||||
<v>Tray Unlock 1 Timeout</v>
|
||||
<v>Tray Unlock 1 Timeout</v>
|
||||
</l>
|
||||
</o>
|
||||
<o>
|
||||
<v n="TextID">"TrayLock2UpTimeout"</v>
|
||||
<v n="TextDefault">"3100"</v>
|
||||
<l n="LanguageTexts" t="ArrayList" cet="String">
|
||||
<v>Tray Lock 2 Timeout</v>
|
||||
<v>Tray Lock 2 Timeout</v>
|
||||
</l>
|
||||
</o>
|
||||
<o>
|
||||
<v n="TextID">"TrayLock2DownTimeout"</v>
|
||||
<v n="TextDefault">"3101"</v>
|
||||
<l n="LanguageTexts" t="ArrayList" cet="String">
|
||||
<v>Tray Unlock 2 Timeout</v>
|
||||
<v>Tray Unlock 2 Timeout</v>
|
||||
</l>
|
||||
</o>
|
||||
<o>
|
||||
<v n="TextID">"eDoor1CloseTimeout"</v>
|
||||
<v n="TextDefault">"3500"</v>
|
||||
<l n="LanguageTexts" t="ArrayList" cet="String">
|
||||
<v>Door Close Timeout</v>
|
||||
<v>Door Close Timeout</v>
|
||||
</l>
|
||||
</o>
|
||||
<o>
|
||||
<v n="TextID">"eDoor1LockTimeout"</v>
|
||||
<v n="TextDefault">"3510"</v>
|
||||
<l n="LanguageTexts" t="ArrayList" cet="String">
|
||||
<v>Door Lock Timeout</v>
|
||||
<v>Door Lock Timeout</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">{cb09bdcc-ddce-4e20-a18d-e64c44b2eec7}</v>
|
||||
<v n="GuidReInit">{03eff7bf-2edd-4179-a258-07b1f3aaf9bc}</v>
|
||||
<v n="GuidExitX">{569a86de-5f8d-48b3-aa75-4f44c76aa875}</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