added cabinet temperature to each module, scs and bms cabinet, added corresponding config, hmi interface, hardware & links. Added corresponding warning bits to modbus registers
39 lines
1.1 KiB
XML
39 lines
1.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<TcPlcObject Version="1.1.0.1" ProductVersion="3.1.4026.8">
|
|
<DUT Name="ST_STRING_HMI_INTERFACE" Id="{b74e184a-a1d0-4499-8ac0-7e2226af9a4f}">
|
|
<Declaration><![CDATA[TYPE ST_STRING_HMI_INTERFACE :
|
|
STRUCT
|
|
stHMIInterfaceModule1 : ST_MODULE_HMI_INTERFACE;
|
|
stHMIInterfaceModule2 : ST_MODULE_HMI_INTERFACE;
|
|
stHMIInterfaceModule3 : ST_MODULE_HMI_INTERFACE;
|
|
|
|
// Temperature sensor SCS control cabinet
|
|
stTempCabinetSCS : ST_HMI_ANALOG_VALUE;
|
|
|
|
// Current voltage for HMI
|
|
// ==============================
|
|
rVoltage : REAL;
|
|
|
|
// Current current for HMI
|
|
// ==============================
|
|
{attribute 'OPC.UA.DA' := '1'}
|
|
{attribute 'OPC.UA.DA.Access' := '1'}
|
|
rCurrent : REAL;
|
|
|
|
// Current status
|
|
// ====================================
|
|
eStatus : E_COMPONENT_STATUS;
|
|
|
|
// Current string current
|
|
// ==============================
|
|
//stStringCurrent : ST_HMI_ANALOG_VALUE;
|
|
|
|
// Current inverter data
|
|
// ==============================
|
|
stInverterData : ST_SUNSPEC_CURRENT_VALUES;
|
|
|
|
END_STRUCT
|
|
END_TYPE
|
|
]]></Declaration>
|
|
</DUT>
|
|
</TcPlcObject> |