Added first hmi interface implementation
This commit is contained in:
17
PLC/01_Stationen/HeatCoolPlates/ST_HMI_Coolplate.TcDUT
Normal file
17
PLC/01_Stationen/HeatCoolPlates/ST_HMI_Coolplate.TcDUT
Normal file
@@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<TcPlcObject Version="1.1.0.1">
|
||||
<DUT Name="ST_HMI_Coolplate" Id="{0ae5281c-4f55-43f7-9c76-f3b88f84f743}">
|
||||
<Declaration><![CDATA[TYPE ST_HMI_Coolplate :
|
||||
STRUCT
|
||||
stStationCmds : ST_HMI_PackML;
|
||||
|
||||
// Setpoint
|
||||
stSetpoint : ST_HMI_ANALOG_VALUE;
|
||||
|
||||
// Set setpoint
|
||||
stSetSetpointBtn : ST_HMI_CONTROL_BUTTON;
|
||||
END_STRUCT
|
||||
END_TYPE
|
||||
]]></Declaration>
|
||||
</DUT>
|
||||
</TcPlcObject>
|
||||
Reference in New Issue
Block a user