0% found this document useful (0 votes)
46 views

CNC Practical Exercises 3

The document outlines a series of practical exercises on Computerised Numerical Control (CNC) operations, including facing, slotting, and circular path operations on CNC lathe and milling machines. Each practical includes a program title, a sequence of G-code commands, and results indicating the successful preparation, verification, dry run, and execution of part programs. The exercises are conducted at Shri Shivaji Polytechnic Institute, Parbhani, and utilize CNC simulation software for verification.

Uploaded by

keishna4321
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
46 views

CNC Practical Exercises 3

The document outlines a series of practical exercises on Computerised Numerical Control (CNC) operations, including facing, slotting, and circular path operations on CNC lathe and milling machines. Each practical includes a program title, a sequence of G-code commands, and results indicating the successful preparation, verification, dry run, and execution of part programs. The exercises are conducted at Shri Shivaji Polytechnic Institute, Parbhani, and utilize CNC simulation software for verification.

Uploaded by

keishna4321
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 20

Computerised Numerical Control (CNC) 314018

Practical No. 01
Aim: - Facing Operation on CNC Lathe by Linear Interpolation.

O1234 Program Title


N10 G90 G21 G94; Absolute Program, Input in mm, Feed In
Revolution
N20 G28 U0 W0; Return to reference position.
N30 M03 S2000; Spindle start CW Speed 2000 RPM
N40 T0101; Tool No 01 Offset No 01
N50 G00 X0.0 Z0.0; Rapid Travels
N60 G01 X25 Z0.0 F0.2; Linear Interpolation
N70 G01 X25 Z-40 F0.2; Linear Interpolation
N80 G00 X26 Z-40; Linear Interpolation
N90 G28 U0 W0; Return to reference position.
N100 M05; Spindle Off
N110 M30; Program End

Results: - Prepared a part program as per drawing in linear interpolation command.

Shri Shivaji Polytechnic Institute, Parbhani 1


Computerised Numerical Control (CNC) 314018

Practical No. 02
Aim: - Verify Part Program Of linear Interpolation function prepared in practical no.01 by
using suitable cnc simulation software.

O1234 Program Title


N10 G90 G21 G94; Absolute Program, Input in mm, Feed In
Revolution
N20 G28 U0 W0; Return to reference position.
N30 M03 S2000; Spindle start CW Speed 2000 RPM
N40 T0101; Tool No 01 Offset No 01
N50 G00 X0.0 Z0.0; Rapid Travels
N60 G01 X25 Z0.0 F0.2; Linear Interpolation
N70 G01 X25 Z-40 F0.2; Linear Interpolation
N80 G00 X26 Z-40; Linear Interpolation
N90 G28 U0 W0; Return to reference position.
N100 M05; Spindle Off
N110 M30; Program End

Results: - By using CNC Swan Soft Simulation verifying part program Prepared in Practical
No.01.

Shri Shivaji Polytechnic Institute, Parbhani 2


Computerised Numerical Control (CNC) 314018

Practical No. 03
Aim: - Conduct Dry run of practical No.01 on CNC Lathe Machine.

O1234 Program Title


N10 G90 G21 G94; Absolute Program, Input in mm, Feed In
Revolution
N20 G28 U0 W0; Return to reference position.
N30 M03 S2000; Spindle start CW Speed 2000 RPM
N40 T0101; Tool No 01 Offset No 01
N50 G00 X0.0 Z0.0; Rapid Travels
N60 G01 X25 Z0.0 F0.2; Linear Interpolation
N70 G01 X25 Z-40 F0.2; Linear Interpolation
N80 G00 X26 Z-40; Linear Interpolation
N90 G28 U0 W0; Return to reference position.
N100 M05; Spindle Off
N110 M30; Program End

Results: - By using CNC Lathe Machine conducting a dry run of part program Prepared in
Practical No.01.

Shri Shivaji Polytechnic Institute, Parbhani 3


Computerised Numerical Control (CNC) 314018

Practical No. 04
Aim: - Execution of part program prepared in practical No.01 on CNC Lathe Machine.

O1234 Program Title


N10 G90 G21 G94; Absolute Program, Input in mm, Feed In
Revolution
N20 G28 U0 W0; Return to reference position.
N30 M03 S2000; Spindle start CW Speed 2000 RPM
N40 T0101; Tool No 01 Offset No 01
N50 G00 X0.0 Z0.0; Rapid Travels
N60 G01 X25 Z0.0 F0.2; Linear Interpolation
N70 G01 X25 Z-40 F0.2; Linear Interpolation
N80 G00 X26 Z-40; Linear Interpolation
N90 G28 U0 W0; Return to reference position.
N100 M05; Spindle Off
N110 M30; Program End

Results: - By using CNC Lathe Machine Execution of part program Prepared in Practical
No.01.

Shri Shivaji Polytechnic Institute, Parbhani 4


Computerised Numerical Control (CNC) 314018

Practical No. 05
Aim: - Slotting Operation on CNC Milling by linear interpolation function.

O1234 Program Title


N10 G90 G21 G94; Absolute Program, Input in mm, Feed In
Revolution
N20 G28 U0 W0; Return to reference position.
N30 M03 S2000; Spindle start CW Speed 2000 RPM
N40 T0101; Tool No 01 Offset No 01
N50 G00 X0.0 Z0.0 Y0.0 ; Rapid Travels
N60 G01 Z-10 F0.2; Linear Interpolation
N70 G01 Y-40 F0.2; Linear Interpolation
N80 G01 X40 Y0 F0.2; Linear Interpolation
N90 G01 X0 Y0 Z0; Linear Interpolation
N110 G28 U0 W0; Return To Reference Position
N110 M05; Spindle Off
N120 M30; Program End

Results: - Prepared a part program by linear interpolation command for slot milling operation.

Shri Shivaji Polytechnic Institute, Parbhani 5


Computerised Numerical Control (CNC) 314018

Practical No. 06
Aim: - Verify Part Program Of linear Interpolation function prepared in practical no.05 by
using suitable cnc simulation software.

O1234 Program Title


N10 G90 G21 G94; Absolute Program, Input in mm, Feed In
Revolution
N20 G28 U0 W0; Return to reference position.
N30 M03 S2000; Spindle start CW Speed 2000 RPM
N40 T0101; Tool No 01 Offset No 01
N50 G00 X0.0 Z0.0 Y0.0 ; Rapid Travels
N60 G01 Z-10 F0.2; Linear Interpolation
N70 G01 Y-40 F0.2; Linear Interpolation
N80 G01 X40 Y0 F0.2; Linear Interpolation
N90 G01 X0 Y0 Z0; Linear Interpolation
N110 G28 U0 W0; Return To Reference Position
N110 M05; Spindle Off
N120 M30; Program End

Results: - By using CNC Swan Soft Simulation verifying part program Prepared in Practical
No.05.

Shri Shivaji Polytechnic Institute, Parbhani 6


Computerised Numerical Control (CNC) 314018

Practical No. 07
Aim: - Conduct Dry run of practical No.05 on CNC Milling Machine.

O1234 Program Title


N10 G90 G21 G94; Absolute Program, Input in mm, Feed In
Revolution
N20 G28 U0 W0; Return to reference position.
N30 M03 S2000; Spindle start CW Speed 2000 RPM
N40 T0101; Tool No 01 Offset No 01
N50 G00 X0.0 Z0.0 Y0.0 ; Rapid Travels
N60 G01 Z-10 F0.2; Linear Interpolation
N70 G01 Y-40 F0.2; Linear Interpolation
N80 G01 X40 Y0 F0.2; Linear Interpolation
N90 G01 X0 Y0 Z0; Linear Interpolation
N110 G28 U0 W0; Return To Reference Position
N110 M05; Spindle Off
N120 M30; Program End

Results: - By using CNC Milling Machine conducting a dry run of part program Prepared in
Practical No.05.

Shri Shivaji Polytechnic Institute, Parbhani 7


Computerised Numerical Control (CNC) 314018

Practical No. 08
Aim: - Execution of part program prepared in practical No.05 on CNC Milling Machine.

O1234 Program Title


N10 G90 G21 G94; Absolute Program, Input in mm, Feed In
Revolution
N20 G28 U0 W0; Return to reference position.
N30 M03 S2000; Spindle start CW Speed 2000 RPM
N40 T0101; Tool No 01 Offset No 01
N50 G00 X0.0 Z0.0 Y0.0 ; Rapid Travels
N60 G01 Z-10 F0.2; Linear Interpolation
N70 G01 Y-40 F0.2; Linear Interpolation
N80 G01 X40 Y0 F0.2; Linear Interpolation
N90 G01 X0 Y0 Z0; Linear Interpolation
N110 G28 U0 W0; Return To Reference Position
N110 M05; Spindle Off
N120 M30; Program End

Results: - By using CNC Milling Machine Execution of part program Prepared in Practical
No.05.

Shri Shivaji Polytechnic Institute, Parbhani 8


Computerised Numerical Control (CNC) 314018

Practical No. 09
Aim: - Circular path operation on CNC lathe by circular interpolation function.

O1234; Program Title


N10 G90 G21 G94; Absolute Program, Input in mm, Feed In
Revolution
N20 G28 U0 W0; Return to reference position.
N30 M03 S2000; Spindle start CW Speed 2000 RPM
N40 T0101; Tool No 01 Offset No 01
N50 G00 X0.0 Z0.0 ; Rapid Travels
N60 G01 X20 Z0 F0.5; Linear Interpolation
N70 G01 X10 Z-0 F0.5; Linear Interpolation
N80 G02 X0 Z-5 R10 F0.5; Circular Interpolation
N90 G00 X-1 Z-5 ; Rapid Travels
N100 G00 X-1 Z0; Rapid Travels
N110 G01 X10 Z0 ; Linear Interpolation
N120 G02 X0 Z-8 R10 F0.5; Circular Interpolation
N130 G00 X-1 Z0; Rapid Travels
N140 G01 X10 Z0 F0.5; Linear Interpolation
N150 G02 X0 Z-10 R10 F0.5 Circular Interpolation
N160 G00 X-1 Z-10; Rapid Travels
N170 G00 X-1 Z0; Rapid Travels
N180 G28 U0 W0; Return to Reference Position
N190 M05; Spindle Off
N200 M30; Program End

Results: - Prepared a part program as per drawing in Circular interpolation command.

Shri Shivaji Polytechnic Institute, Parbhani 9


Computerised Numerical Control (CNC) 314018

Practical No. 10
Aim: - Verify Part Program Of Circular Interpolation function prepared in practical no.09 by
using suitable cnc simulation software..

O1234; Program Title


N10 G90 G21 G94; Absolute Program, Input in mm, Feed In
Revolution
N20 G28 U0 W0; Return to reference position.
N30 M03 S2000; Spindle start CW Speed 2000 RPM
N40 T0101; Tool No 01 Offset No 01
N50 G00 X0.0 Z0.0 ; Rapid Travels
N60 G01 X20 Z0 F0.5; Linear Interpolation
N70 G01 X10 Z-0 F0.5; Linear Interpolation
N80 G02 X0 Z-5 R10 F0.5; Circular Interpolation
N90 G00 X-1 Z-5 ; Rapid Travels
N100 G00 X-1 Z0; Rapid Travels
N110 G01 X10 Z0 ; Linear Interpolation
N120 G02 X0 Z-8 R10 F0.5; Circular Interpolation
N130 G00 X-1 Z0; Rapid Travels
N140 G01 X10 Z0 F0.5; Linear Interpolation
N150 G02 X0 Z-10 R10 F0.5 Circular Interpolation
N160 G00 X-1 Z-10; Rapid Travels
N170 G00 X-1 Z0; Rapid Travels
N180 G28 U0 W0; Return to Reference Position
N190 M05; Spindle Off
N200 M30; Program End

Results: - By using CNC Swan Soft Simulation verifying part program Prepared in Practical
No.09.

Shri Shivaji Polytechnic Institute, Parbhani 10


Computerised Numerical Control (CNC) 314018

Practical No. 11
Aim: - Conduct Dry run of practical No.09 on CNC Lathe Machine.

O1234; Program Title


N10 G90 G21 G94; Absolute Program, Input in mm, Feed In
Revolution
N20 G28 U0 W0; Return to reference position.
N30 M03 S2000; Spindle start CW Speed 2000 RPM
N40 T0101; Tool No 01 Offset No 01
N50 G00 X0.0 Z0.0 ; Rapid Travels
N60 G01 X20 Z0 F0.5; Linear Interpolation
N70 G01 X10 Z-0 F0.5; Linear Interpolation
N80 G02 X0 Z-5 R10 F0.5; Circular Interpolation
N90 G00 X-1 Z-5 ; Rapid Travels
N100 G00 X-1 Z0; Rapid Travels
N110 G01 X10 Z0 ; Linear Interpolation
N120 G02 X0 Z-8 R10 F0.5; Circular Interpolation
N130 G00 X-1 Z0; Rapid Travels
N140 G01 X10 Z0 F0.5; Linear Interpolation
N150 G02 X0 Z-10 R10 F0.5 Circular Interpolation
N160 G00 X-1 Z-10; Rapid Travels
N170 G00 X-1 Z0; Rapid Travels
N180 G28 U0 W0; Return to Reference Position
N190 M05; Spindle Off
N200 M30; Program End

Results: - By using CNC Lathe Machine conducting a dry run of part program Prepared in
Practical No.09.

Shri Shivaji Polytechnic Institute, Parbhani 11


Computerised Numerical Control (CNC) 314018

Practical No. 12
Aim: - Execution of part program prepared in practical No.09 on CNC Lathe Machine.

O1234; Program Title


N10 G90 G21 G94; Absolute Program, Input in mm, Feed In
Revolution
N20 G28 U0 W0; Return to reference position.
N30 M03 S2000; Spindle start CW Speed 2000 RPM
N40 T0101; Tool No 01 Offset No 01
N50 G00 X0.0 Z0.0 ; Rapid Travels
N60 G01 X20 Z0 F0.5; Linear Interpolation
N70 G01 X10 Z-0 F0.5; Linear Interpolation
N80 G02 X0 Z-5 R10 F0.5; Circular Interpolation
N90 G00 X-1 Z-5 ; Rapid Travels
N100 G00 X-1 Z0; Rapid Travels
N110 G01 X10 Z0 ; Linear Interpolation
N120 G02 X0 Z-8 R10 F0.5; Circular Interpolation
N130 G00 X-1 Z0; Rapid Travels
N140 G01 X10 Z0 F0.5; Linear Interpolation
N150 G02 X0 Z-10 R10 F0.5 Circular Interpolation
N160 G00 X-1 Z-10; Rapid Travels
N170 G00 X-1 Z0; Rapid Travels
N180 G28 U0 W0; Return to Reference Position
N190 M05; Spindle Off
N200 M30; Program End

Results: - By using CNC Lathe Machine Execution of part program Prepared in Practical
No.09.

Shri Shivaji Polytechnic Institute, Parbhani 12


Computerised Numerical Control (CNC) 314018

Practical No. 13
Aim: - Circular Path Operation on CNC Milling by Circular interpolation function.

O1234 Program Title


N10 G90 G21 G94; Absolute Program, Input in mm, Feed In
Revolution
N20 G28 U0 W0; Return to reference position.
N30 M03 S2000; Spindle start CW Speed 2000 RPM
N40 T0101; Tool No 01 Offset No 01
N50 G00 X0.0 Z0.0 Y0.0 ; Rapid Travels
N60 G01 X0 Y0 Z-10 F0.5; Linear Interpolation
N70 G01 X0 Y-30 Z-10 F0.5; Linear Interpolation
N80 G02 X10 Y-40 Z-10 R10 F0.5; Circular Interpolation
N90 G01 X30 Y-30 Z-10 F0.5; Linear Interpolation
N100 G01 X40 Y-10 Z-10 F0.5; Linear Interpolation
N110 G02 X30 Y0.0 Z-10 R10 F0.5; Circular Interpolation
N120 G01 X10 Y0.0 Z-10 F0.5; Linear Interpolation
N130 G02 X0 Y-10 Z-10 R10 F0.5; Circular Interpolation
N140 G00 X0 Y0 Z0 ; Rapid Travels
N150 G28 U0 W0; Return to Reference Position
N160 M05; Spindle Off
N170 M30; Program End

Results: - Prepared a part program by Circular interpolation command for slot milling
operation.

Shri Shivaji Polytechnic Institute, Parbhani 13


Computerised Numerical Control (CNC) 314018

Practical No. 14
Aim: - Verify Part Program Of Circular Interpolation function prepared in practical no.13 by
using suitable cnc simulation software.
.

O1234 Program Title


N10 G90 G21 G94; Absolute Program, Input in mm, Feed In
Revolution
N20 G28 U0 W0; Return to reference position.
N30 M03 S2000; Spindle start CW Speed 2000 RPM
N40 T0101; Tool No 01 Offset No 01
N50 G00 X0.0 Z0.0 Y0.0 ; Rapid Travels
N60 G01 X0 Y0 Z-10 F0.5; Linear Interpolation
N70 G01 X0 Y-30 Z-10 F0.5; Linear Interpolation
N80 G02 X10 Y-40 Z-10 R10 F0.5; Circular Interpolation
N90 G01 X30 Y-30 Z-10 F0.5; Linear Interpolation
N100 G01 X40 Y-10 Z-10 F0.5; Linear Interpolation
N110 G02 X30 Y0.0 Z-10 R10 F0.5; Circular Interpolation
N120 G01 X10 Y0.0 Z-10 F0.5; Linear Interpolation
N130 G02 X0 Y-10 Z-10 R10 F0.5; Circular Interpolation
N140 G00 X0 Y0 Z0 ; Rapid Travels
N150 G28 U0 W0; Return to Reference Position
N160 M05; Spindle Off
N170 M30; Program End

Results: - By using CNC Swan Soft Simulation verifying part program Prepared in Practical
No.13

Shri Shivaji Polytechnic Institute, Parbhani 14


Computerised Numerical Control (CNC) 314018

Practical No. 15
Aim: - Conduct Dry run of practical No.13 on CNC Milling Machine.

O1234 Program Title


N10 G90 G21 G94; Absolute Program, Input in mm, Feed In
Revolution
N20 G28 U0 W0; Return to reference position.
N30 M03 S2000; Spindle start CW Speed 2000 RPM
N40 T0101; Tool No 01 Offset No 01
N50 G00 X0.0 Z0.0 Y0.0 ; Rapid Travels
N60 G01 X0 Y0 Z-10 F0.5; Linear Interpolation
N70 G01 X0 Y-30 Z-10 F0.5; Linear Interpolation
N80 G02 X10 Y-40 Z-10 R10 F0.5; Circular Interpolation
N90 G01 X30 Y-30 Z-10 F0.5; Linear Interpolation
N100 G01 X40 Y-10 Z-10 F0.5; Linear Interpolation
N110 G02 X30 Y0.0 Z-10 R10 F0.5; Circular Interpolation
N120 G01 X10 Y0.0 Z-10 F0.5; Linear Interpolation
N130 G02 X0 Y-10 Z-10 R10 F0.5; Circular Interpolation
N140 G00 X0 Y0 Z0 ; Rapid Travels
N150 G28 U0 W0; Return to Reference Position
N160 M05; Spindle Off
N170 M30; Program End

Results: - By using CNC Milling Machine conducting a dry run of part program Prepared in
Practical No.13.

Shri Shivaji Polytechnic Institute, Parbhani 15


Computerised Numerical Control (CNC) 314018

Practical No. 16
Aim: - Execution of part program prepared in practical No.13 on CNC Milling Machine.

O1234 Program Title


N10 G90 G21 G94; Absolute Program, Input in mm, Feed In
Revolution
N20 G28 U0 W0; Return to reference position.
N30 M03 S2000; Spindle start CW Speed 2000 RPM
N40 T0101; Tool No 01 Offset No 01
N50 G00 X0.0 Z0.0 Y0.0 ; Rapid Travels
N60 G01 X0 Y0 Z-10 F0.5; Linear Interpolation
N70 G01 X0 Y-30 Z-10 F0.5; Linear Interpolation
N80 G02 X10 Y-40 Z-10 R10 F0.5; Circular Interpolation
N90 G01 X30 Y-30 Z-10 F0.5; Linear Interpolation
N100 G01 X40 Y-10 Z-10 F0.5; Linear Interpolation
N110 G02 X30 Y0.0 Z-10 R10 F0.5; Circular Interpolation
N120 G01 X10 Y0.0 Z-10 F0.5; Linear Interpolation
N130 G02 X0 Y-10 Z-10 R10 F0.5; Circular Interpolation
N140 G00 X0 Y0 Z0 ; Rapid Travels
N150 G28 U0 W0; Return to Reference Position
N160 M05; Spindle Off
N170 M30; Program End

Results: - By using CNC Milling Machine Execution of part program Prepared in Practical
No.13.

Shri Shivaji Polytechnic Institute, Parbhani 16


Computerised Numerical Control (CNC) 314018

Practical No. 17
Aim:- Facing, Step and taper turning operation by canned cycle. (For Siemens Control)

Program

O1234 Program Title


N10 G90 G21 G94; Absolute Program, Input in mm, Feed In
Revolution
N20 G28 U0 W0; Return to reference position.
N30 M03 S2000; Spindle start CW Speed 2000 RPM
N40 T0101; Tool No 01 Offset No 01
N50 G00 X20.0 Z0.0; Rapid Travels
N60 G81 X-2.00 Z-50 F0.2; Canned Cycle
N70 G81 X-4.00 Z-50 F0.2; Canned Cycle
N80 G81 X-6.00 Z-35 F0.2; Canned Cycle
N90 G81 X-8.00 Z-35 F0.2; Canned Cycle
N150 G28 U0 W0; Return to Reference Position
N160 M05; Spindle Off
N170 M30; Program End

Result: Prepare Canned Cycle Part Program For CNC Lathe Machine.

Shri Shivaji Polytechnic Institute, Parbhani 17


Computerised Numerical Control (CNC) 314018

Practical No. 18
Aim:- Verify Part Program of canned cycle prepared in practical No. 17 by using suitable
simulation Software. (For Siemens Control)

Program

O1234 Program Title


N10 G90 G21 G94; Absolute Program, Input in mm, Feed In
Revolution
N20 G28 U0 W0; Return to reference position.
N30 M03 S2000; Spindle start CW Speed 2000 RPM
N40 T0101; Tool No 01 Offset No 01
N50 G00 X20.0 Z0.0; Rapid Travels
N60 G81 X-2.00 Z-50 F0.2; Canned Cycle
N70 G81 X-4.00 Z-50 F0.2; Canned Cycle
N80 G81 X-6.00 Z-35 F0.2; Canned Cycle
N90 G81 X-8.00 Z-35 F0.2; Canned Cycle
N150 G28 U0 W0; Return to Reference Position
N160 M05; Spindle Off
N170 M30; Program End

Result: Verified Part Program of canned cycle prepared in practical No. 17 by using suitable
simulation Software.

Shri Shivaji Polytechnic Institute, Parbhani 18


Computerised Numerical Control (CNC) 314018

Practical No. 19
Aim:- Conduct Dry run of practical No.17 on CNC Lathe Machine. (For Siemens Control)

Program

O1234 Program Title


N10 G90 G21 G94; Absolute Program, Input in mm, Feed In
Revolution
N20 G28 U0 W0; Return to reference position.
N30 M03 S2000; Spindle start CW Speed 2000 RPM
N40 T0101; Tool No 01 Offset No 01
N50 G00 X20.0 Z0.0; Rapid Travels
N60 G81 X-2.00 Z-50 F0.2; Canned Cycle
N70 G81 X-4.00 Z-50 F0.2; Canned Cycle
N80 G81 X-6.00 Z-35 F0.2; Canned Cycle
N90 G81 X-8.00 Z-35 F0.2; Canned Cycle
N150 G28 U0 W0; Return to Reference Position
N160 M05; Spindle Off
N170 M30; Program End

Result: By using CNC Lathe Machine conducting a dry run of part program Prepared in
Practical No.17.

Shri Shivaji Polytechnic Institute, Parbhani 19


Computerised Numerical Control (CNC) 314018

Practical No. 20
Aim:- Execution of part program prepared in practical No.17 on CNC Lathe Machine. (For
Siemens Control)

Program

O1234 Program Title


N10 G90 G21 G94; Absolute Program, Input in mm, Feed In
Revolution
N20 G28 U0 W0; Return to reference position.
N30 M03 S2000; Spindle start CW Speed 2000 RPM
N40 T0101; Tool No 01 Offset No 01
N50 G00 X20.0 Z0.0; Rapid Travels
N60 G81 X-2.00 Z-50 F0.2; Canned Cycle
N70 G81 X-4.00 Z-50 F0.2; Canned Cycle
N80 G81 X-6.00 Z-35 F0.2; Canned Cycle
N90 G81 X-8.00 Z-35 F0.2; Canned Cycle
N150 G28 U0 W0; Return to Reference Position
N160 M05; Spindle Off
N170 M30; Program End

Result: By using CNC Lathe Machine Execution of part program Prepared in Practical
No.17.

Shri Shivaji Polytechnic Institute, Parbhani 20

You might also like