Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

EX. NO.

DATE

TURNING, TAPER-TURNING, DRILLING & TAPPING CNC LATHE


AIM:
To write a part program and simulate the tool path for the given model using fanuc
controller.
PROGRAM:
O 0014;
[BILLET X22 Z70;
G21 G97 G98;
G28 U0 W0;
M06 T01;
M03 S1000;
G00 X22 Z1;
G01 Z0 F50;
G71 U0.5 R1;
G71 P100 Q200 U0.2 W0.2;
N100 G01 X18;
Z-30;
N200 X22 Z-35;
M05;
G28 U0 W0;
M06 T02;
M03 S1200;
G00 X22 Z1;
G70 P100 Q200;
G28 U0 W0;

M05;
G28 U0 W0;
M06 T03;
M03 S1000;
G00 X0 Z1;
G74 R1;
G74 Z-25 Q5000 F50;
G00 Z1;
G28 U0 W0;
M05;
G28 U0 W0;
M06 T04;
M03 S1000;
G00 X0 Z1;
G01 X12 Z1;
G90 X12.5 Z-20 F50;
X13;
X13.5;
G28 U0 W0;
M05;
M30

RESULT:
Thus the part program for the given model is written and verified through simulation.

You might also like