Relinked everything with HAL and Execute pattern
- Switched to BaseConponents V2.0
This commit is contained in:
23
PLC/01_Stationen/NOK/DUTs/ST_HMI_NOK.TcDUT
Normal file
23
PLC/01_Stationen/NOK/DUTs/ST_HMI_NOK.TcDUT
Normal file
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<TcPlcObject Version="1.1.0.1">
|
||||
<DUT Name="ST_HMI_NOK" Id="{d259a86f-52c2-4bdd-8153-d79adfe6f6fe}">
|
||||
<Declaration><![CDATA[TYPE ST_HMI_NOK :
|
||||
STRUCT
|
||||
stStationCmds : ST_HMI_PackML;
|
||||
|
||||
// Clamp trays diagonal
|
||||
stClampDiagValve : ST_HMI_VALVE_DATA;
|
||||
|
||||
// Clamp try across
|
||||
stClampAcrossValve : ST_HMI_VALVE_DATA;
|
||||
|
||||
// Clamp command
|
||||
stClampCmd : ST_HMI_CONTROL_BUTTON;
|
||||
|
||||
// Unclamp command
|
||||
stUnclampCmd : ST_HMI_CONTROL_BUTTON;
|
||||
END_STRUCT
|
||||
END_TYPE
|
||||
]]></Declaration>
|
||||
</DUT>
|
||||
</TcPlcObject>
|
||||
12
PLC/01_Stationen/NOK/DUTs/ST_NOK_IO.TcDUT
Normal file
12
PLC/01_Stationen/NOK/DUTs/ST_NOK_IO.TcDUT
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<TcPlcObject Version="1.1.0.1">
|
||||
<DUT Name="ST_NOK_IO" Id="{a715e73e-90b1-421f-b226-dcbaf6fa15a4}">
|
||||
<Declaration><![CDATA[TYPE ST_NOK_IO :
|
||||
STRUCT
|
||||
stValveDiag : ST_Valve_IO;
|
||||
stValveHori : ST_Valve_IO;
|
||||
END_STRUCT
|
||||
END_TYPE
|
||||
]]></Declaration>
|
||||
</DUT>
|
||||
</TcPlcObject>
|
||||
Reference in New Issue
Block a user