Advance a step
- Last UpdatedJul 20, 2024
- 1 minute read
You can tell the step program to advance to the next step without waiting for the step condition to become true.
Sequencer then
-
writes the On Exit values of the current step if the step Write OnExit is true
-
transitions to the next step
-
writes the On Entry values of the next step
-
continuously evaluates the step and jump condition of the next step.