PLC371 Programming in Sequential Function Chart (SFC)
PLC371 Programming in Sequential Function Chart (SFC)
Each step has an action linked to it. Each step also has a flag linked to it, to indicate if the step is active or not. An IEC Step can have more than 1 action linked to it. Each action can consist of various Boolean variables. In this step the action Clamp is linked. If more actions are added to the step, they will be processed in the order they are linked. A maximum of nine (9) Actions can be linked to one (1) step. Each IEC action is executed twice, when the step becomes active and when the step becomes inactive. An input action can be linked to a step, this action is processed one if the step becomes active. If an output action is linked to a step, the action is processed once. A combination of in and output actions is possible.
DC-B/Holtmann, Martin PLC371 - Programming in SFC March 8, 2013
Qualifiers
DC-B/Holtmann, Martin
The OR Function. After step 5 the condition that goes true first, that branch will be processed. The other branch is then not processed.
Condition_D
The horizontal line is a single line, each branch starts with a condition. An SFC must be ended of with a jump function. Normally jump back to the Init Step.
Condition_E
Condition_G
10
DC-B/Holtmann, Martin
March 8, 2013
The AND Function. After Step 5 both branches will be processed independly from each other Condition G will wait until both branches have been processed.
An SFC must be ended of with a jump function. Normally jump back to the Init Step.
Condition_G
10
DC-B/Holtmann, Martin
March 8, 2013
DC-B/Holtmann, Martin
March 8, 2013