在pd_cmd_custom_command(用户自定义)——定义命令 1
在程序的末尾加上加工的时间(注意字符间的空格,不能少也不能多) global mom_machine_time MOM_output_literal (运行时间:[ format %
2f $mom_machine_time]分钟) 最后效果:(运行时间:0
76 分钟) 2
在程序末尾加上生成程序的时间 global mom_date MOM_output_literal ";date is :$mom_date" 最后效果:;date is :Sat Jun 01 19:38:44 2013 3
加入刀具列表 # Place this custom command in either the start of program # or the end of program event marker to generate a tool list # in your NC file
# # The Shop Doc template file "pb_post_tool_list
tpl" distributed with # Post Builder in "POSTBUILD/pblib/misc" directory can be copied # to the "mach/resource/postprocessor" or "mach/resource/shop_docs" directory, # in case that your UG runtime environment does not have access to the # Post Builder installation
# # Accessing "pb_post_tool_list
tpl" in other