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

@@ -6,6 +6,14 @@ STRUCT
stHMIInterfaceModule1 : ST_MODULE_HMI_INTERFACE;
stHMIInterfaceModule2 : ST_MODULE_HMI_INTERFACE;
stHMIInterfaceModule3 : ST_MODULE_HMI_INTERFACE;
// Current voltage for HMI
// ==============================
rVoltage : REAL;
// Current status
// ====================================
eStatus : E_COMPONENT_STATUS;
END_STRUCT
END_TYPE
]]></Declaration>