Sample QP CAD CAM Lab PDF

Download as pdf or txt
Download as pdf or txt
You are on page 1of 3

Sample Question for MODEL LAB

40 ME OPE CADCAM LABORATORY


Maximum Marks : 100 Time : 3 Hrs

1) To write the part program for given work piece shown in figure 1a (Turning program) & 1b
(Milling program)

Figure 1a

Figure 1b
(ANSWER KEY)

Aim:
To write the part program for a given work piece.

Procedure:
1. Start a new file.
2. Write the program.
3. Define the blank.
4. Check the syntax.
5. Correct the errors.
6. Define a tool.
7. Save the file
Turning Program (Figure 1a)
G21 G40 G98
G28 UO WO
M06 T0101
M03 S1200
G00 X28 Z2.0
G71 U1 R0.5
G71 P10 Q20 U1.0 W1.0 F2
N10 G00 X0
G01 Z0 Program- (30 Marks)
G03 X10 Z-5 R5
G01 Z-15
G01 X20 Z-20
G01 Z-30
G01 X25 Z-35
N20 G01 X28 Z-35
G28 UO WO
M05
M30

G21-DIMENSION IN mm
G40-CANCEL CRC
G98-FEED PER MIN
G28-GO TO TOOL ZERO POINT
M06-TOOL CHANGE
M03- SPINDLE ON CW Write the explanation of all G and M code written in the
F-FEED turning program – (20 Marks)
S-SPEED
G71- CANNED TURNING CYCLE
N – SEQUENCE NUMBER
M30-PROGRAM END
Milling Program (Figure 1b)

G21 G40 G94


G91 G28 XO YO ZO
M06 T01
M03 S1200
G90 G00 X-10 Y-10
G00 G43 H1 Z02
G01 Z-3
G00 G41 D1 X0 YO
G01 Y50
G03 X20 Y90
G01 X70 Program- (30 Marks)
G03 X90 Y50 R20
G01 Y20
G03 X70 Y0 R20
G01 X20
G03 X0 Y20 R20
G01 X-10 Y-10
G00 G40
G01 Z2
G91 G28 XO YO ZO
M05
M30

G21-DIMENSION IN mm
G40-CANCEL CRC
G94-FEED PER REV
G28-GO TO TOOL ZERO POINT
G90 – ABSOLUTE MODE
G91 – INCREMENTAL MODE Write the explanation of all G and M code written in the
G01 – LINEAR INTERPOLATION milling program – (20 Marks)
G03 – CCW INTERPOLATION
G43 – TOOL LENGTH COMPENSTION
G41 – LEFT CRC COMPENSATION

RESULT:
I have written, assigned tool and verified the syntax of a part program for a given work piece.

You might also like