g2 icon indicating copy to clipboard operation
g2 copied to clipboard

State transition for queue flush

Open MitchBradley opened this issue 6 years ago • 0 comments

The state diagram in https://github.com/synthetos/g2/wiki/Status-Reports shows that queue flush causes a transition to End(4) state, but the code in edge transitions instead to Stop(3) state. Based on my reading of the code in master, it also appears that flush transitions to Stop(3), but I have not tested that empirically like I have for edge.

I suspect that this change is deliberate, in order to allow jogging etc in feedholds; if so the diagram should be updated.

MitchBradley avatar Mar 18 '19 18:03 MitchBradley