59 lines
1.4 KiB
XML
59 lines
1.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<TcPlcObject Version="1.1.0.1" ProductVersion="3.1.4024.12">
|
|
<DUT Name="ST_UNIT_HMI_INTERFACE" Id="{a46d51f7-c17c-44e4-be59-edb877b3b5dc}">
|
|
<Declaration><![CDATA[TYPE ST_UNIT_HMI_INTERFACE :
|
|
STRUCT
|
|
// Pump posolyt
|
|
// ===================================
|
|
stPosolytPump : ST_HMI_ANALOG_MOTOR_DATA;
|
|
|
|
|
|
// Pump negolyt
|
|
// ===================================
|
|
stNegolytPump : ST_HMI_ANALOG_MOTOR_DATA;
|
|
|
|
|
|
// Valve posolyt
|
|
// ===================================
|
|
stPosolytValve : ST_HMI_VALVE_DATA;
|
|
|
|
|
|
// Valve negolyt
|
|
// ===================================
|
|
stNegolytValve : ST_HMI_VALVE_DATA;
|
|
|
|
|
|
// Drucksensoren Posolyt
|
|
//====================================
|
|
stPosolytPressureSegmentInlet : ST_HMI_ANALOG_VALUE;
|
|
|
|
|
|
// Drucksensoren Negolyt
|
|
//====================================
|
|
stNegolytPressureSegmentInlet : ST_HMI_ANALOG_VALUE;
|
|
|
|
|
|
// Temperature sensor posolyt tank inlet
|
|
//====================================
|
|
stPosolytTempTankInlet : ST_HMI_ANALOG_VALUE;
|
|
|
|
|
|
// Temperature sensor negolyt tank inlet
|
|
//====================================
|
|
stNegolytTempTankInlet : ST_HMI_ANALOG_VALUE;
|
|
|
|
|
|
// Voltage sensors
|
|
// ===================================
|
|
stVoltageSegment : ST_HMI_ANALOG_VALUE;
|
|
|
|
|
|
// Aknowledge all alarms button
|
|
// ===================================
|
|
stButtonAckAlarms : ST_HMI_CONTROL_BUTTON;
|
|
|
|
END_STRUCT
|
|
END_TYPE
|
|
]]></Declaration>
|
|
</DUT>
|
|
</TcPlcObject> |