09 00.11.21 K.Yamamuro Revised to edition 09
08 00.06.22 T.Watanabe Revised to edition 08 T.Endo
01 99.03.10 K.Yamamuro New-registered T.Endo
A-63537E
ED DATE DESIG.
DESCRIPTION 16/134
SHEET
TITLE
FANUC Series 16i/18 i -TA
Compound Machining Function
TITLE
CUST.DRAW.NO.
2.2.10 Absolute/Incremental command
Absolute/Incremental command is programmed differently between turning
and milling modes.
In milling mode, it is decided by modal G codes(G90/G91).
In turning mode, it is decided by command addresses(X/U, Y/V, etc) when G
code system A is selected.
Example)
O0007 ;
N10 M81 ; ←Milling mode start
N20 G90 G00 X100. Z100. ; ←Absolute command
N30 M80 ; ←Turning mode start
N40 G00 U100. W100. ; ←Incremental command
N50 X300. Z300. ; ←Absolute command
N60 W200.; ←Incremental command
N70 M81 ; ←Milling mode start
N80 X-100. ; ←Absolute command
N90 G91 X100. ; ←Incremental command
N100 M80 ; ←Turning mode start
N110 X500. ; ←Absolute command