Specifications

Table Of Contents
5 - 4
5.3 List of branch/connection diagrams
The following shows the branch/connection patterns used to designate the steps/
transitions within SFC diagram.
Designation
(code size:
byte)
SFC symbol List expression Function
Series shifting
(Each symbol
size)
Refer to the list
corresponding to
symbol shown in SFC
diagram of section
5.2.
Sequentially executes steps and transitions
connected in a series from the top.
The steps and transitions may be arranged
alternately.
When the transition is omitted, the shifting
processing is executed unconditionally.
Selective
branch
(Number of
branches + 2
× 10)
IFBm
IFT1
IFT2
Executes the route for which shifting conditions
are established first after execution of step or
transition just before the branch.
The head of branch destination for selective
branch is limited to transitions, and must be all
SHIFT or WAIT.
(When the SHIFT and WAIT co-exist, it becomes
the parallel branch.)
Selective
connection
(8)
IFEm
CALL Kn
IFBm
IFT1
SFT Gn
CALL Fn
:
JMP IFEm
IFT2
SFT Gn'
CALL Fn'
:
( JMP IFEm )
IFEm
CALL Fn''
Shifts to the connection point after execution of
processing for route branched by selective
branch.
Either step or transition may be used just before
and after connection.
Parallel branch
(Number of
branches × 22
+ Number of
connections ×
2 + 12)
PABm
PAT1 PAT2
Executes the multiple routes (steps) connected in
series simultaneously.
Either step or transition may be used at the head
of parallel branch destination.
Parallel
connection
(8)
PAEm
SFT Gn
PABm
PAT1
CALL Fn
SFT Gn'
:
JMP PAEm
PAT2
CALL Fn'
SFT Gn''
:
( JMP PAEm )
PAEm
CALL Fn''
:
Waits for completion of execution at each route
branched by parallel branch, and shifts to the
succeeding step after completion of execution for
all routes.
Either step or transition may be used just before
and after connection.
When the step just before connection is an FS
step, the scan is executed even if the system is
waiting. The scan is not executed after
completion of waiting.
<Normal jump> <Jump (connection)>
CALL Fn
JMP Pn
Basic type
Jump (shift)
(Each symbol
size)
CALL Fn'
Pn
CALL Kn
(1) Normal jump
Shifts the execution to the pointer Pn
designated within local program after
execution of last step or transition.
Either step or transition may be used at jump
destination.
Even when the jump is executed from FS
step to transition, the scan is executed while it
is under waiting for establishment of shifting
conditions for jump destination.
(2) Jump (connection)
"Jump (connection)" occurs when the jump is
executed to the other route within parallel
branch after completion of parallel branch, in
which the waiting is executed at jump
destination.