More Meca implementation

This commit is contained in:
2026-03-02 10:14:52 +01:00
parent 13444a149c
commit dbfa6fc7cc
26 changed files with 3994 additions and 105 deletions

View File

@@ -76,6 +76,8 @@ VAR
// Actuators
// =========
_fbRobot : FB_Mecademics;
xDisableVacuum AT %Q* : BOOL;
END_VAR
]]></Declaration>
@@ -132,6 +134,8 @@ _fbEjectBack(
xDisableVacuum := (NOT xEnableVacuum);
_fbRobot(stPackMLHMIInterface := stHMIInterface.stMecaCmds);
// Call base sm
SUPER^(stPackMLHMIInterface := stHMIInterface.stStationCmds);