Initial
This commit is contained in:
21
PLC/9 Robot/DUTs/sRobotServiceSignal.TcDUT
Normal file
21
PLC/9 Robot/DUTs/sRobotServiceSignal.TcDUT
Normal file
@@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<TcPlcObject Version="1.1.0.1" ProductVersion="3.1.4026.12">
|
||||
<DUT Name="sRobotServiceSignal" Id="{a5015fa4-41e4-46ee-8a9a-f2600034c9a6}">
|
||||
<Declaration><![CDATA[TYPE sRobotServiceSignal :
|
||||
STRUCT
|
||||
TargetStation : INT := 0;
|
||||
TargetCassette : INT := FirstCassette;
|
||||
TargetSlot : INT(1..20) := 1;
|
||||
TargetPuddle : eRobotPaddle;
|
||||
|
||||
GetInvisible : BOOL;
|
||||
PutInvisible : BOOL;
|
||||
ScanInvisible : BOOL;
|
||||
CassetteInvisible : BOOL;
|
||||
TargetStationNumber : INT := 1;
|
||||
SelectionDisable : BOOL;
|
||||
END_STRUCT
|
||||
END_TYPE
|
||||
]]></Declaration>
|
||||
</DUT>
|
||||
</TcPlcObject>
|
||||
Reference in New Issue
Block a user