Added first hmi interface implementation

This commit is contained in:
2026-02-19 00:20:05 +01:00
parent 0c40092d8f
commit a3ad956f0d
29 changed files with 591 additions and 240 deletions

View File

@@ -4,6 +4,13 @@
<Declaration><![CDATA[{attribute 'qualified_only'}
{attribute 'analysis' := '-43'}
VAR_GLOBAL
// Machine HMI interface
stMachine : ST_HMI_Machine;
// ====================
// DEBUG - NOT FOR HMI!
// ====================
xErrAck : BOOL;
xOpenAllChambers : BOOL;
@@ -14,12 +21,6 @@ VAR_GLOBAL
// Unit states
stTrayFeederInputState : ST_PMLs;
stTRayFeederInputAdmin : ST_PMLa;
// HMI Interface
stHCPlatesHMIInterface : ST_HCStationHMIInterface;
// Machine HMI interface
stMachine : ST_HMI_Machine;
END_VAR]]></Declaration>
</GVL>
</TcPlcObject>