Manufactura industrial
Internet industrial de las cosas | Materiales industriales | Mantenimiento y reparación de equipos | Programación industrial |
home  MfgRobots >> Manufactura industrial >  >> Manufacturing Equipment >> máquina CNC

Programa de fresado CNC Ejercicio Fresado lateral Taladrado Fresado de ranuras

Enviar por:BEATA

Resumen

P. Escriba un programa de pieza CNC para la figura que se muestra

Para fresado lateral, tome una velocidad de 1200 rpm y un avance de 100 mm/min
Para taladrar agujeros, tome una velocidad de 1200 rpm y un avance de 80 mm/min
Para fresado de ranuras, tome una velocidad de 1200 rpm y un avance de 120 mm/min
Considere el diámetro del orificio como 15 mm
Use el sistema de coordenadas absolutas.

Solución:

Secuencia de operación:
1 Establezca el punto de referencia, el sistema de coordenadas, la herramienta, proporcione el valor de avance y velocidad
2 Establezca el cortador para el desplazamiento izquierdo de compensación de radio
3 Establezca la herramienta en A, arranque el husillo y descanse Avance (dirección -Z)
4 Continúe con el corte adicional del fresado lateral y detenga el husillo en A
5 Mueva la herramienta en el punto de referencia y ajuste la herramienta para el corte de ranuras
6 Mueva la herramienta a P, comience el husillo y reducir el avance
7 Continúe con el fresado de ranuras y detenga el husillo en S
8 Mueva la herramienta al punto de referencia y ajuste la herramienta para taladrar
9 Mueva la herramienta a P, inicie el husillo y dar un corte de profundidad total
10 Mueva la herramienta hacia arriba y detenga el husillo.
11 Devuelva la herramienta al punto de referencia.
12 Fin del programa

Dibujo/Imagen

Programa CNC

05007
N001 G71 G90 (Set dimension type mm, set absolute co-ordinate system)
N002 G92 X-15.0 Y-15.0 Z0.0 T01 F100 S1200 (Set reference point -15, -15, 0. Tool T01 side milling tool. Feed 100mm/rev, spindle speed 1200 rpm)
N003 G41 G00 X0.0 Y0.0 Z2.0 (Cutter radius compensation left ON, move the tool at A & give clearance of 2mm before starting spindle rotation)
N004 G01 Z-15.0 M03 (Start the spindle. Move tool down i.e. at Z direction for cut with feed here M03 will execute first)
N005 G01 X0.0 Y110.0 (Go to B linearly)
N006 G02 X10.0 Y120.0 R10.0 (Go to C with clockwise circular interpolation with radius = 10)
N007 G01 X75.0 (Go to D linearly)
N008 G01 X100.0 Y92.0 (Go to E linearly)
N009 G01 Y10.0 (Go to F linearly)
N010 G02 X90.0 Y0.0 R10.0 (Go to G with clockwise circular interpolation with radius = 10)
N011 G01 X0.0 (Go to A linearly)
N012 Z2.0 M05 (Go up 2mm in Z direction for clearance. Stop spindle rotation here M05 will execute last.)
N013 G40 G00 X-15.0 Y-15.0 (Cutter radius compensation OFF. Move tool to reference set point.)
N014 M06 T02 F120 (Change the tool & use tool T02 - here for slot mill tool with dia 6mm. Set feed as 120mm/rev.)
N015 G00 X15.0 Y55.0 (Move tool to 'P' rapidly.)
N016 G01 Z-5.0 M03 (Start the spindle. Move tool 5mm down i.e. at Z direction for cut with feed - here M03 will execute first)
N017 Y80.0 (Go to Q linearly.)
N018 X85.0 (Go to R linearly.)
N019 Y80.0 (Go to S linearly.)
N020 Z2.0 M05 (Go up 2mm in Z direction for clearance. Stop spindle rotation - here M05 will execute last.)
N021 G00 X-15.0 Y-15.0 (Move tool to reference set point.)
N022 M06 T03 F80 (Change the tool & use tool T03 - here for drill bit with dia 15mm. Set feed as 80mm/rev.)
N023 G00 X50.0 Y25.0 (Move tool to 'T')
N024 G01 Z-20.0 M03 (Go down 20mm for assuring full depth of hole.)
N024 Z2.0 M05 (Go up 2mm in Z direction for clearance. Stop spindle rotation - here M05 will execute last.)
N025 G00 X-15.0 Y-15.0 (Move tool to reference set point.)
N026 M30 (Stop the program)

máquina CNC

  1. ¿Cómo utilizar una fresadora CNC?
  2. Guía de solución de problemas de fresado y fresado final
  3. Eliminación de material a granel Estrategia de fresado CNC
  4. Cómo garantizar la exactitud y la precisión en el fresado CNC
  5. Fresadora vertical CNC
  6. ¿Necesita un molino CNC?
  7. Ejemplo de programa de fresado CNC de ciclo fijo de taladrado G81
  8. Ejemplo de programa de ciclo de taladrado CNC G81
  9. Programa de muestra de fresado CNC
  10. Fresado de ranuras en un ejemplo de programa CNC de muestra
  11. Complete el ejercicio de fresado de programación CNC en blanco