First string implemented

This commit is contained in:
Matthias Heisig
2024-04-18 08:32:21 +02:00
parent 9ce3522a70
commit b95033a155
64 changed files with 14526 additions and 6024 deletions

View File

@@ -3,7 +3,7 @@
<GVL Name="GVL_SCADA" Id="{8186ff04-764f-4b24-8a6b-d0a44d528e6f}">
<Declaration><![CDATA[{attribute 'qualified_only'}
VAR_GLOBAL
stHMIInterface : ST_STRING_HMI_INTERFACE;
stHMIInterface : ARRAY [0..1] OF ST_STRING_HMI_INTERFACE;
stAckAlarmsButton : ST_HMI_CONTROL_BUTTON := (xRelease := TRUE);
@@ -14,6 +14,9 @@ VAR_GLOBAL
// Current control mode
eCurrentControlMode : E_BMS_CONTROL_MODE;
// Can change current control mode
xCanChangeControlMode : BOOL;
END_VAR]]></Declaration>
</GVL>
</TcPlcObject>