Files
Uniper_PLC/PLC/GVLs/GVL_SCADA.TcGVL

33 lines
977 B
XML

<?xml version="1.0" encoding="utf-8"?>
<TcPlcObject Version="1.1.0.1" ProductVersion="3.1.4026.7">
<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);
// Butotn to switch all components into manual mode
stAllToManualModeButton : ST_HMI_CONTROL_BUTTON;
// Button to switch all components in to automatic mode
stAllToAutoModeButton : ST_HMI_CONTROL_BUTTON;
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;
xDummy : BOOL := FALSE;
END_VAR]]></Declaration>
</GVL>
</TcPlcObject>