Mitsubishi Electronics E60 Video Game Controller User Manual


 
MC, MCR
- 63 -
MCR
(1) This is the master control cancel command, and indicates the end of the master control range.
(2) The designated nesting (N) No. and following nests will be canceled.
MCR
N3
N3 to N7 master control is canceled.
Program example
(1) Program to turn MC ON when X9 is ON and turn MC OFF when OFF.
X12
X9
10
Y32
MCR
X11
X10
MC M98N0
Y30
Y31
X13
Y33
13
15
17
19
21
N0
M98
N0
MC M98N0
Control range of
Coding
No. of
steps
Com-
mand
Device
10 LD X9
11 MC N0 M98
13 LD X10
14 OUT Y30
15 LD X11
16 OUT Y31
17 LD X12
18 OUT Y32
19 LD X13
20 OUT Y33
21 MCR N0
22