Files
Uniper_PLC/PLC/DUTs/ST_MODULE_HMI_INTERFACE.TcDUT
Markus Neukirch e2a44b0d37 Added cabinet temperature and modbus registers
added cabinet temperature to each module, scs and bms cabinet, added corresponding config, hmi interface, hardware & links. Added corresponding warning bits to modbus registers
2025-08-04 18:10:15 +02:00

29 lines
832 B
XML

<?xml version="1.0" encoding="utf-8"?>
<TcPlcObject Version="1.1.0.1" ProductVersion="3.1.4026.8">
<DUT Name="ST_MODULE_HMI_INTERFACE" Id="{11e89a54-55b7-4731-b5d2-c1f68fd12879}">
<Declaration><![CDATA[TYPE ST_MODULE_HMI_INTERFACE :
STRUCT
stHMIInterfaceUnit1 : ST_UNIT_HMI_INTERFACE;
stHMIInterfaceUnit2 : ST_UNIT_HMI_INTERFACE;
stHMIInterfaceUnit3 : ST_UNIT_HMI_INTERFACE;
stHMIInterfaceUnit4 : ST_UNIT_HMI_INTERFACE;
// Temperature sensor control cabinet
stTempCabinet : ST_HMI_ANALOG_VALUE;
// Current voltage for HMI
// ==============================
rVoltage : REAL;
// Current current for HMI
// ==============================
rCurrent : REAL;
// Current status
// ====================================
eStatus : E_COMPONENT_STATUS;
END_STRUCT
END_TYPE
]]></Declaration>
</DUT>
</TcPlcObject>