Fixed aligner and started main state machine
- Fixed datatype for received offsets - Added HMI Interface for Hot and Coolplate
This commit is contained in:
13
PLC/01_Stationen/HeatCoolPlates/ST_HCPlateHMIInterface.TcDUT
Normal file
13
PLC/01_Stationen/HeatCoolPlates/ST_HCPlateHMIInterface.TcDUT
Normal file
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<TcPlcObject Version="1.1.0.1">
|
||||
<DUT Name="ST_HCPlateHMIInterface" Id="{cc97f396-14fe-4cf1-8a0f-254b86749233}">
|
||||
<Declaration><![CDATA[TYPE ST_HCPlateHMIInterface :
|
||||
STRUCT
|
||||
xEnable : BOOL;
|
||||
rSetpoint : REAL;
|
||||
rPV : REAL;
|
||||
END_STRUCT
|
||||
END_TYPE
|
||||
]]></Declaration>
|
||||
</DUT>
|
||||
</TcPlcObject>
|
||||
Reference in New Issue
Block a user