回覆列表
-
1 # 吳磊磊科
-
2 # CWL-淼焱
在後處理構造器裡新增刀具資訊命令如 global mom_path_name MOM_output_literal "(Path name: $mom_path_name)"
在後處理構造器裡新增刀具資訊命令如 global mom_path_name MOM_output_literal "(Path name: $mom_path_name)"
1、顯示刀具資訊:
global mom_tool_nameglobal mom_tool_diameterglobal mom_tool_corner1_radius
MOM_output_literal "(NAME :$mom_tool_name )" MOM_output_literal "(D : [ format "%.2f" $mom_tool_diameter] )" MOM_output_literal "(R :[ format "%.2f" $mom_tool_corner1_radius] )"
2、顯示加工時間:
global mom_machine_timeMOM_output_literal "(TIME :[ format "%.2f" $mom_machine_time])"