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