
A-90123E
Title
Draw
No.
02 Aug.02.’05 Add or Change at 2) part
Ed. Date Design Description
Date Jun.30.’05 Design. Apprv.
3/ 7
page
FANUC Series 30i/31i/32i -MODEL A
Composite control
swa
in
axis data
- Maximum cutting feedrate for each axis
In the axis replaced by the composite control, the maximum cutting feedrate for each axis can
be replaced when the parameter MCFx(No.8169#3) is set to "1".
When the composite control is invalid, the original maximum cutting feedrate is used for each
axis.
Example) Composite control of path-1's XA-axis and path-2's XB-axis
Parameter No.1430
Path-1 Path-2
XA 10000.000mm/min XB 20000.000mm/min
Path-1 Path-2 Movement
::
N10G01XA100.F10000.; N10G01XB100.F20000.;
Path-1:The XA-axis moves at F10000.mm/min
according to the command to XA.
Path-2:The XB-axis moves at F20000.mm/min
according to the command to XB.
N20M100; N20M100; Waiting for “N20M100” block between path-1 and
path-2.
N30M200; N30; Start of composite control of XA-XB by “M200”.
N40M101 N40M101 Waiting for “N40M101” block between path-1 and
path-2.
N50XA200.F20000.; N50XB200.F10000.;
Path-1:The XB-axis moves at F20000.mm/min
according to the command to XA.
(It is possible to command up to
F20000.mm/min.)
Path-2:The XA-axis moves at F10000.mm/min
according to the command to XB.
(It is possible to command up to
F10000.mm/min.)
N60M110; N60M110; Waiting for “N60M110” block between path-1 and
path-2.
N70M201; N70; Cancellation of composite control of XA-XB by
“M201”.
N80M111 N80M111 Waiting for “N80M111” block between path-1 and
path-2.
N90XA100.F10000.; N90XB100.F20000.;
Path-1:The XA-axis moves at F10000.mm/min
according to the command to XA.
Path-2:The XB-axis moves at F20000.mm/min
according to the command to XB.
::