|
楼主 |
发表于 2024-8-16 20:42:06
|
显示全部楼层
global mom_tool_axis
global mom_operation_name
set 4th [ format "%0.6f" $mom_tool_axis(0) ]
set 5th [ format "%0.6f" $mom_tool_axis(1) ]
set 6th [ format "%0.6f" $mom_tool_axis(2) ]
if { $4th !=0 || $5th !=0 || $6th !=1 } {
MOM_output_to_listing_device "程序名称:$mom_operation_name,非三轴刀路"
MOM_output_to_listing_device "请检查刀轴或者坐标系"
set msg [MOM_display_message 程序名称:$mom_operation_name,非三轴刀路 后处理消息: I 中止后处理]
switch $msg {
1 {
MOM_abort 中止
}
}
}
把这个放在快速移动里面。我是用来检测孔铣反向的。你这个打孔也一样 |
|