0% found this document useful (0 votes)
9 views2 pages

Manufacturing Process HW5 Adhikas3

Uploaded by

adksam3
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)
9 views2 pages

Manufacturing Process HW5 Adhikas3

Uploaded by

adksam3
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/ 2

1.

Absolute Mode
N100 G00 X0 Y0 Z10 F200 ( Rapid move to starting position above P1)
N110 G00 Z-5 (Rapid move down to Z=-5 (start machining 'U') )
N120 G01 X40 Y80 F150 (Feed move to P1 to start machining 'U')
N130 G01 X60 (Horizontal cut from P1 to P2 )
N140 G03 X80 Y100 I10 J0 (Clockwise arc from P2 to P3 )
N150 G01 Y80 (Vertical cut from P3 to P4)
N160 G03 X60 Y60 I-10 J0 (Clockwise arc from P4 to P5)
N170 G01 X40 (Horizontal cut from P5 to P6 )
N180 G01 Y100 (Vertical cut from P6 to P1 (finish 'U') )
N190 G00 Z10 (Retract the tool to safe height )
N200 G00 X100 Y80 (Rapid move to starting position above P7 (start 'C') )
N210 G00 Z-5 (Rapid move down to Z=-5 (start machining 'C') )
N220 G01 X120 (Horizontal cut from P7 to P8)
N230 G03 X140 Y100 I10 J0 (Clockwise arc from P8 to P9 )
N240 G01 Y60 (Vertical cut from P9 to P10
N250 G03 X120 Y40 I-10 J0 (Clockwise arc from P10 to P11)
N260 G01 X100 (Horizontal cut from P11 to P7 (finish 'C') )
N270 G00 Z10 (Retract the tool to safe height )
N280 G00 X0 Y0 (Rapid move back to the origin)
2. Incremental Mode
N300 G90 (Set to absolute mode for initial positioning )
N310 G00 X40 Y80 Z10 (Rapid move to starting position above P1)
N320 G91 (Change to incremental mode )
N330 G00 Z-15 (Move down to start machining 'U' )
N340 G01 X20 F150 (Feed move to the right 20 mm to P2 )
N350 G03 X20 Y20 I10 J0 (Clockwise arc move 20 mm to the right and 20 mm up to P3 )
N360 G01 Y-20 (Move down 20 mm to P4 )
N370 G03 X-20 Y-20 I-10 J0 (Clockwise arc move 20 mm to the left and 20 mm down to P5)
N380 G01 X-20 (Move left 20 mm to P6)
N390 G01 Y40 (Move up 40 mm to P1 (finish 'U') )
N400 G00 Z25 (Retract the tool up 25 mm)
N410 G00 X60 Y-20 (Rapid move to 60 mm right and 20 mm down to above P7 (start 'C'))
N420 G00 Z-15 (Move down to start machining 'C' )
N430 G01 X20 (Feed move to the right 20 mm to P8 )
N440 G03 X20 Y20 I10 J0 (Clockwise arc move 20 mm to the right and 20 mm up to P9 )
N450 G01 Y-40 (Move down 40 mm to P10 )
N460 G03 X-20 Y-40 I-10 J0 (Clockwise arc move 20 mm to the left, 40 mm down to P11)
N470 G01 X-20 (Move left 20 mm to P7 (finish 'C') )
N480 G00 Z25 (Retract the tool up 25 mm )
N490 G90 (Change back to absolute mode )
N500 G00 X0 Y0 (Rapid move back to the origin)

You might also like