You are on page 1of 4

Avance rapido :

Cuando el movimiento no es necesariamente calculado código G00 Avanc rápido

Interpolacion Lineal:

G01 y las coordenadas finales en ese punto (depende del tipo )

Dos cosas (códigos, coordenadas)

Coordenadas G(G90 absolutas(0,0) G91 incrementales())

Depende del punto 0,0 donde estoy y a donde quiero ir

G92 permite nuestro punto inicial punto de origen ejemplo

G92 Z20

T01(NUEVA) M6(CAMBIO DE HERRAMIENTA)

G00 (AVANCE RAPIDO) X0 Y0 M3(PRENDO EL HUSILLO)RECIEN GIRA

G01 (AVANCE LINEAL) A DONDE Z-5(DESDE EL ORIGEN) F30(VELOCIDAD TANGENCIAL A 30)

G01() X(0) Y(70)

G01() X(70 ) Y(70)

G01) X(70) Y(0)

G01 x(0) y (0)

M30(aleje la herramienta del trabajo )

INCREMENTALES:

Las oncrementales no dependen de 0 en este casi del punto anterior G91

G 92 Z20

T01 M6

G00 X0 Y0

M3

G01 Z-5 F20

G91 G01 X0 Y50

X35

Y20

X35

Y-20 EL MOVIMIENTO DEPENDE DEL PUNTO ANTERIOR


($Mill)
($Millimeters)
$AddRegPart 1
(ejemlo de clase anterior)

%O0001
G92 Z30
(Enter your CNC code here)
PRO1)
$AddRegPart 1
%O001
G92 Z50
T1 M6
(Enter your CNC code here)
%UBICANDO ORIGEN
G92 X70 Y80 Z30

T1 M6
T1S1000 M03

%COLOCANDO PUNTO INICIAL


X-70 Y0
Z0

%PLANEADO: (%6mm en 3 etapas)

%CONTORNEADO: (%desbaste de la parte sobrante)

%GEOMETRIA DE EXTERNA DE LA FIGURA


G01 G91 Z-30 F800
G90 X-40 Y0 F800
G03 X40. Y0. R40
G02 X80. Y0. R20
G01 Y-40.
G03 X100. Y-40. R10
G01 Y0
G03 X-40 Y0 R70
G01 Z30

%UBICANDO ORIGEN
G92 X70 Y80 Z30

T1 M6
T1S10000 M03

%COLOCANDO PUNTO INICIAL


X-70 Y-5
Z0

G01 G91 Z-30 F100


G90 X-45 Y0 F100
G03 X45. Y0. R45
G02 X75. Y0. R15
G01 Y-40.
G03 X105. Y-40. R25
G01 Y0
G03 X-45 Y0 R75
G01 Z30

%CAMBIANDO HERRAMIENTA
T06 M06

You might also like