![Mitsubishi Electric MELSEC FX3G Programming Manual Download Page 215](http://html.mh-extra.com/html/mitsubishi-electric/melsec-fx3g/melsec-fx3g_programming-manual_239083215.webp)
213
FX
3G
/FX
3U
/FX
3UC
Series Programmable Controllers
Programming Manual - Basic & Applied Instruction Edition
7 Basic Instruction
7.9 MC, MCR
1
Int
roduct
ion
2
O
ver
view
3
In
str
uc
tion
Li
st
4
D
evices
in D
etail
5
Spec
ified t
he
D
evice &
C
onst
ant
6
Bef
ore
Pr
ogr
am
m
ing
7
B
asic
In
st
ru
ct
io
n
8
FN
C
00-FN
C
09
P
rogr
am
F
low
9
FN
C
10
-FN
C
19
Mo
ve
&
Co
mp
are
10
FNC2
0-F
NC2
9
Ar
ith.
&
Logic
O
per
ation
7.9
MC, MCR
Outline
When MC instruction is executed, the bus line (LD or LDI point) is moved to a position after MC contact.
The bus line can be returned to the original position by MCR instruction.
By changing a device (Y or M) number, MC instruction can be used as many times as necessary.
If a same device number is used twice, however, it results in the double coil operation in the same way as
OUT instruction.
1. Instruction format
→
For the number of steps of MC instruction, refer to Section 7.15.
2. Applicable devices
S
: Except special auxiliary relays (M)
Explanation of function and operation
1. MC and MCR instructions (denotes the start of a master control block and denotes the end
of a master control block)
When MC instruction is executed, the bus line is moved to a position after MC contact.
Drive instructions connected to the bus line after MC contact execute each operation only when MC
instruction is executed, and do not execute the operation when MC instruction is not executed.
In the program example below, the instructions from MC to MCR are executed as they are while the input
X000 is ON.
However, while the input X000 is OFF, each driven device offers the following operation:
Timers (except retentive type timers) and devices driven by OUT instruction: Turn OFF.
Retentive type timers, counters and devices driven by SET/RST instruction: Hold the current status.
The expressions of circuit programs used to explain operations are circuits (for reading or monitoring) of GX
Developer.
Instruc-
tion
Bit Devices
Word Devices
Others
System User
Digit Specification
System User
Special
Unit
Index
Con-
stant
Real
Number
Charac-
ter String
Pointer
X Y M T C S D
.b KnX KnY KnM KnS T C D R U
\G
V Z Modify K H
E
"
"
P
MC
3
S
MCR
There are no applicable devices.
MC
Master Control
Basic Instruction
MC
−
Continuous
Operation
Pulse (Single)
Operation
Mnemonic
Operation Condition
MCR
Master Control
Reset
Basic Instruction
2 steps
MCR
−
Continuous
Operation
Pulse (Single)
Operation
Mnemonic
Operation Condition
Circuit program
List program
X000
MC
N 0
M100
N 0
M100
X001
Y000
X002
Y001
MCR
N 0
0000
LD
X000
0001
MC
N
00
0
SP
M100
0004
LD
X001
0005
OUT
Y000
0006
LD
X002
0007
OUT
Y001
0008
MCR
N 0
←
Two-step instruction
Three-step instruction
←
Write MCR N0 instruction.