怎样写G54-G59时候,如何让UG后处理停止输出并弹出报警对话框
怎样写G54-G59时候,如何让UG后处理停止输出并弹出报警对话框 这个写的不对请教大师global mom_fixture_offset_value
global mom_operation_name
if { $mom_fixture_offset_value < G59 } {
set errmes "\n\n提示您: 工序名称为:$mom_operation_name 的没有坐标系G54-G59请添加坐标系\n\n"
MOM_abort "$errmes"
}
if { $mom_fixture_offset_value == G54 } {
set errmes "\n\n提示您: 工序名称为:$mom_operation_name 的没有坐标系G54-G59请添加坐标系\n\n"
MOM_abort "$errmes"
}
您的好心,感激不尽
页:
[1]