- New Balancing mode - HMI Interface for Inverterdata implemented - Adjusted GVL_CONFIG values - Read inverter data even when inverter is off - Added OPC UA settings to inverter data hmi interface - Added multisettings to safety project for strings
18 lines
446 B
XML
18 lines
446 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<TcPlcObject Version="1.1.0.1" ProductVersion="3.1.4024.12">
|
|
<DUT Name="E_BMS_CONTROL_MODE" Id="{ab000a04-c252-420d-ac1e-2bf611fa911a}">
|
|
<Declaration><![CDATA[{attribute 'qualified_only'}
|
|
{attribute 'strict'}
|
|
TYPE E_BMS_CONTROL_MODE :
|
|
(
|
|
AUTO_REMOTE := 1,
|
|
AUTO_LOCAL := 2,
|
|
SAFETY_CHECK := 3,
|
|
CAPACITY_TEST := 4,
|
|
MANUAL := 5,
|
|
BALANCING := 6
|
|
);
|
|
END_TYPE
|
|
]]></Declaration>
|
|
</DUT>
|
|
</TcPlcObject> |