fixed out of scope GAM

This commit is contained in:
Martino Ferrari
2026-01-27 23:51:12 +01:00
parent 64e94601b1
commit 5962a60bb6

View File

@@ -190,7 +190,6 @@
Function = GoWaitReady Function = GoWaitReady
} }
} }
}
//# GAM in WaitReady state. Check PLC_READY and CCPS_IN_OPERATION status. //# GAM in WaitReady state. Check PLC_READY and CCPS_IN_OPERATION status.
+GoWaitPermitGAM = { +GoWaitPermitGAM = {
Class = JAMessageGAM Class = JAMessageGAM
@@ -421,3 +420,4 @@
Function = GoWaitPermit Function = GoWaitPermit
} }
} }
}