Added JobScheduler and recipe data for stations
This commit is contained in:
20
PLC/01_Stationen/Coolplate/DUTs/ST_SerialStatus.TcDUT
Normal file
20
PLC/01_Stationen/Coolplate/DUTs/ST_SerialStatus.TcDUT
Normal file
@@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<TcPlcObject Version="1.1.0.1">
|
||||
<DUT Name="ST_SerialStatus" Id="{e37399e0-7acb-4d91-826f-26258cabab1c}">
|
||||
<Declaration><![CDATA[{attribute 'pack_mode' := '1'}
|
||||
{attribute 'analysis' := '-33'}
|
||||
TYPE ST_SerialStatus :
|
||||
STRUCT
|
||||
bTransmitAccepted : BIT;
|
||||
bReceiveRequested : BIT;
|
||||
bInitAccepted : BIT;
|
||||
bBufferFull : BIT;
|
||||
bParityError : BIT;
|
||||
bFramingError : BIT;
|
||||
bOverrunError : BIT;
|
||||
byInputLength : BYTE;
|
||||
END_STRUCT
|
||||
END_TYPE
|
||||
]]></Declaration>
|
||||
</DUT>
|
||||
</TcPlcObject>
|
||||
Reference in New Issue
Block a user