76 lines
1.6 KiB
XML
76 lines
1.6 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<TcPlcObject Version="1.1.0.1" ProductVersion="3.1.4026.8">
|
|
<DUT Name="ST_UNIT_HMI_INTERFACE" Id="{a46d51f7-c17c-44e4-be59-edb877b3b5dc}">
|
|
<Declaration><![CDATA[TYPE ST_UNIT_HMI_INTERFACE :
|
|
STRUCT
|
|
// Pump posolyt
|
|
// ===================================
|
|
stNS11 : ST_HMI_ANALOG_MOTOR_DATA;
|
|
|
|
|
|
// Pump negolyt
|
|
// ===================================
|
|
stNS21 : ST_HMI_ANALOG_MOTOR_DATA;
|
|
|
|
|
|
// Valve posolyt
|
|
// ===================================
|
|
stNS12 : ST_HMI_VALVE_DATA;
|
|
|
|
|
|
// Valve negolyt
|
|
// ===================================
|
|
stNS22 : ST_HMI_VALVE_DATA;
|
|
|
|
|
|
// Drucksensoren Posolyt
|
|
//====================================
|
|
stP11 : ST_HMI_ANALOG_VALUE;
|
|
stP12 : ST_HMI_ANALOG_VALUE;
|
|
|
|
|
|
// Drucksensoren Negolyt
|
|
//====================================
|
|
stP21 : ST_HMI_ANALOG_VALUE;
|
|
stP22 : ST_HMI_ANALOG_VALUE;
|
|
|
|
|
|
// Temperature sensor posolyt tank inlet
|
|
//====================================
|
|
stT11 : ST_HMI_ANALOG_VALUE;
|
|
|
|
|
|
// Temperature sensor negolyt tank inlet
|
|
//====================================
|
|
stT21 : ST_HMI_ANALOG_VALUE;
|
|
|
|
|
|
// Voltage sensors
|
|
// ===================================
|
|
stE31 : ST_HMI_ANALOG_VALUE;
|
|
|
|
|
|
// Current voltage for HMI
|
|
// ==============================
|
|
rVoltage : REAL;
|
|
|
|
|
|
// Current current for HMI
|
|
// ==============================
|
|
rCurrent : REAL;
|
|
|
|
|
|
// Current status
|
|
// ====================================
|
|
eStatus : E_COMPONENT_STATUS;
|
|
|
|
|
|
// Aknowledge all alarms button
|
|
// ===================================
|
|
//stButtonAckAlarms : ST_HMI_CONTROL_BUTTON;
|
|
|
|
END_STRUCT
|
|
END_TYPE
|
|
]]></Declaration>
|
|
</DUT>
|
|
</TcPlcObject> |