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,20 @@
<?xml version="1.0" encoding="utf-8"?>
<TcPlcObject Version="1.1.0.1" ProductVersion="3.1.4026.8">
<DUT Name="sWaferSignal" Id="{65a0bea5-7327-426e-9120-719f3678725e}">
<Declaration><![CDATA[TYPE sWaferSignal :
STRUCT
WaferStatus : eWaferStatus;
Defect : BOOL;
Invisible : BOOL := TRUE;
Color : DWORD := 16#FF808080;
Size : USINT;
WAFERNUMBER : T_MaxString;
// LOT_ID : T_MaxString;
// SLOT_ID : T_MaxString;
END_STRUCT
END_TYPE]]></Declaration>
</DUT>
</TcPlcObject>