Added safety program pre comissioning and started implementing different modes

This commit is contained in:
Matthias Heisig
2024-03-20 18:08:57 +01:00
parent 57987cb19f
commit ef26159a4f
55 changed files with 10419 additions and 1663 deletions

View File

@@ -3,7 +3,11 @@
<GVL Name="GVL_SCADA" Id="{8186ff04-764f-4b24-8a6b-d0a44d528e6f}">
<Declaration><![CDATA[{attribute 'qualified_only'}
VAR_GLOBAL
stHMIInterfaces : ARRAY [0..3] OF ST_UNIT_HMI_INTERFACE;
stHMIInterface : ST_STRING_HMI_INTERFACE;
stAckAlarmsButton : ST_HMI_CONTROL_BUTTON := (xRelease := TRUE);
stAutomaticModeHMI : ST_AUTO_HMI_INTERFACE;
END_VAR]]></Declaration>
</GVL>
</TcPlcObject>