User guide

Chapter 5
Ladder Program Basics
57
Nested branches can be converted into nonnested branches by repeating
instructions to make parallel equivalents.
Example
AB
C
F
D
E
AB C F
D
E
C
Nested Branch
Nonnested Equivalent Parallel Branch