Вы находитесь на странице: 1из 24

www.Vidyarthiplus.

com

ME2309 CAD/CAM LAB

LAB MANUAL

DEPARTMENT OF MECHANICAL ENGINEERING


SSN COLLEGE OF ENGINEERING
KALAVAKKAM 603 110.

www.Vidyarthiplus.com
www.Vidyarthiplus.com

PART A
COMPUTER AIDED DESIGN (CAD)

www.Vidyarthiplus.com
www.Vidyarthiplus.com

Ex: 1 Solid Modeling and Assembly of Screw Jack

Date:

AIM: To draw the components of Screw Jack and to assemble them using
Pro-Engineer software.

PROCEDURE:

1. Open pro-engineer software. Select file -New-Part and select dimension as mm.

2. Depending on the component select the plane (Front or Top or Right or Left) and
click sketch.

3. Select the axis for the plane using axis line command and using line and circle
command draw the required views of the component.

4. Using delete command, remove unwanted lines and circles

5. After completing the view click button. Now depending on shape of the
component either click revolve or extrude command.

6. In order to make a hole, click - extrude and click remove material.

7. After extruding or revolving click button to get the complete solid component.

8. Save the part using file - save a copy, command.

9. All remaining components are drawn in similar manner.

10.The drawn solid components are assembled.

RESULT: Thus the components of Screw Jack have been drawn and assembled using
Pro-Engineer software.

www.Vidyarthiplus.com
www.Vidyarthiplus.com

Screw Jack

www.Vidyarthiplus.com
www.Vidyarthiplus.com

Ex: 2 Solid Modeling and Assembly of Flange Coupling

Date:

AIM: To draw the components of Flange Coupling and to assemble them using
Pro-Engineer software.

PROCEDURE:

1. Open pro-engineer software. Select file -New-Part and select dimension as mm.

2. Depending on the component select the plane (Front or Top or Right or Left) and
click sketch.

3. Select the axis for the plane using axis line command and using line and circle
command draw the required views of the component.

4. Using delete command, remove unwanted lines and circles

5. After completing the view click button. Now depending on shape of the
component either click revolve or extrude command.

6. In order to make a hole, click - extrude and click remove material.

7. After extruding or revolving click button to get the complete solid component.

8. Save the part using file - save a copy, command.

9. All remaining components are drawn in similar manner.

10.The drawn solid components are assembled.

RESULT: Thus the components of Flange Coupling have been drawn and assembled
using Pro-Engineer software.

www.Vidyarthiplus.com
www.Vidyarthiplus.com

www.Vidyarthiplus.com
www.Vidyarthiplus.com

Ex: 3 Solid Modeling and Assembly of Universal Coupling

Date:

AIM: To draw the components of Universal Coupling and to assemble them using
Pro-Engineer software.

PROCEDURE:

1. Open pro-engineer software. Select file -New-Part and select dimension as mm.

2. Depending on the component select the plane (Front or Top or Right or Left) and
click sketch.

3. Select the axis for the plane using axis line command and using line and circle
command draw the required views of the component.

4. Using delete command, remove unwanted lines and circles

5. After completing the view click button. Now depending on shape of the
component either click revolve or extrude command.

6. In order to make a hole, click - extrude and click remove material.

7. After extruding or revolving click button to get the complete solid component.

8. Save the part using file - save a copy, command.

9. All remaining components are drawn in similar manner.

10.The drawn solid components are assembled.

RESULT: Thus the components of Universal Coupling Jack have been drawn and
assembled using Pro-Engineer software.

www.Vidyarthiplus.com
www.Vidyarthiplus.com

Universal Coupling

www.Vidyarthiplus.com
www.Vidyarthiplus.com

Ex: 4 Solid Modeling and Assembly of Plummer Block

Date:

AIM: To draw the components of Plummer Block and to assemble them using
Pro-Engineer software.

PROCEDURE:

1. Open pro-engineer software. Select file -New-Part and select dimension as mm.

2. Depending on the component select the plane (Front or Top or Right or Left) and
click sketch.

3. Select the axis for the plane using axis line command and using line and circle
command draw the required views of the component.

4. Using delete command, remove unwanted lines and circles

5. After completing the view click button. Now depending on shape of the
component either click revolve or extrude command.

6. In order to make a hole, click - extrude and click remove material.

7. After extruding or revolving click button to get the complete solid component.

8. Save the part using file - save a copy, command.

9. All remaining components are drawn in similar manner.

10.The drawn solid components are assembled.

RESULT: Thus the components of Plummer Block have been drawn and
assembled using Pro-Engineer software.

www.Vidyarthiplus.com
www.Vidyarthiplus.com

Plummer Block

www.Vidyarthiplus.com
www.Vidyarthiplus.com

PART B

COMPUTER AIDED MANUFACTURING

(CAM)

www.Vidyarthiplus.com
www.Vidyarthiplus.com

Simulation Exercises

CNC LATHE

1. Write a CNC program using G and M codes for the given work piece and also
show the simulation using CNC Lathe software.

SINGLE FACING CYCLE

[BILLET X20 Z75;


G21 G98;
G28 U0 W0;
M06 T01;
M03 S1500;
G00 X21 Z1;
G94 X-0.5 Z-0.5 F50;
Z-1;
Z-1.5;
Z-2;
G28 U0 W0;
M05;
M30;

www.Vidyarthiplus.com
www.Vidyarthiplus.com

2. Write a CNC program using G and M codes for the given work piece and also
show the simulation using CNC Lathe software.

SINGLE TURNING CYCLE

[BILLET X25 Z70;


G21 G98;
G28 U0 W0;
M06 T01;
M03 S1500;
G00 X26 Z1;
G90 X25 Z-20 F40;
X23;
X21;
X19;
X17;
X15;
X15;
X13;
X11;
X10;
G28 U0 W0;
M05;
M30;

www.Vidyarthiplus.com
www.Vidyarthiplus.com

3. Write a CNC program using G and M codes for the given work piece and also
show the simulation using CNC Lathe software.

[BILLET X25 Z70;


G21 G98;
G28 U0 W0;
M06 T01;
M03 S1500;
G00 X26 Z1;
G01 X25;
G72 W0.5 R0.5;
G72 P10 Q20 U0.1 W0.1 F70;
N10 G01 Z-29;
G01 X20 Z-24;
Z-16;
G02 X17 Z-13 R3;
G03 X12 Z-10 R3;
G01 Z-5;
N20 G01 X10 Z0;
G28 U0 W0;
M05;
M30;

www.Vidyarthiplus.com
www.Vidyarthiplus.com

4. Write a CNC program using G and M codes for the given work piece and also
show the simulation using CNC Lathe software.

[BILLET X22 Z70;


G21 G98;
G28 U0 W0;
M06 T01;
M03 S1500;
G00 X23 Z1;
G71 U0.5 R0.5;
G71 P10 Q20 U0.5 W0.5 F70;
N10 G01 X0;
G01 Z0;
G03 X10 Z-5 R5;
G01 X10 Z-15;
G01 X15 Z-20;
G01 X15 Z-28;
N20 G01 X22 Z-28;
G70 P10 Q20 S1800 F80;
G28 U0 W0;
M05;
M30;

www.Vidyarthiplus.com
www.Vidyarthiplus.com

5. Write a CNC program using G and M codes for the given work piece and also
show the simulation using CNC Lathe software.

[BILLET X28 Z70;


G21 G98;
G28 U0 W0;
M06 T01;
M03 S1500;
G00 X29 Z1;
G73 U3 W3 R5;
G73 P10 Q20 U0.1 W0.1 F70;
N10 G01 X15 Z0;
G01 X15 Z-10;
G01 X24 Z-25;
N20 G02 X28 Z-40 R10;
G70 P10 Q20 S2000 F80;
G28 U0 W0;
M05;
M30;

www.Vidyarthiplus.com
www.Vidyarthiplus.com

6. Write a CNC program using G and M codes for the given work piece and also
show the simulation using CNC Lathe software.

[BILLET X22 Z75;


G21 G98;
G28 U0 W0;
M06 T03;
M03 S1500;
G00 X22.5 Z-8;
G75 R1;
G75 X16 Z-10 P100 Q1000 F20;
G28 U0 W0;
M05;
M30;

www.Vidyarthiplus.com
www.Vidyarthiplus.com

7. Write a CNC program using G and M codes for the given work piece and also
show the simulation using CNC Lathe software.

[BILLET X22 Z70;


G21 G98;
G28 U0 W0;
M06 T05;
M03 S1500;
G00 X23 Z2;
G76 P031560 Q50 R0.015;
G76 X20.774 Z-20 P613 Q100 F1;
G28 U0 W0;
M05;
M30;

www.Vidyarthiplus.com
www.Vidyarthiplus.com

8. Write a CNC program using G and M codes for the given work piece and also
show the simulation using CNC Lathe software.

[BILLET X22 Z70;


G21 G98;
G28 U0 W0;
M06 T04; [Diameter 6mm drill]
M03 S1000;
G00 X0 Z2;
G74 R1;
G74 X0 Z-5 Q1000 F30;
G28 U0 W0;
M06 T04; [Diameter 6mm drill]
M03 S100;
G00 X0 Z2;
G74 R1;
G74 X0 Z-10 Q1000 F30;
G28 U0 W0;
M06 T04; [Diameter 6mm drill]
M03 S1000;
G00 X0 Z2;
G74 R1;
G74 X0 Z-20 Q1000 F30;
G28 U0 W0;
M05;
M30;

www.Vidyarthiplus.com
www.Vidyarthiplus.com

9. Write a CNC program using G and M codes for the given work piece and also
show the simulation using CNC Lathe software.

[BILLET X32 Z75; G28 U0 W0;


G21 G98; M06 T05;
G28 U0 W0; M03 S800;
M06 T01; G00 X21 Z-8;
M03 S1500; G76 P031560 Q500 R0.15;
G00 X33 Z1; G76 X18.16 Z-23 P163 Q1000 F1;
G71 U0.5 R0.5; G28 U0 W0;
G71 P10 Q20 U0.5 W0.5 F70; M05;
N10 G01 X0; M30;
Z0;
G03 X12 Z-6 R6;
G01 X12 Z-8;
X23 Z-8;
X23 Z-23;
X20 Z-28;
G02 X23 Z-31 R3;
G03 X26 Z-34 R3;
G01 X26 Z-42;
N20 G01 X26 Z-47;
G70 X16 Z-28 P10 Q20 F40;
G28 U0 W0;
M06 T03;
M03 S800;
G00 X21 Z-23;
G75 R1;
G75 X16 Z-28 P100 Q1000 F40;

www.Vidyarthiplus.com
www.Vidyarthiplus.com

Simulation Exercises

CNC MILLING

1. Write a CNC program using G and M codes for the given work piece and also
show the simulation using CNC Milling software.

[BILLET X100 Y100 Z10; G28 X0 Y0;


[EDGEMOVE X0 Y0; M05 ;
[TOOLDEF T01 D5; M30;
G21 G94;
G91 G28 Z0;
G28 X0 Y0;
M06 T01;
M03 S1000;
G90 G00 X35 Y25;
G01 Z-1 F80;
G01 X65;
G03 X75 Y35 R10;
G01 X75 Y65;
G02 X65 Y75 R10;
G01 X35 Y75;
G03 X25 Y65 R10;
G01 X25 Y35 ;
G02 X35 Y25 R10;
G00 Z5;
G91 G28 Z0;
www.Vidyarthiplus.com
www.Vidyarthiplus.com

2. Write a CNC program using G and M codes for the given work piece and also
show the simulation using CNC Milling software.

[BILLET X100 Y100 Z10; M81;


[EDGEMOVE X-50 Y-50; G91 G28 X0 Y0 Z0;
[TOOLDEF T01 D6; M05;
G21 G94; M30;
G91 G28 Z0; SUB PROGRAM
G28 X0 Y0; O1234;
M06 T01; G90 G00 X10 Y30;
M03 S1500; G90 G01 Z-1 F40;
G90 G00 X10 Y30 Z5; G90 G01 X30 Y10;
M98 P0011234; G90 G01 X10 Y10;
M70; G90 G01 X10 Y30;
M98 P0011234; G00 X0 Y0;
M80; G00 Z5;
M71; M99;
M98 P0011234;
M81;
M70;
M71;
M98 P0011234;
M80;
www.Vidyarthiplus.com
www.Vidyarthiplus.com

3. Write a CNC program using G and M codes for the given work piece and also
show the simulation using CNC Milling software.

[BILLET X100 Y100 Z10; G91 G28 X0 Y0 Z0;


[EDGEMOVE X-50 Y-50; M05;
[TOOLDEF T01 D6; M30;
G21 G94;
G91 G28 Z0;
G28 X0 Y0;
M06 T01;
M03 S1000;
G90 G00 X-25 Y-25 Z5;
G01 Z-1 F40;
G01 X-15 Y-25;
G03 X15 Y-25 R15;
G01 X25;
G01 Y-20;
G03 X25 Y20 R20;
G01 X25 Y25;
G01 X15;
G03 X-15 Y25 R15;
G01 X-25 Y25;
G01 X-25 Y20;
G03 X-25 Y-20 R20;
G01 X-25 Y-25;
G00 Z5;
www.Vidyarthiplus.com
www.Vidyarthiplus.com

4. Write a CNC program using G and M codes for the given work piece and also
show the simulation using CNC Milling software.

[BILLET X90 Y90 Z10; X30 Y30;


[EDGEMOVE X-45 Y-45; X-30 Y30;
[TOOLDEF T01 D3; X0 Y0;
[TOOLDEF T02 D6; G80;
G21 G94; G91 G28 Z0;
G91 G28 Z0; X0 Y0;
G28 X0 Y0; M05;
M06 T01; M30;
M03 S1000;
G90 G00 X0 Y0 Z5;
G90 G99 G73 X-30 Y-30 Z-6 Q-1 P750 R2 K1 F30;
X30 Y-30;
X30 Y30;
X0 Y0;
G80;
G91 G28 Z0;
X0 Y0;
M05;
M06 T02;
M03 S1500;
G90 G00 X0 Y0 Z5;
G90 G99 G82 X-30 Y-30 Z-2 Q-1 P750 R2 K1 F30;
X30 Y-30;

www.Vidyarthiplus.com

Вам также может понравиться