Added first hmi interface implementation
This commit is contained in:
20
PLC/01_Stationen/HVTester/ST_HMI_HVTester.TcDUT
Normal file
20
PLC/01_Stationen/HVTester/ST_HMI_HVTester.TcDUT
Normal file
@@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<TcPlcObject Version="1.1.0.1">
|
||||
<DUT Name="ST_HMI_HVTester" Id="{2e5a3886-f38d-4b91-b83d-51766b9f5c82}">
|
||||
<Declaration><![CDATA[TYPE ST_HMI_HVTester :
|
||||
STRUCT
|
||||
stStationCmds : ST_HMI_PackML;
|
||||
|
||||
// Door valve
|
||||
stDoorValve : ST_HMI_VALVE_DATA;
|
||||
|
||||
// Test chamber open close valve
|
||||
stTestChamberValve : ST_HMI_VALVE_DATA;
|
||||
|
||||
// Optional temperature setpoint
|
||||
stTempSP : ST_HMI_ANALOG_VALUE;
|
||||
END_STRUCT
|
||||
END_TYPE
|
||||
]]></Declaration>
|
||||
</DUT>
|
||||
</TcPlcObject>
|
||||
Reference in New Issue
Block a user