NC PROGRAMMING FOR MILLING L - AND - C - Type
NC PROGRAMMING FOR MILLING L - AND - C - Type
(L & C -TYPE)
PREPARATORY FUNCTION (G-CODES)
This is denoted by “G” .
It is a preset function associated with machine
axes and the associated geometry
MOTION GROUP
N008 Y 30000(*)
N008 X0 Y-75000(*)
This facility can be used only while machining along X & Y axis.
G41 – Over shoot. The tool travel is more (equal to tool radius) than the
specified coordinate of a point as per geometry path programming in
respective X or Y direction.
G42 – Under shoot. The tool travel is less (equal to tool radius) than the
specified coordinate of the point as per geometry path programming in
respective X or Y direction.
Under shoot : (at Point B)
N008 Y 40000(*)
A 0,0 -8,-8
B 0,50 -8,58
C 90,0 98,-8
D 30,50 22,58
E 90,50 98,50
F 20,30 20,30
G 40,20 40,20
F 70,50 70,50
N001 G92 X0 Y0 Z0 (*)
N002 G90 G71 (*)
(For machining edge AC)
N003 G42 G01 G78 X0 Y0 Z68000
R48000 Q0101 F100 T01 M03 (*)
N004 G41 G79 X90000 (*)
:
N008 G40 Q0100 (*)
:
(For machining arc E to D)
N010 G01 X98000 Y 50000 Z68000
(*) R48000 Q0100 F100 T01 M03 (*)
(For milling slot GH)
N011 G03 X22000 Y 58000 I-38000
N018 G78 X40000 Y20000
J0 (*)
Z55000 R 48000 Q0300 F200
(For machining edge DB)
T03 M03 (*)
N012 G01 X-8000 (*)
N019 G01 G79 X 70000 Y50000
N013 Z0F0 Q0000 M05 (*)
(*)
(For drilling hole F)
N020 G80 Z0 F0 Q0000 M05 (*)
N015 G81 X20000 Y30000 Z68000
N021 G00 X0 Y0 (*)
R48000 Q0200 F300 T02 M03 (*)
N022 M02 or M30 (*)
N016 G80 Z0 F0 Q0000 M05 (*)
THANK YOU