0% found this document useful (0 votes)
58 views4 pages

CNC Milling

The document contains three lab program summaries for computer aided manufacturing: 1) A program for linear and circular interpolation to contour a billet. 2) A program for circular interpolation only. 3) A program demonstrating mirroring, sub-program calling, and mirroring techniques.

Uploaded by

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

CNC Milling

The document contains three lab program summaries for computer aided manufacturing: 1) A program for linear and circular interpolation to contour a billet. 2) A program for circular interpolation only. 3) A program demonstrating mirroring, sub-program calling, and mirroring techniques.

Uploaded by

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

ANNAMACHARYA INSTITUTE OF TECHNOLOGY & SCIENCES- RAJAMPET

DEPARTMENT OF MECHANICAL ENGINEERING


IV B.TECH - I SEMESTER
COMPUTER AIDED MANUFACTURING LAB PROGRAMMES

NAME :
ROLL NO : DATE:

LINEAR9 (G01) And CIRCULAR (G02) INTERPOLATION

Planning and operation sheet


BILLET SIZE: 90X90X10 MATERIAL :Aluminum
PROGRAM NO: 101 DRAWING NO: 01
1 Operation Contorting
2 Tool type End mill
3 Tool dia., (mm) 5
4 Tool number 5
5 Flute length (mm) 15
6 Spindle speed (rpm) 1500
7 Feed rate (mm/min) 30
8 Depth (mm) 1

Program: -
O101
G21 G94
G28 Z0
G28 X0 Y0
M06 T05
M03 S1500
G00 X0 Y0 Z5
G00 X-15 Y-25
G01 Z-1 F30
G01 X15 Y-25
G03 X25 Y-15 R10
G01 X25 Y15
G02 X15 Y25 R10
G01 X-15 Y25
G03 X-25 Y15 R10
G01 X-25 Y-15
G01 X-15 Y-25
G01 Z5
G28 Z0
G28 X0 Y0
M05
M30
RESULT: Program Executed / Not Executed

Signature of the faculty


ANNAMACHARYA INSTITUTE OF TECHNOLOGY & SCIENCES- RAJAMPET
DEPARTMENT OF MECHANICAL ENGINEERING
IV B.TECH - I SEMESTER
COMPUTER AIDED MANUFACTURING LAB PROGRAMMES

NAME :
ROLL NO : DATE:

CIRCULAR INTERPOLATION (G02)

Planning and operation sheet


BILLET SIZE: 90X90X10 MATERIAL :Aluminum
PROGRAM NO: 102 DRAWING NO: 02
1 Operation Contorting
2 Tool type End mill
3 Tool dia., (mm) 5
4 Tool number 5
5 Flute length (mm) 15
6 Spindle speed (rpm) 1500
7 Feed rate (mm/min) 30
8 Depth (mm) 1

Program: -
O102
G21 G94
G28 Z0

RESULT: Program Executed / Not Executed

Signature of the faculty


ANNAMACHARYA INSTITUTE OF TECHNOLOGY & SCIENCES- RAJAMPET
DEPARTMENT OF MECHANICAL ENGINEERING
IV B.TECH - I SEMESTER
COMPUTER AIDED MANUFACTURING LAB PROGRAMMES

NAME :
ROLL NO : DATE:

G28 X0 Y0
M06 T05
M03 S1500
G00 X0 Y0 Z5
G00 X-25 Y-35
G01 Z-1 F30
G02 X25 Y-35 R60
G02 X35 Y-25 R10
G02 X35 Y25 R60
G02 X25 Y35 R10
G02 X-25 Y35 R60
G02 X-35 Y25 R10
G02 X-35 Y-25 R60
G02 X-25 Y-35 R10
G01 Z5
G28 Z0
G28 X0 Y0
M05
M30

MIRRORING (M70,M71,M80 and M81) and SUB PROGRAM CALLING (M98,M99)

Planning and operation sheet


BILLET SIZE: 90X90X10 MATERIAL :Aluminum
PROGRAM NO: 103 DRAWING NO: 03
1 Operation Mirroring
2 Tool type End mill
3 Tool dia., (mm) 5
4 Tool number 5
5 Flute length (mm) 15
6 Spindle speed (rpm) 1500
7 Feed rate (mm/min) 30
8 Depth (mm) 1

RESULT: Program Executed / Not Executed

Signature of the faculty


ANNAMACHARYA INSTITUTE OF TECHNOLOGY & SCIENCES- RAJAMPET
DEPARTMENT OF MECHANICAL ENGINEERING
IV B.TECH - I SEMESTER
COMPUTER AIDED MANUFACTURING LAB PROGRAMMES

NAME :
ROLL NO : DATE:

Program: -

O103
G21 G94
G28 Z0
G28 X0 Y0
M06 T05
M03 S1500
G00 X0 Y0 Z5
G00 X10 Y10 Z5
M98 P014545
M70
M98 P014545 Main Program
M71
M98 P014545
M80
M98 P014545
G28 Z0
G28 X0 Y0
M05
M30

O4545
G00 X10 Y10 Z5
G01 Z-0.5 F30
G01 X10 Y30 Sub-Program
G01 X30 Y10
G01 X10 Y10
G00 Z5
M99

RESULT: Program Executed / Not Executed

Signature of the faculty

You might also like