CONSTRUCTING SFC LOOPS

Loops can be used to set up an infinite series of operating phases.

The operating principle of most PLCs is based on a continuous sequence of operating phases after an initialisation phase. To set up this sequence, the programmer must loop back "status token circulation" type links.

Example: Operating state loop following an initialisation phase.

Back to Contents