
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 55/134
SHEET
TITLE
FANUC Series 16i/18 i -TA
Compound Machining Function
TITLE
CUST.DRAW.NO.
2.9 Parameters
Basically, the parameters are set in turning mode and in milling mode each.
However, there are common parameters in both modes such as servo
parameters. The common parameters are displayed only on turning display
screen. They are set on turning side. The common parameters are in the
following list.
Functions Parameters
Reader/puncher interface No.24 - No.123
Power mate CNC manager No.960
Controlled axis/Least input increment No.1001 - No.1199
Feedrate No.1400 - No.1499
Servo No.1800 - No.2999
Serial spindle No.4000 - No.4399
Pitch error compensation No.3620 - No.3624
Tool life management No.6800 - No.6899
Reference position setting with mechanical
stopper
No.7181 - No.7186
Software operators panel No.7200 - No.7399
Check termination of Sequence Number No.8341 - No.8343
2.10 Custom macro variable
Custom macro variable is separate in turning mode and milling mode. As
for common variables for custom macro # 100-#149 and # 500-#531, the use
can be done together between modes according to the parameter (No.6036,
6037).
Example)
O0013 ;
N1 M80 ; ← changing to turning mode
N2 #100=10. ; ← macro variable #100=10. in turning mode
N3 M81 ; ← changing to milling mode
N4 #100=5.5 ; ← macro variable #100=5.5 in milling mode
N5 M80. ; ← changing to milling mode
N6 G04 X#100 ; ← dwell 10 seconds
N7 M30 ;