Mitsubishi Electronics Mitsubishi Digital Electronics Video Gaming Accessories FX3G ユーザーズマニュアル

ページ / 936
201
FX
3G
/FX
3U
/FX
3UC
 Series Programmable Controllers
Programming Manual - Basic & Applied Instruction Edition
7 Basic Instruction
7.9 MC, MCR
1
In
trodu
ct
ion
2
O
ver
vi
ew
3
In
st
ru
ct
ion 
Li
st
4
D
evices 
in D
etail
5
Specifi
ed t
he
D
evice &
 
C
onst
ant
6
Bef
ore 
Pr
ogr
am
m
ing
7
B
asic 
In
st
ru
ct
ion
8
FNC0
0-F
NC0
9
Pr
ogr
am
 Flow
9
FN
C
10-FN
C
19
Mo
ve
 &
 Co
mp
are
10
FNC2
0-F
NC2
9
Ar
ith.
 &
 Logic 
O
per
ati
on
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 the MC contact execute each operation only when the MC instruction
is executed, and execute each operation in the contact OFF status without regard to the contact status before drive
instructions when a MC instruction is not executed. If an instruction (such as FOR/NEXT, EI and DI instruction) not
requiring a contact instruction exists in a circuit using master control, such an instruction is executed without regard to
the MC instruction execution command.
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.