
EDIT
DATE DESIG
DESCRIPTION
B-63173EN-1/01-28
DRAW.NO.
CUST
TITLE
FANUC Power Mate i -MODEL H
CONNECTION MANUAL(FUNCTION)
M-code direct output function
(High Response Function)
4/16
SHEET
Format
As for on/off timing of signals, there are two types of controlling methods.
One is immediate output type. Another type is output after pulse
distribution end.
Immediate output type
In this type, regardless of the command of the previous block specified just
before the block with the M-code for direct signal output, a direct signal
output immediately when the block with the M-code for direct signal
output is executed. The format is shown below.
To turn on a signal
To turn off a signal
• When several blocks with the above command are specified
consecutively after a motion command, the specified direct signals
corresponding to M-code are output immediately even if this motion
command is not finished.
m
n
m : the value of the parameter No.7410-No.7412.
n : the group to specify M-code 1-8
Q1 : specify to turn on a signal in “immediate output type”
Ex.) M40 P1 Q1 ;
m
n
m : the value of the parameter No.7410-No.7412.
n : the group to specify M-code 1-8
Q0 : specify to turn off a signal in “immediate output type”
Ex.) M40 P1 Q0 ;