829
FX
3G
/FX
3U
/FX
3UC
Series Programmable Controllers
Programming Manual - Basic & Applied Instruction Edition
35 SFC Program and Step Ladder
35.1 SFC Program
31
FN
C
275-
FN
C
279
Da
ta
Transf
er 3
32
FN
C
280-
FN
C
289
H
igh Speed
Pr
ocessing 2
33
FN
C
29
0-F
N
C
299
Ext
ens
ion Fi
le
R
egi
ster
34
FN
C
300-
FN
C
305
FX
3U
-C
F-A
D
P
35
SFC•S
TL
Pr
ogr
am
m
ing
36
In
ter
rupt
Functi
on
37
Special D
evice
38
E
rro
r C
ode
A
Ve
rs
ion U
p
In
fo
rm
atio
n
B
Execution T
im
es
The partial skip flow shown on the previous page can be expressed in a flow of selective branches and
recombination as shown below.
Make sure that a flow proceeds from top to bottom, and that a flow does not cross except branch lines and
recombination lines.
20
M8002
0
1
Ladder block
SFC block
0
TRAN
X000
S0
SET
T0
T0
K20
Initial pulse
Start
Y000
SET
X001
21
T1
K30
Y001
SET
2
T1 X001
22
T2
K40
Y002
SET
3
T2 X001
23
Y003
SET
24
T4
K40
Y003
RST
4
X001
Stop
5
T4
25
T5
K30
Y002
RST
6
T5
26
T6
K20
Y001
RST
7
T6
27
Y000
RST
8
Y000
0
RET
END
TRAN
X001
Stop
9
30*
TRAN
S30
10
31*
TRAN
X001
11
TRAN
S31
12
32*
TRAN
X001
13
TRAN
S32
14
Dummy state relay
TRAN
TRAN
TRAN
TRAN
TRAN
TRAN
TRAN
TRAN
For example, if X001 turns ON while the state relay S20 is ON,
the state relay S32 turns ON; The contact of S32 turns ON, and
the ON status is immediately transferred to the state relay S27.
Because one or more state relays are required in a branch line,
dummy states are provided for this purpose.
Stop
Stop
*