0% found this document useful (0 votes)
187 views1 page

Bowling Pin

The document contains a CNC program for machining a bowling pin shape. It sets the spindle speed to 1000 RPM and feed rate to 10 units/min. Tool T0101 performs contour turning using circular and linear interpolation to cut the tapered shape. Tool T0404 then machines additional details with linear moves. The program ends with an M30 code.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
187 views1 page

Bowling Pin

The document contains a CNC program for machining a bowling pin shape. It sets the spindle speed to 1000 RPM and feed rate to 10 units/min. Tool T0101 performs contour turning using circular and linear interpolation to cut the tapered shape. Tool T0404 then machines additional details with linear moves. The program ends with an M30 code.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

O0014 (Bowling Pin Orig);

N5 G90; (ABSOLUTE PROGRAMMING)


N10 S1000 F10 M4; (SPINDLE SPEED=1000 FEED RATE=10 COUNTERCLOCKWISE)
N15 T0101; (FINISHING TOOL SDJC R)
N20 G0 X15 Z1; (TOOL POSITIONING)
N25 G73 U0.5 R1; (CONTOUR TURNING)
N30 G73 P31 Q42 U0 W0; (CONTOUR TURNING FROM N31 TO N42)
N31 G0 X0 Z0; (TOOL POSITIONING)
N35 G3 X4.4 Z-6.22 R3.5; (CIRCULAR INTERPOLATION COUNTERCLOCKWISE)
N41 G2 X12 Z-33 R90; (CIRCULAR INTERPOLATION CLOCKWISE)
N42 G3 X11 Z-49.5 R90; (CIRCULAR INTERPOLATION COUNTERCLOCKWISE)
N43 T0404; (FINISHING TOOL SDNC)
N50 G0 X15; (TOOL POSITIONING)
N51 Z-35; (TOOL POSITIONING)
N52 G01 X12; (LINEAR INTERPOLATION)
N53 G0 X15; (TOOL POSITIONING)
N54 Z-38.5; (TOOL POSITIONING)
N55 G01 X12; (LINEAR INTERPOLATION)
N56 G0 X15; (TOOL POSITIONING)
N57 Z-42; (TOOL POSITIONING)
N58 G01 X12; (LINEAR INTERPOLATION)
N59 G0 X15; (TOOL POSITIONING)
N60 Z2; (TOOL POSITIONING)
N65 M30; (END PROGRAM)

You might also like