Initial
This commit is contained in:
16
PLC/9 Robot/DUTs/sRobotSignal.TcDUT
Normal file
16
PLC/9 Robot/DUTs/sRobotSignal.TcDUT
Normal file
@@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<TcPlcObject Version="1.1.0.1" ProductVersion="3.1.4026.11">
|
||||
<DUT Name="sRobotSignal" Id="{3bc56959-0374-47d9-8bbc-137fa9cae7fa}">
|
||||
<Declaration><![CDATA[TYPE sRobotSignal :
|
||||
STRUCT
|
||||
SelectedTargetStation : INT;
|
||||
NumberOfTargetStation : INT;
|
||||
ListTargetStationNumber : ARRAY[0..30] OF INT;
|
||||
ListTargetStationString : ARRAY[0..30] OF STRING;
|
||||
|
||||
Service : sRobotServiceSignal;
|
||||
END_STRUCT
|
||||
END_TYPE
|
||||
]]></Declaration>
|
||||
</DUT>
|
||||
</TcPlcObject>
|
||||
Reference in New Issue
Block a user