Added first hmi interface implementation
This commit is contained in:
23
PLC/01_Stationen/HeatCoolPlates/ST_HMI_Hotplate.TcDUT
Normal file
23
PLC/01_Stationen/HeatCoolPlates/ST_HMI_Hotplate.TcDUT
Normal file
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<TcPlcObject Version="1.1.0.1">
|
||||
<DUT Name="ST_HMI_Hotplate" Id="{ab37d0f5-58b8-40e5-b7d2-1ab669f4a063}">
|
||||
<Declaration><![CDATA[TYPE ST_HMI_Hotplate :
|
||||
STRUCT
|
||||
stStationCmds : ST_HMI_PackML;
|
||||
|
||||
// Setpoint
|
||||
stSetpoint : ST_HMI_ANALOG_VALUE;
|
||||
|
||||
// Process value
|
||||
stPV : ST_HMI_ANALOG_VALUE;
|
||||
|
||||
// Enable button
|
||||
stEnableBtn : ST_HMI_CONTROL_BUTTON;
|
||||
|
||||
// Disable button
|
||||
stDisableBtn : ST_HMI_CONTROL_BUTTON;
|
||||
END_STRUCT
|
||||
END_TYPE
|
||||
]]></Declaration>
|
||||
</DUT>
|
||||
</TcPlcObject>
|
||||
Reference in New Issue
Block a user