
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.
2/ 7
page
FANUC Series 30i/31i/32i -MODEL A
Composite control
swa
in
axis data
General
In the axis replaced by the composite control, the rapid traverse rate for each axis (parameter
No.1420), maximum cutting feedrate for each axis (parameter No.1430).
And the axis name can be replaced by G10 command.
Another data (aceleration/deceleration and so on) is not changed.
Explanation
- Rapid traverse rate for each axis
In the axis replaced by the composite control, the rapid traverse rate for each axis can be
replaced when the parameter MRFx(No.8169#2) is set to "1".
When the composite control is invalid, the original rapid traverse rate is used for each axis.
Example) Composite control of path-1's XA-axis and path-2's XB-axis
Parameter No.1420
Path-1 Path-2
XA 10000.000mm/min XB 20000.000mm/min
Path-1 Path-2 Movement
::
N10G00XA100.; N10G00XB100.;
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.; N50XB200.;
Path-1:The XB-axis moves at F20000.mm/min according to the
command to XA.
Path-2:The XA-axis moves at F10000.mm/min according to the
command to XB.
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.; N90XB100.;
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.
::
2)