谢谢分享!谢谢分享!
感谢大佬分享
谢谢优秀的高级工程师的分享
谢谢分享,好人一身平安
谢谢楼主分享
感谢大佬分享
大神,请教一个问题。立车和卧车的UG后处理可以共用吗
谢谢分享
先顶 后下载
proc PB_CMD__check_block_G40 { } {
#=============================================================
# This custom command should return
# 1 : Output BLOCK
# 0 : No output
global mom_parent_group_name g41d
global mom_group_name
global mom_operation_name
if {$g41d == 1} {
if {} {
MOM_output_to_listing_device "**************************************************************
操作提示您 : 该工序($mom_parent_group_name--->$mom_group_name--->$mom_operation_name)有半径补偿。
**************************************************************"
set msg
switch $msg {
1 {
set offset_flag 1
}
2 {
MOM_abort 中止
}
}
} elseif {} {
MOM_output_to_listing_device "**************************************************************
操作提示您 : 该工序($mom_operation_name)有半径补偿。
**************************************************************"
set msg
switch $msg {
1 {
set offset_flag 1
}
2 {
MOM_abort 中止
}
}
}
return 1
} else {
return 0
}
}
兄弟 可以致指点吗 有酬谢 这段代码加了不起作用