![Mitsubishi Electric FX3G SERIES Programming Manual Download Page 777](http://html.mh-extra.com/html/mitsubishi-electric/fx3g-series/fx3g-series_programming-manual_238902777.webp)
775
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
FNC276
-F
NC2
79
Da
ta
Trans
fer 3
32
FNC28
0-F
NC
289
H
igh-Speed
Process
ing 2
33
FNC2
90-
FNC299
Ex
tensi
on Fi
le
Register
34
FN
C300-
FNC30
5
FX
3U
-C
F-
AD
P
35
SFC
•STL
Programming
36
Interrupt
Function
37
Sp
ec
ia
l D
evi
ce
38
E
rror Code
A
Ve
rsi
on U
p
Inform
ati
on
B
Ex
ecuti
on
T
imes
6. It is not permitted to cross flows in SFC programs.
Change a flow on the left to a flow on the right. This change enables inverse conversion from a program on the
instruction word basis into an SFC program. (The flow on the left cannot be converted into an SFC program.)
35.1.11 Program examples
Examples of single flows
1. Example of flicker circuit
1) When the PLC mode is changed from STOP to RUN, the state relay S3 is driven by the initial pulse (M8002).
2) The state relay S3 outputs Y000. One second later, the ON status transfers to the state relay S20.
3) The state relay S20 outputs Y001. 1.5 seconds later, the ON status returns to the state relay S3.
Cross is not
allowed.
Change
1
second
1.5
seconds
Y000
Y001
20
M8002
3
1
3
Ladder block
SFC block
0
TRAN
T0
S3
SET
Y000
T0
Y001
T1
TRAN
T1
K10
K15
Initial pulse