Industrielle Fertigung
Industrielles Internet der Dinge | Industrielle Materialien | Gerätewartung und Reparatur | Industrielle Programmierung |
home  MfgRobots >> Industrielle Fertigung >  >> Manufacturing Equipment >> CNC-Maschine

Centroid G65-Makroprogramm für Schlitze unterschiedlicher Tiefe und Länge

Einreichen durch:CNC-Programmierer

Zeichnung/Bild

CNC-Programm

;The main program would call this macro five times,
;each time specifying the depth and length required.

;macro variables would handle the length in the Y direction
;and depth in the Z direction

Main Program

G90 G0 X1 Y1 Z0.1 ;Move to first notch
G65 P0002 L1 Y1 Z.25 ;Call macro and assign Y=1" and Z=.5"
G90 G0 X2.5 Y1
G65 P0002 L1 Y1.5 Z.5 ;Call macro and assign Y=1.5" and Z=.5"
G90 G0 X4 Y1
G65 P0002 L1 Y2 Z.25 ;Call macro again
G90 G0 X5.5 Y1
G65 P0002 L1 Y1.5 Z.5 ;Call macro again
G90 G0 X7 Y1
G65 P0002 L1 Y1 Z.25 ;Call macro again

Sub Program

O0002
G90 G1 Z0 F30
Z#Z F5 ;Cut to variable depth
G91 Y#Y F10 ;Cut variable length
G90 G0 Z0.1 ;Retract

CNC-Maschine

  1. BMW und UTI bieten MSTEP-Programm für wechselnde Militärangehörige an
  2. So legen Sie die Herstellungslänge für Kabel und Kabelbäume fest
  3. Was sind Schnittgeschwindigkeit, Vorschub und Schnittiefe?
  4. CNC-Maschine zu verkaufen:Preis und Empfehlung
  5. BECKER’S Vakuumpumpen-Training für dich und mich
  6. Das beste Level für Optimierung und Organisation in der Smart Factory
  7. Prototypenbearbeitung:Vor- und Nachteile von CNC für Prototypen
  8. Veredelungsverfahren für Teile und Komponenten
  9. G65-Makro für eine Senkung
  10. G65-Makro für interne Schraubenlinien