Programing using SFC
Hey All
i have a project and i need to code it using SFC But i face a problem .
what if for example the program in step3 and suddenly i need to exit all step and return to the initial step (rest all the step ) how can i do that .
am using ac500 eco cpu . pm554.
i have a project and i need to code it using SFC But i face a problem .
what if for example the program in step3 and suddenly i need to exit all step and return to the initial step (rest all the step ) how can i do that .
am using ac500 eco cpu . pm554.
Answers
Hi,
You can use an alternative (parallel) branch - Trans2 and Trans5 after each step, which make jump to Init step.
When the condition in Trans2 or Trans5 are fullfiled, the sequence will end with a jump to Init step

You can use an alternative (parallel) branch - Trans2 and Trans5 after each step, which make jump to Init step.
When the condition in Trans2 or Trans5 are fullfiled, the sequence will end with a jump to Init step
Add new comment