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,9 +190,8 @@
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
Operation = "AND" Operation = "AND"
InputSignals = { InputSignals = {
@@ -213,8 +212,8 @@
Destination = StateMachine Destination = StateMachine
Function = GoWaitPermit Function = GoWaitPermit
} }
} }
+GoWaitStandbyFromReadyGAM = { +GoWaitStandbyFromReadyGAM = {
Class = JAMessageGAM Class = JAMessageGAM
Operation = "AND" Operation = "AND"
InputSignals = { InputSignals = {
@@ -230,9 +229,9 @@
Destination = StateMachine Destination = StateMachine
Function = GoWaitStandby Function = GoWaitStandby
} }
} }
//# GAM in WaitPermit state. Check Permit and States of Operation Modes. //# GAM in WaitPermit state. Check Permit and States of Operation Modes.
+GoWaitReadyFromWaitPermitGAM = { +GoWaitReadyFromWaitPermitGAM = {
Class = JAMessageGAM Class = JAMessageGAM
Operation = OR Operation = OR
InputSignals = { InputSignals = {
@@ -252,8 +251,8 @@
Destination = StateMachine Destination = StateMachine
Function = GoWaitReady Function = GoWaitReady
} }
} }
+GoWaitHVONGAM = { +GoWaitHVONGAM = {
Class = JAMessageGAM Class = JAMessageGAM
Operation = AND Operation = AND
InputSignals = { InputSignals = {
@@ -278,8 +277,8 @@
Destination = StateMachine Destination = StateMachine
Function = GoWaitHVON Function = GoWaitHVON
} }
} }
+GoWaitHVON_PREP_GAM = { +GoWaitHVON_PREP_GAM = {
Class = JAMessageGAM Class = JAMessageGAM
Operation = AND Operation = AND
InputSignals = { InputSignals = {
@@ -304,8 +303,8 @@
Destination = StateMachine Destination = StateMachine
Function = GoWaitHVON_PREP Function = GoWaitHVON_PREP
} }
} }
+GoWaitHVON_SDN_GAM = { +GoWaitHVON_SDN_GAM = {
Class = JAMessageGAM Class = JAMessageGAM
Operation = AND Operation = AND
InputSignals = { InputSignals = {
@@ -330,8 +329,8 @@
Destination = StateMachine Destination = StateMachine
Function = GoWaitHVON_SDN Function = GoWaitHVON_SDN
} }
} }
+GoWaitHVON_SDN_PREP_GAM = { +GoWaitHVON_SDN_PREP_GAM = {
Class = JAMessageGAM Class = JAMessageGAM
Operation = AND Operation = AND
InputSignals = { InputSignals = {
@@ -356,9 +355,9 @@
Destination = StateMachine Destination = StateMachine
Function = GoWaitHVON_SDN_PREP Function = GoWaitHVON_SDN_PREP
} }
} }
//# GAM in WaitHVON_xx states. If PLC_READY is zero, goto WaitStandby. //# GAM in WaitHVON_xx states. If PLC_READY is zero, goto WaitStandby.
+FromWaitHVONToWaitStandby = { +FromWaitHVONToWaitStandby = {
Class = JAMessageGAM Class = JAMessageGAM
Operation = AND Operation = AND
InputSignals = { InputSignals = {
@@ -373,9 +372,9 @@
Destination = StateMachine Destination = StateMachine
Function = GoWaitStandby Function = GoWaitStandby
} }
} }
//# GAM in WaitHVON_xx states. If PLC_PERMIT is zero, goto WaitPermit. //# GAM in WaitHVON_xx states. If PLC_PERMIT is zero, goto WaitPermit.
+FromWaitHVONToWaitPermit = { +FromWaitHVONToWaitPermit = {
Class = JAMessageGAM Class = JAMessageGAM
Operation = AND Operation = AND
InputSignals = { InputSignals = {
@@ -420,4 +419,5 @@
Destination = StateMachine Destination = StateMachine
Function = GoWaitPermit Function = GoWaitPermit
} }
}
} }