Relinked everything with HAL and Execute pattern
- Switched to BaseConponents V2.0
This commit is contained in:
19
PLC/01_Stationen/Coolplate/DUTs/ST_Coolplate_IO.TcDUT
Normal file
19
PLC/01_Stationen/Coolplate/DUTs/ST_Coolplate_IO.TcDUT
Normal file
@@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<TcPlcObject Version="1.1.0.1">
|
||||
<DUT Name="ST_Coolplate_IO" Id="{6e5914f9-2f5a-48bf-9a44-dda258457318}">
|
||||
<Declaration><![CDATA[TYPE ST_Coolplate_IO :
|
||||
STRUCT
|
||||
// Card inputs
|
||||
i_stStatus AT %I* : ST_SerialStatus;
|
||||
i_abyDataIn AT %I* : ARRAY[0..21] OF BYTE;
|
||||
|
||||
stTempSensor : ST_AnalogInput_IO;
|
||||
|
||||
// Card outputs
|
||||
o_stCtrl AT %Q* : ST_SerialCrl;
|
||||
o_abyDataOut AT %Q* : ARRAY[0..21] OF BYTE;
|
||||
END_STRUCT
|
||||
END_TYPE
|
||||
]]></Declaration>
|
||||
</DUT>
|
||||
</TcPlcObject>
|
||||
Reference in New Issue
Block a user