Haas G04 停留命令 – 以秒或毫秒为单位的停留时间
Haas G04 Dwell 命令用于在程序中引起延迟或暂停。包含G04的程序段将延迟P代码指定的时间。
在驻留时间内,滑块运动停止,但主轴将继续以编程的 RPM 旋转,并且冷却剂将保持开启状态。
Haas G04 暂停命令
Haas G04 暂停命令格式
G04 P_
Haas G04 Dwell是非模态G代码和
G代码组00。
例子
G04 P1.0 (for a delay of 1.0 second) G04 P2.5 (for a delay of 2.5 seconds)
例子
G04 P10.0 (This will delay the program for 10 seconds.)
注意小数点的使用
G04 P10. (is a dwell of 10 seconds, see decimal at the end) G04 P10 (is a dwell of 10 milliseconds. No decimal point)
Haas G04 暂停应用
应用部分 Cather
在程序中对零件捕手进行编程时,您必须在 M53 和 M63 之间使用 G04 代码将捕手盘暂停在打开位置足够长的时间以切断零件并使其落入收集器。
应用主轴方向
螺栓孔圆 3 孔 @ 120o on 3” BHC
G00 X3.0 Z0.1 G98 M19 P0 G04 P2. (Dwell for motor stabilization; length of time depends on set-up) M14 M133 P2000 G01 Z-0.5 F40.0 G00 Z0.1 M19 P120 G04 P2. (Dwell for motor stabilization; length of time depends on set-up) M14 G01 Z-0.5 G00 Z0.1 M19 P240 G04 P2. (Dwell for motor stabilization; length of time depends on set-up) M14 G01 Z-0.5 G00 Z0.1 M15 M135
数控机床