ug后处理定制的命令.doc

  1. 1、本文档共7页,可阅读全部内容。
  2. 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
ug后处理定制的命令

在pd_cmd_custom_command(用户自定义)——定义命令 1.在程序的末尾加上加工的时间(注意字符间的空格,不能少也不能多) global mom_machine_time MOM_output_literal (运行时间:[ format %.2f $mom_machine_time]分钟) 最后效果:(运行时间:0.76分钟) 2.在程序末尾加上生成程序的时间 global mom_date /u4?(C9](t,N6S:Z6Uwww.CAxHMOM_output_literal ";date is :$mom_date" 最后效果:;date is :Sat Jun 01 19:38:44 2013 加入刀具列表 # 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 location can also be accomplished # by changing the code below titled "Generate tool list data" in this proc. # # The variable "mom_sys_tool_list_output_type" set in this proc allows you # to select the type of tool list to be generated. # The options are: # # "ORDER_IN_USE" - List tools used in the program in the order of operations. # "ALL_UNIQUE" - List all unique tools once for each in the order of use. # "GROUP_BY_TYPE" - List tools in groups of different tool types. # # The desired tool list type can be set by changing the code below. # The default is set to "GROUP_BY_TYPE". # global mom_sys_tool_list_initialized global mom_sys_tool_list_output_type if { ![info exists mom_sys_tool_list_initialized] || !$mom_sys_tool_list_initialized } { MOM_output_to_listing_device "proc PB_CMD_init_tool_list must be executed in the Start of Program before PB_CMD_create_tool_list is called." return } #++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ # Set mom_sys_tool_list_output_type to the desired output fashion. # # "ORDER_IN_USE" - List tools used in the program in th

文档评论(0)

2017ll + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档