Mitsubishi Electronics FX3UC Garage Door Opener User Manual


 
765
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
Resetting multiple state relays at one time and output disable
For output disability corresponding to emergency stop, follow “Cautions on safety” described in the PLC manual.
1) Resetting multiple state relays at one time by specifying a range
Resetting fifty-one state relays from S0 to S50 are reset time.
2) Disabling arbitrary outputs of state relays in the ON status
3) Turning OFF all output relays (Y) in a PLC
While the special auxiliary relay M8034 is ON, the sequence program is executed continuously, but all output
relays (Y) turn OFF. (These output relays are in the ON status in the monitor.)
Position of the MPS, MRD and MPP instructions
The MPS, MRD or MPP instructions cannot be used directly from a bus line in a state relay inside the STL.
Program MPS, MRD or MPP instructions after LD or LDI instructions as shown below.
Ladder block
SFC block
Reset
FNC 40
ZRST
S0 S50
S0
State relays from S0 to
S50 are reset.
50
0
Ladder block
SFC block
Output disable
SET M10
10
Y001
M10
Y005
M30
T4
Even when the output
disable contact turns ON,
this output remains ON.
When the output disable
contact turns ON, these
outputs turn OFF.
Ladder block
Output disable
M8034
While the special auxiliary relay M8034 is ON, the sequence
program is executed continuously, but all output relays (Y) turn OFF.
10
Y001
Y002
Y003
X001
LD
X003
X004
X005
STL bus line
MPS
MRD
MPP