look for SFCInit in the manual, it is a flag
there are several possibilities here.
beware this is not a IEC command. nor is it 61131
so if you want to write nicely, catch it with transitions and jumps.
Do not use the timers as they will not go to trans if needed.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I am using SFC as my as main programming language and Ladder Diagram inside the steps.
While the SFC is running, at any step in my program if alarm/fault occurs it should go to βstep xβ, how can I achieve that?
Thanks,
Best Regards,
look for SFCInit in the manual, it is a flag
there are several possibilities here.
beware this is not a IEC command. nor is it 61131
so if you want to write nicely, catch it with transitions and jumps.
Do not use the timers as they will not go to trans if needed.