亿迅智能制造网
工业4.0先进制造技术信息网站!
首页 | 制造技术 | 制造设备 | 工业物联网 | 工业材料 | 设备保养维修 | 工业编程 |
home  MfgRobots >> 亿迅智能制造网 >  >> Manufacturing Equipment >> 数控机床

Mazak G01.1 带 C 轴插补的螺纹加工示例

提交人:机械师

绘图/图像

数控程序

/*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;

数控机床

  1. 初学者 CNC 编程一个简单的 CNC 编程示例
  2. 使用 Fanuc G76 螺纹加工循环的锥形螺纹加工
  3. Fanuc CNC 程序示例
  4. CNC 车床编程示例
  5. Fanuc G21 使用 CNC 车床进行毫米测量编程示例
  6. G02 G03 G代码圆弧插补示例程序
  7. 使用 G32 的锥螺纹加工 CNC 编程示例
  8. CNC 编程示例 G92 锥螺纹加工循环
  9. 使用 G92 螺纹加工循环的锥形螺纹加工
  10. Haas CNC 上带动力刀具的 C 轴车床编程示例
  11. 使用 G01 的倒角和半径程序示例
  12. Sinumerik 802D sl 螺纹加工 CYCLE97 示例