Mitsubishi Electronics FX3GC Garage Door Opener User Manual


 
759
FX3S/FX3G/FX3GC/FX3U/FX3UC Series
Programming Manual - Basic & Applied Instruction Edition
35 SFC Program and Step Ladder
35.1 SFC Program
31
FNC277-FNC279
Data
Transfer 3
32
FNC280-FNC289
High-Speed
Processing 2
33
FNC290-FNC299
Extension File
Register Control
34
FNC300-FNC305
FX
3U
-CF-ADP
35
SFC•STL
Programming
36
Interrupt
Function
37
Special Device
38
Error Code
A
Version Up
Information
B
Execution Times
3. Assigning devices
Assign devices of a PLC in the created process drawing.
1) Assign a state relay to a rectangle indicating a process.
At this time, assign a state relay (S0 to S9) to the initial process.
After the first process, arbitrarily assign state relay numbers
(S20 to S899) except the initial state relays.
(There is no relationship between state relay numbers and order
of processes.)
There are latched (battery backed) type state relays whose ON/
OFF status is stored against power failure.
The state relays S10 to S19 are used for special purposes when
the IST (FNC 60) instruction is used.
2) Assign a device (input terminal number connected to a
pushbutton switch or limit switch, timer number, etc.) to each
transfer condition.
NO contact and NC contact are available for a transfer
condition.
If there are two or more transfer conditions, AND circuit or OR
circuit is available.
3) Assign a device (output terminal number connected to external
equipment, timer number, etc.) used for an operation performed
in each process.
Many devices such as timers, counters and auxiliary relays are
provided in a PLC, and can be used arbitrarily.
The timer T0 is used here. Because T0 works by the 0.1 sec
clock, the output contact turns ON five seconds after a coil is
driven when the set value is K50.
If there are two or more loads such as timers and counters
which are driven at the same time, two or more circuits can be
assigned to one state relay.
4) When performing repeated operations or skipping some
processes (jump operation), use “
” and specify the jump
destination state relay number.
In this example, only the SFC program creating procedure is explained. In practical cases, a circuit for setting the initial
state relay to ON is required to execute the SFC program.
Create a circuit for setting the initial state relay to ON using the relay ladder.
At this time, use SET instruction to set the initial state relay to ON.
S0
S20
S21
S22
S23
S24
X001
X000
X002
T0
X002
X003
Y023
Y023
Y021
T0
K50
Y021
Y023
Y023
Y021
S0
Y021
Limit switch for minor
forward movement
Start switch
Limit switch for
backward movement
Timer
Limit switch for major
forward movement
Limit switch for
backward movement
Forward
Backward
Stop timer
Forward
Backward
S
M8002
SET S0
Initial pulse