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

Mazak G01.1 Gewindeschneiden mit C-Achsen-Interpolation Beispiel

Einreichen durch:Maschinist

Zeichnung/Bild

CNC-Programm

/*MAZATROL MATRIX For INTEGREX IV Programming EIA/ISO
Mazak G01.1 command in the milling mode enables a simultaneous interpolation on the C-axis and
the X- and/or the Z-axis for straight, tapered or scrolled thread cutting of constant leads.

Programming format
G01.1 Zz/Ww Xx/Uu Ff Ss;
Where
Zz, Ww, Xx, Uu: Thread ending point addresses and coordinates (mm or in.)
Ff: Lead of long axis (axis of which moving distance is the longest) direction
Ss: Rotational speed of C-axis (rpm)
Set parameter F111 bit 3 to select the direction of C-axis rotation:
F111 bit 3 =
0 : Normal rotation of C-axis
1 : Reversed rotation of C-axis
*/

G98 G97;
G28 U0 W0;
T001T000 M06;
G50 X300. Z100.;
M200;
G00 X100. Z2. C0.;
G01.1 W-100. F2. S400;(2 mm lead and 400 rpm)
G00 U10.;
W100. C0.;
U-11.;
G01.1 W-100. F2. S400;(2 mm lead and 400 rpm)
G00 U11.;
W100. C0.;
G00 U-12.;
G01.1 W-100. F2. S400;(2 mm lead and 400 rpm)
G00 U12.;
W100.;
G28 U0 W0.;
M202;
M30;

CNC-Maschine

  1. CNC-Programmierung für Anfänger ein einfaches CNC-Programmierbeispiel
  2. Konisches Gewindeschneiden mit dem Fanuc G76-Gewindezyklus
  3. Fanuc CNC-Programmbeispiel
  4. CNC-Drehbank-Programmierbeispiel
  5. Fanuc G21 Messen in Millimetern mit CNC-Drehmaschinen-Programmierbeispiel
  6. G02 G03 Beispielprogramm für Kreisinterpolation mit G-Code
  7. Kegelgewindeschneiden mit G32 ein CNC-Programmierbeispiel
  8. CNC-Programmierbeispiel G92 Kegelgewindeschneidzyklus
  9. Kegeliges Gewindeschneiden mit G92-Gewindezyklus
  10. Sinumerik 802D sl Threading CYCLE97 Beispiel