|
发表于 2023-4-28 20:12:48
|
显示全部楼层
程序头加入定制命令,选什么就生成什么
global mom_parent_group_name
if {[info exists mom_parent_group_name]} {
set CW A} else {
set CW B}
global ptp_file_name
global mom_operation_name mom_group_name
global mom_output_file_directory
global mom_output_file_basename
global output_extn
global mom_sys_output_file_suffix
if {$CW == "A"} {set yj $mom_output_file_directory$mom_group_name$output_extn}
if {$CW == "B"} {set yj $mom_output_file_directory$mom_operation_name$output_extn}
if {($CW == "A")||($CW == "B")} {
MOM_close_output_file $ptp_file_name
MOM_remove_file $yj
MOM_remove_file $ptp_file_name
MOM_open_output_file $yj
}
选择程序组生成
选择程序组生成
选择工序生成
选择工序生成
|
|