Mitsubishi Electronics FX3G ユーザーズマニュアル

ページ / 964
765
FX
3S
/FX
3G
/FX
3GC
/FX
3U
/FX
3UC
 Series
Programming Manual - Basic & Applied Instruction Edition
35 SFC Program and Step Ladder
35.1 SFC Program
31
FNC277
-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 C
ontrol
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
Inform
ati
on
B
Ex
ecuti
on
 T
imes
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