0% found this document useful (0 votes)
63 views8 pages

Automation of Manufacturing Systems (Gpo 501) : Juan Carlos Vázquez Meza

Uploaded by

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

Automation of Manufacturing Systems (Gpo 501) : Juan Carlos Vázquez Meza

Uploaded by

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

Instituto Tecnológico y de Estudios Superiores

Monterrey
Campus Monterrey

Mod2-14abr23

Automation of Manufacturing Systems (Gpo


501)

Ruperto Eugenio Gonzalez Garza A01721563

Juan Carlos Vázquez Meza


This G code is a sequence of commands that instruct the CNC machine to move its cutting tool

in a specific path to create the E shape. The explanation of the commands in the G code: G21:

sets the units to millimeters, G90: sets absolute programming mode, G64: sets the default

cutting mode, G17: sets the XY plane as the plane for cutting, G40: cancels radius compensation,

G49: cancels length compensation, G0 Z 15.000: rapid moves the cutting tool to a position 15

millimeters above the workpiece, S6000: sets the spindle speed to 6000 rpm, G0 X 26.368 Y

16.368: rapid moves the cutting tool to a position at X=26.368 mm and Y=16.368 mm, G0 Z

3.000: rapid moves the cutting tool to a position 3 millimeters above the workpiece. The rest of

the commands follow a similar pattern, each defining a specific shape to be cut out of the

workpiece by moving the cutting tool in a specific pattern.

This is my G code

$AddRegPart 1
T1 M06
G21 (Units in millimeters)
G90 (Absolute programming)
G64 (Default cutting) G17 (XY plane) G40 (Cancel radius comp.) G49 (Cancel length comp.)
G0 Z 15.000
(*** LAYER: 0 ***)
S6000

(* SHAPE Nr: 0 *)
G0 X 26.368 Y 16.368
M3 M8
G0 Z 3.000
F150
G92 Z -1.500
F400
G2 X 63.633 Y 53.632 I 18.632 J 18.632
G2 X 26.368 Y 16.368 I -18.632 J -18.632
F150
G92 Z -3.000
F400
G2 X 63.633 Y 53.632 I 18.632 J 18.632
G2 X 26.368 Y 16.368 I -18.632 J -18.632
F150
G1 Z 3.000
G0 Z 15.000
M9 M5

(* SHAPE Nr: 1 *)
G0 X 14.120 Y 0.000
M3 M8
G0 Z 3.000
G92 Z -1.500
F400
G1 X 0.000 Y 0.000
G1 X 0.000 Y 70.000
G1 X 90.000 Y 70.000
G1 X 90.000 Y 0.000
G1 X 0.000 Y 0.000
G1 X 14.120 Y 0.000
F150
G92 Z -3.000
F400
G1 X 0.000 Y 0.000
G1 X 0.000 Y 70.000
G1 X 90.000 Y 70.000
G1 X 90.000 Y 0.000
G1 X 0.000 Y 0.000
G1 X 14.120 Y 0.000
F150
G1 Z 3.000
G0 Z 15.000
M9 M5
(* SHAPE Nr: 2 *)
G0 X 6.400 Y 0.000
M3 M8
G0 Z 3.000
G92 Z -1.500
F400
G1 X 0.000 Y 0.000
F150
G92 Z -3.000
F400
G1 X 6.400 Y 0.000
F150
G1 Z 3.000
G0 Z 15.000
M9 M5

(* SHAPE Nr: 3 *)
G0 X 6.400 Y 17.500
M3 M8
G0 Z 3.000
G92 Z -1.500
F400
G1 X 6.400 Y 5.250
G1 X 18.650 Y 5.250
F150
G92 Z -3.000
F400
G1 X 6.400 Y 5.250
G1 X 6.400 Y 17.500
F150
G1 Z 3.000
G0 Z 15.000
M9 M5

(* SHAPE Nr: 4 *)
G0 X 0.000 Y 52.500
M3 M8
G0 Z 3.000
G92 Z -1.500
F400
G1 X 0.000 Y 70.000
F150
G92 Z -3.000
F400
G1 X 0.000 Y 52.500
F150
G1 Z 3.000
G0 Z 15.000
M9 M5

(* SHAPE Nr: 5 *)
G0 X 61.250 Y 52.500
M3 M8
G0 Z 3.000
G92 Z -1.500
F400
G1 X 35.000 Y 52.500
G1 X 35.000 Y 17.500
G1 X 59.500 Y 17.500
F150
G92 Z -3.000
F400
G1 X 35.000 Y 17.500
G1 X 35.000 Y 52.500
G1 X 61.250 Y 52.500
F150
G1 Z 3.000
G0 Z 15.000
M9 M5

(* SHAPE Nr: 6 *)
G0 X 71.350 Y 5.250
M3 M8
G0 Z 3.000
G92 Z -1.500
F400
G1 X 83.600 Y 5.250
G1 X 83.600 Y 17.500
F150
G92 Z -3.000
F400
G1 X 83.600 Y 5.250
G1 X 71.350 Y 5.250
F150
G1 Z 3.000
G0 Z 15.000
M9 M5

(* SHAPE Nr: 7 *)
G0 X 18.650 Y 64.750
M3 M8
G0 Z 3.000
G92 Z -1.500
F400
G1 X 6.400 Y 64.750
G1 X 6.400 Y 52.500
F150
G92 Z -3.000
F400
G1 X 6.400 Y 64.750
G1 X 18.650 Y 64.750
F150
G1 Z 3.000
G0 Z 15.000
M9 M5

(* SHAPE Nr: 8 *)
G0 X 71.350 Y 64.750
M3 M8
G0 Z 3.000
G92 Z -1.500
F400
G1 X 83.600 Y 64.750
G1 X 83.600 Y 52.500
F150
G92 Z -3.000
F400
G1 X 83.600 Y 64.750
G1 X 71.350 Y 64.750
F150
G1 Z 3.000
G0 Z 15.000
M9 M5

(* SHAPE Nr: 9 *)
G0 X 62.471 Y 15.275
M3 M8
G0 Z 3.000
G92 Z -1.500
F400
G1 X 27.529 Y 54.725
F150
G92 Z -3.000
F400
G1 X 62.471 Y 15.275
F150
G1 Z 3.000
G0 Z 15.000
M9 M5

(* SHAPE Nr: 10 *)
G0 X 35.000 Y 35.000
M3 M8
G0 Z 3.000
G92 Z -1.500
F400
G1 X 56.000 Y 35.000
F150
G92 Z -3.000
F400
G1 X 35.000 Y 35.000
F150
G1 Z 3.000
G0 Z 15.000
M9 M5
G0 X 0.000 Y 0.000
M2 (Program end)

You might also like