Programación ISO
Programación ISO
Programación ISO
RESUMEN.
La práctica " Programación ISO" tiene como objetivos presentar al estudiante uno de los lenguaje
de código usado en los paneles de control de una máquina o equipo CNC, este código es el código
G o G&M o también conocido como ISO. Además de presentar la estructura u orden de estos
códigos de programación, y las principales sentencias usadas en cada orden desde el Inicio hasta
el Fin del programa, para poder aplicarlas en la programación del código específico de acuerdo a
la pieza a mecanizar tanto en fresa como en torno para el posterior mecanizado de la pieza. Para
la validación de los códigos elaborados, disponemos de software del tipo Back Potter (CIMCO,
CNC Editor)que nos permite simular los códigos y verificar si están correctamente desarrollados.
Se presentó la estructura y sentencias más usadas en cada orden o paso presentando un ejemplo
de codificación para el mecanizado de una pieza en específico. Como principales resultados
tenemos los códigos G para la mecanización de la pieza en el torno y el código G para la
mecanización de la pieza en fresa, además de la captura de pantalla de la simulación de ambos
códigos en algún software Back Potter.
Finalmente al final de esta práctica se aprendió acerca de la programación ISO, los diferentes
sistemas de trabajo que podemos elegir ( absoluto e incremental), la estructura u orden de la
codificación g y las principales sentencias utilizadas en cada paso de la codificación( inicio,
selección de la herramienta de corte, posicionamiento rápido, movimientos de corte, retiro de las
cernías del material y fin del programa) para posteriormente poderlas validar en un software de
tipo Back Plotter.
Palabras Claves: Programación ISO, estructura, sentencias, Torno CNC, Fresa CNC.
ABSTRACT.
The practice "ISO Programming" has as objectives to present to the student one of the code
languages used in the control panels of a machine or CNC equipment, this code is the G code or
G & M or also known as ISO. In addition to presenting the structure or order of these
programming codes, and the main sentences used in each order from the Start to the End of the
program, to be able to apply them in the programming of the specific code according to the piece
to be machined in both strawberry and around for the subsequent machining of the piece. For the
validation of the elaborated codes, we have software of the type Back Potter (CIMCO, CNC
Editor) that allows us to simulate the codes and verify if they are correctly developed.
The most used structure and sentences were presented in each order or step, presenting an example
of coding for the machining of a specific piece. As main results we have the G codes for the
machining of the part in the lathe and the G code for the machining of the piece in strawberry, in
addition to the screenshot of the simulation of both codes in some software Back Potter.
Finally at the end of this practice we learned about ISO programming, the different work systems
that we can choose (absolute and incremental), the structure or order of the coding and the main
sentences used in each step of the coding (start, selection of the cutting tool, fast positioning,
cutting movements, removal of the sieves from the material and end of the program) to later
validate them in a Back Plotter type software.
1000 ∗ 𝑉𝑐
𝑁=
𝑝𝑖 ∗ 𝐷
1000 ∗ 425
𝑁= = 6150 𝑟𝑝𝑚
𝑝𝑖 ∗ 22
1000 ∗ 250
𝑁= = 3617 𝑟𝑝𝑚
𝑝𝑖 ∗ 22
Material: Acero
Diámetro del eje: 25.4 (mm)
Longitud del eje: 75 (mm)
Herramientas:
01: DNMG 15 06 08-PM 4225 (Sandvik, s.f.)
03: N151.2-300-5E 4225 (Sandvik, s.f.)
Ilustración 3. Pieza de mecanizado en Fresadora.
1000 ∗ 𝑉𝑐
𝑁=
𝑝𝑖 ∗ 𝐷
1000 ∗ 50
𝑁= = 1253 𝑟𝑝𝑚
𝑝𝑖 ∗ 12.7
1000 ∗ 270
𝑁= = 5730 𝑟𝑝𝑚
𝑝𝑖 ∗ 15
Material: Acero
Dimensiones del bloque: 150x100x35 mm
Herramientas:
02: R390-11 T3 08M-PM1030 (Sandvik, s.f.)
04: broca de acero duro ½ in. diámetro
Anexo B. Código ISO o G.
Código para el mecanizado de la pieza en Torno.
1) Inicio del programa
O2525;
G21;
G54;
G00 X100;
G00 Z100;
3) Posicionamiento rápido
G00 Z0;
G01 X11;
3) Posicionamiento rápido
G00 Z-62;
G00 X 26.4;
Anexo C. Simulación.
Torneado.