look at <stepname>.x this is a boolean and shows if the step is active.
if you use <stepname>._x := true and the step is not active yet ( .x) then the step will be executed the next cycle it is called.</stepname></stepname>
however you must watch as this could mean several steps are active in one SFC.
look for step2.sfccurrentstep etc.
search in help for sfc status scan
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Is there anyway to Set / Reset a step in a SFC? Looking for a way to make a step active other than using the transition.
yes it is possible but why should you do this.
look at <stepname>.x this is a boolean and shows if the step is active.
if you use <stepname>._x := true and the step is not active yet ( .x) then the step will be executed the next cycle it is called.</stepname></stepname>
however you must watch as this could mean several steps are active in one SFC.
look for step2.sfccurrentstep etc.
search in help for sfc status scan