- 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
25 lines
739 B
XML
25 lines
739 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<TcPlcObject Version="1.1.0.1" ProductVersion="3.1.4024.12">
|
|
<GVL Name="GVL_SCADA" Id="{8186ff04-764f-4b24-8a6b-d0a44d528e6f}">
|
|
<Declaration><![CDATA[{attribute 'qualified_only'}
|
|
VAR_GLOBAL
|
|
stHMIInterface : ARRAY [0..1] OF ST_STRING_HMI_INTERFACE;
|
|
|
|
stAckAlarmsButton : ST_HMI_CONTROL_BUTTON := (xRelease := TRUE);
|
|
|
|
stAutomaticModeHMI : ST_AUTO_HMI_INTERFACE;
|
|
|
|
// Requested control mode by HMI
|
|
eRequestedControlMode : E_BMS_CONTROL_MODE;
|
|
|
|
// Current control mode
|
|
eCurrentControlMode : E_BMS_CONTROL_MODE;
|
|
|
|
// Can change current control mode
|
|
xCanChangeControlMode : BOOL;
|
|
|
|
// Current battery power
|
|
diCurrentBatteryPower : DINT;
|
|
END_VAR]]></Declaration>
|
|
</GVL>
|
|
</TcPlcObject> |