Sunteți pe pagina 1din 60

COMPUTER AIDED

MANUFACTURING LABORATORY
ME9
357

LA
B
RE
CO
RD

K
B
D
V
1

C
A

ANNA UNIVERSITY
COLLEGE OF ENGINEERING
GUINDY
BONAFIDE CERTIFICATE
Name

KAVIYARASU G

Class

BE MECHANICAL

Roll no

18

REGISTER NO.2
1
8

Certified that this is the bonafide record of work done by the above
student in the COMPUTER AIDED MANUFACTURING laboratory during
the year 2014

Submitted for the practical Examination held on

Signature of lab-in-charge
Department

Signature of Head of the

Internal Examiner

S.NO

DATE

NAME OF THE EXPERIMENT

PAGE NO

20/1/2014

PART PROGRAMMING I

20/1/2014

PART PROGRAMMING II

10

20/1/2014

PART PROGRAMMING III

14

20/1/2014

PART PROGRAMMING IV

18

3/2/2014

PART PROGRAMMING V

22

3/2/2014

PART PROGRAMMING VI

26

17/2/2014

PART PROGRAMMING VII

30

PART PROGRAMMING VIII

34

PART PROGRAMMING IX

38

PART PROGRAMMING X

42

PART PROGRAMMING XI

46

PART PROGRAMMING XII

50

PART PROGRAMMING XIII

54

8
9
10
11
12
13

17/2/2014
17/2/2014
17/2/2014
17/2/2014
17/2/2014
10/3/2014

TABLE OF CONTENTS

CNC PART
PROGRAMMING

EX.NO 1
20/1/2014

PART PROGRAMMING I
AIM
To write the manual part programming to the given dimensions and execute in CNC
milling
MATERIAL REQUIRED
Material : Acrylic sheet
Dimension : Length 100 mm, Width 100 mm and thickness 10mm
PROGRAM
N01 T10 M06;
N02 M03 S1200;
N03 G90 G00 X0. Y0.;
N04 G01 F800;
N05 G00 X20. Y0.;
N06 G01 X60. Y0.;
N07 G03 X80. Y20. R20.;
N08 G01 X80. Y30.;
N09 G02 X60. Y50. R20.;
N10 G01 X20. Y50.;
N11 G03 X0. Y30. R20.;
N12 G01 X0. Y20.;
N13 G02 X20.Y0. R20.;
N14 M05;
N15 M01;
N16 M30;

RESULT
Thus the manual part program is written to the given
dimensions and executed in CNC milling.

EX.NO 2
20/1/2014

PART PROGRAMMING II
AIM
To write the manual part programming to the given dimensions and execute in CNC
milling
MATERIAL REQUIRED
Material : Acrylic sheet
Dimension : Length 100 mm, Width 100 mm and thickness 10mm
PROGRAM
N01 T5 M06;
N02 M03 S1200;
N03 G90 G00 X0. Y0.;
N04 G01 F1000;
N05 G00 X35. Y45.;
N06 G03 X15. Y45. R10.;
N07 G01 X15. Y25.;
N08 G03 X35. Y25. R10.;
N09 G00 X45. Y15.;
N10 G01 X45. Y55.;
N11 G01 X65. Y15.;
N12 G01 X65. Y55.;
N13 G00 X95. Y45.;
N14 G03 X75. Y45. R10.;
N15 G01 X75. Y25.;
N16 G03 X95. Y25. R10.;
N17 G00 X0. Y0.;
N18 M05;
N19 M01;
N20 M30;

RESULT
Thus the manual part program is written to the given
dimensions and executed in CNC milling.

EX.NO 3
20/1/2014

PART PROGRAMMING III


AIM
To write the manual part programming to the given dimensions and execute in CNC
milling
MATERIAL REQUIRED
Material : Acrylic sheet
Dimension : Length 100 mm, Width 100 mm and thickness 10mm
PROGRAM
N01 T5 M06;
N02 M03 S800;
N03 G90 G00 X00. Y00.;
N04 Z2 F800;
N05 G00 X5. Y10.;
N06 G01 X5. Y25.;
N07 G01 X10. Y25.;
N08 G01 X10. Y20.;
N09 G03 X20. Y20. R5.;
N10 G01 X20. Y33.;
N11 G01 X12.5. Y 35.;
N12 G01 X12.5. Y50.;
N13 G01 X22. Y50.;
N14 G02 X27.5. Y35. R12.5.;
N15 G03 X37.5. Y35. R5.;
N16 G01 X37.5. Y45.;
N17 G01 X43. Y45.;
N18 G01 X43. Y25.;
N19 G02 X37. Y16. R29.5.;
N20 G03 X30. Y0. R21.;
N21 G01 X20. Y0.;
N22 G01 X5. Y10.;
N23 M05;
N24 M01;
N25 M30;

RESULT
Thus the manual part program is written to the given
dimensions and executed in CNC milling.

EX.NO 4
20/1/2014

PART PROGRAMMING IV
AIM
To write the manual part programming to the given dimensions and execute in CNC
milling
MATERIAL REQUIRED
Material : Acrylic sheet
Dimension : Length 100 mm, Width 100 mm and thickness 10mm
PROGRAM
N01 T1 M06;
N02 M03 S1000;
N03 G91 G00 X50. Y50.;
N04 G01 Z-5 F800;
N05 G03 X-35. Y0. R47.;
N06 G01 X0. Y-6.;
N07 G02 X5.5. Y1. R36.;
N08 G02 X5. Y-5. R5.;
N09 G02 X-5. Y-5. R5.;
N10 G02 X-5.5. Y-1. R36.;
N11 G01 X0. Y-11.;
N12 G01 X10.5. Y-16.;
N13 G03 X7. Y-3.5. R7.;
N14 G03 X7. Y3.5. R7.;
N15 G01 X10.5. Y16.;
N16 G01 X0. Y11.;
N17 G02 X-5.5. Y1. R36.;
N18 G02 X-5. Y5. R5.;
N19 G02 X5. Y5. R5.;
N20 G02 X5.5. Y-1. R36.;
N21 G01 X0. Y6.;
N22 M05;
N23 M01;
N24 M30;

RESULT
Thus the manual part program is written to the given
dimensions and executed in CNC milling.

EX.NO 5
3/2/2014

PART PROGRAMMING V
AIM
To write the manual part programming to the given dimensions and execute in CNC
milling
MATERIAL REQUIRED
Material : Acrylic sheet
Dimension : Length 100 mm, Width 100 mm and thickness 10mm
PROGRAM
N01 T8 M06;
N02 M03 S900;
N03 G91 G00 X-3. Y0.;
N04 G01 Z-5 F800;
N05 G02 X3. Y3. R3.;
N06 G01 X6.5. Y0.;
N07 G02 X3. Y-3. R3.;
N08 G01 X0. Y-1.5.;
N09 G02 X-3. Y-3. R3.;
N10 G01 X-2. Y0.;
N11 G01 X0. Y-2.;
N12 G02 X-3. Y-3. R3.;
N13 G01 X-1.5. Y0.;
N14 G02 X-3. Y3. R3.;
N15 G01 X0. Y6.5.;
N16 G00 X0. Y-22.5.;
N17 G02 X3. Y3. R3.;
N18 G01 X6.5. Y0.;
N19 G02 X3. Y-3. R3.;
N20 G01 X0. Y-1.5.;
N21 G02 X-3. Y-3. R3.;
N22 G01 X-2. Y0.;

N23 G01 X0. Y-2.;


N24 G02 X-3. Y-3. R3.;

N25 G01 X-1.5. Y0.;


N26 G02 X-3. Y3. R3.;
N27 G01 X0. Y6.5.;
N28 G00 X19. Y 31.5.;
N29 G01 X0. Y-8.5;
N30 G03 X5. Y-5. R5.;
N31 G01 X2.5 Y0.;
N32 G01 X0. Y-22.5.;
N33 G01 X-7.5. Y-11;
N34 G01 X-22.5. Y0.;
N35 G01 X0. Y39.;
N36 G02 X8. Y8. R8.;
N37 G01 X14.5. Y0.;
N38 M05;
N39 M01;
N40 M30;

RESULT
Thus the manual part program is written to the given
dimensions and executed in CNC milling.

EX.NO 6
3/2/2014

PART PROGRAMMING VI
AIM
To write the manual part programming to the given dimensions and execute in CNC
milling
MATERIAL REQUIRED
Material : Acrylic sheet
Dimension : Length 100 mm, Width 100 mm and thickness 10mm
PROGRAM
N01 T6 M06;
N02 M03 S1500;
N03 G90 G00 X15. Y20. Z5.;
N04 G01 Z-2 F800;
N05 G01 X15. Y10.828.;
N06 G02 X15. Y-10.828. R18.5.;
N07 G01 X15. Y-20.;
N08 G02 X-17.5. Y-17.853. R25.;
N09 G01 X-17.5. Y-5.;
N10 G01 X-15. Y-5.;
N11 G03 X-15. Y5. R5.;
N12 G01 X-17.5. Y5.;
N13 G01 X-17.5. Y17.853.;
N14 G02 X15. Y20. R25.;
N15 G00 Z5.;
N16 G00 X-3.5. Y18.5.;
N17 G01 Z-2.5.;
N18 G02 X3.5. Y18.5. R3.5.;
N19 G01 X3.5. Y14.;
N20 G02 X-3.5. Y14. R3.5.;
N21 G01 X-3.5. Y18.5.;
N22 G00 Z5.;

N23 G00 X0. Y7.5.;

N24 G01 Z-3.;


N25 G02 X0. Y-7.5. R7.5.;
N26 G02 X0. Y7.5. R7.5.;
N27 G00 Z5.;
N28 G00 X3.5. Y-14.;
N29 G01 Z-7.;
N30 G01 X3.5. Y-18.5.;
N31 G02 X-3.5. Y-18.5. R3.5.;
N32 G01 X-3.5. Y-14.;
N33 G02 X3.5. Y-14. R3.5.;
N34 G00 Z5.;
N35 M05;
N36 M01;
N37 M30;

RESULT
Thus the manual part program is written to the given
dimensions and executed in CNC milling.

EX.NO 7
17/2/2014

PART PROGRAMMING VII


AIM
To write the manual part programming to the given dimensions and execute in CNC
milling
MATERIAL REQUIRED
Material : Acrylic sheet
Dimension : Length 100 mm, Width 100 mm and thickness 10mm
PROGRAM
N1 T1 M06;
N2 S1200 M03;
N3 G91 G00 X0 Y0;
N4 Z-5 F800;
N5 G01 X25 Y0;
N6 G01 X10 Y5;
N7 G01 X10 Y-5;
N8 G01 X5 Y0;
N9 G01 X0 Y5;
N10 G03 X0 Y30 R15;
N11 G01 X0 Y5;
N12 G01 X-5 Y0;
N13 G01 X-10 Y-5;
N14 G01 X-10 Y5;
N15 G01 X-25 Y0;
N16 G01 X0 Y-5;
N17 G02 X0 Y-30 R15;
N18 G01 X0 Y-5;
N19 M05;
N20 M01;
N21 M30;

RESULT
Thus the manual part program is written to the given
dimensions and executed in CNC milling.

EX.NO 8
17/2/2014

PART PROGRAMMING VIII


AIM
To write the manual part programming to the given dimensions and execute in CNC
milling
MATERIAL REQUIRED
Material : Acrylic sheet
Dimension : Length 100 mm, Width 100 mm and thickness 10mm
PROGRAM
N1 T1 M06;
N2 S1200 M03;
N3 G91 G00 X0 Y0;
N4 Z-5 F800;
N5 G01 X0 Y100;
N6 G03 X-40 Y-40 R40;
N7 G02 X-30 Y-30 R30;
N8 G03 X-20 Y-20 R20;
N9 G01 X0 Y-10;
N10 G01 X90 Y0;
N11 M05;
N12 M01;
N13 M30;

RESULT
Thus the manual part program is written to the given
dimensions and executed in CNC milling.

EX.NO 9
17/2/2014

PART PROGRAMMING IX
AIM
To write the manual part programming to the given dimensions and execute in CNC
milling
MATERIAL REQUIRED
Material : Acrylic sheet
Dimension : Length 100 mm, Width 100 mm and thickness 10mm
PROGRAM
N1 T1 M06;
N2 S1200 M03;
N4 G91 G00 X0 Y0;
N5 Z-5 F800;
N6 G00 X0 Y-50;
N7 G01 X10 Y40;
N8 G01 X40 Y10;
N9 G01 X-40 Y10;
N10 G01 X-10 Y40;
N11 G01 X-10 Y-40;
N12 G01 X-40 Y-10;
N13 G01 X40 Y-10;
N14 G01 X10 Y-40;
N15 M05;
N16 M01;
N17 M30;

RESULT
Thus the manual part program is written to the given
dimensions and executed in CNC milling.

EX.NO 10
17/2/2014

PART PROGRAMMING X
AIM
To write the manual part programming to the given dimensions and execute in CNC
milling
MATERIAL REQUIRED
Material : Acrylic sheet
Dimension : Length 100 mm, Width 100 mm and thickness 10mm
PROGRAM
N1 T1 M06;
N2 S1200 M03;
N3 G91 G00 X0 Y0;
N4 Z-5 F800;
N5 G00 X-10 Y-17.5;
N6 G02 X20 Y0 R10;
N7 G01 X7.5 Y7.5;
N8 G03 X5 Y10 R10;
N9 G03 X-5 Y10 R10;
N10 G01 X-7.5 Y7.5;
N11 G02 X-20 Y0 R10;
N12 G01 X-7.5 Y-7.5;
N13 G03 X-5 Y-10 R10;
N14 G03 X5 Y-10 R10;
N15 G01 X7.5 Y-7.5;
N16 M05;
N17 M01;
N18 M30;

RESULT
Thus the manual part program is written to the given
dimensions and executed in CNC milling.

EX.NO 11
17/2/2014

PART PROGRAMMING XI
AIM
To write the manual part programming to the given dimensions and execute in CNC
milling
MATERIAL REQUIRED
Material : Acrylic sheet
Dimension : Length 100 mm, Width 100 mm and thickness 10mm
PROGRAM
N1 T1 M06;
N2 S1200 M03;
N3 G91 G00 X0 Y0;
N4 Z-5 F800;
N5 G00 X0 Y0;
N6 G01 X40 Y56;
N7 G01 X29 Y0;
N8 G01 X0 Y-20;
N9 G01 X14.28 Y-10;
N10 G01 X16.72 Y0;
N11 G01 X0 Y30;
N12 G01 X22.3 Y25.66;
N13 M05;
N14 M01;
N15 M30;

RESULT
Thus the manual part program is written to the given
dimensions and executed in CNC milling.

EX.NO 12
17/2/2014

PART PROGRAMMING XII


AIM
To write the manual part programming to the given dimensions and execute in CNC
milling
MATERIAL REQUIRED
Material : Acrylic sheet
Dimension : Length 100 mm, Width 100 mm and thickness 10mm
PROGRAM
N1 T1 M06;
N2 S900 M03;
N3 G91 G00 X0 Y0;
N4 Z-5 F600;
N5 G01 X104 Y30;
N6 G01 X0 Y42;
N7 G01 X13.43 Y13;
N8 G01 X-42.43 Y40;
N9 G01 X0 Y-40;
N10 G01 X-30 Y0;
N11 G01 X-45 Y-45;
N12 G01 X0 Y-40;
N13 M05;
N14 M01;
N15 M30;

RESULT
Thus the manual part program is written to the given
dimensions and executed in CNC milling.

EX.NO 13
10/3/2014

PART PROGRAMMING XIII


AIM
To write the manual part programming to the given dimensions and execute in CNC
milling
MATERIAL REQUIRED
Material : Acrylic sheet
Dimension : Length 120 mm, Width 120 mm and thickness 10mm
PROGRAM
G91 ;
G92 X0 Y0 ;
M98 P121 ;
G00 X-20 Y0;
G92 X0 Y0 ;
M98 P122 ;
G00 X0 Y-20 ;
G98 X0 Y0 ;
M98 P123 ;
G00 X20 Y0 ;
G98 X0 Y0 ;
M98 P124 ;
G00 X-60 Y-40 ;
G92 X0 Y0 ;
M98 PREC ;
P121
N1 T1 M06;
N2 S100 M03;
N3 G91 G00 X0 Y0;

N4 Z-5 F600;
N5 G01 X10 Y0;

N6 G03 X-10 Y10 R10;


N7 G01 X0 Y-10;
N8 M99;
P122
N1 T1 M06;
N2 S100 M03;
N3 G91 G00 X0 Y0;
N4 Z-5 F600;
N5 G01 X-10 Y0;
N6 G02 X10 Y10 R10;
N7 G01 X0 Y-10;
N8 M99;

P123
N1 T1 M06;
N2 S100 M03;
N3 G91 G00 X0 Y0;
N4 Z-5 F600;
N5 G01 X-10 Y0;
N6 G03 X10 Y-10 R10;
N7 G01 X0 Y10
N8 M99;
P124
N1 T1 M06;
N2 S100 M03;
N3 G91 G00 X0 Y0;
N4 Z-5 F600;
N5 G01 X10 Y0;
N6 G02 X-10 Y-10 R10;
N7 G01 X0 Y10;
N8 M99;

OREC
N1 T1 M06;
N2 S100 M03;
N3 G91 G00 X0 Y0;

N4 Z-5 F600;
N5 G01 X100 Y0;
N6 G01 X0 Y100;
N7 G01 X-100 Y0;
N8 G01 X0 Y-100;
N9 M01;
N10 M05;
N11 M30;

RESULT
Thus the manual part program is written to the given
dimensions and executed in CNC milling.

S-ar putea să vă placă și