CNC Post-Processor
CNC Post-Processor

Simple and commonly used post-processing statements
Process name: $mom_operation_name
NC file name: $mom_output_file_basename
Part name (including save path): $mom_part_name
Postprocessor name (including save path): $mom_event_handler_file_name
Processing time: Date: $mom_date
Tool information method 1:
Tool_Name:$mom_tool_name
Tool_No:$mom_tool_number D=[format %.2f $mom_tool_diameter] R=[format %0.2f $mom_tool_corner1_radius] Length=[format %.2f $mom_tool_length]
Tool information method 2:
global mom_tool_name
global mom_tool_diameter
global mom_tool_corner1_radius
global mom_tool_flute_length
global mom_tool_length
global mom_date
MOM_output_literal "(Tool Name =$mom_tool_name)"
MOM_output_literal [format "(D=%.2f R=%.2f FL=%.2f L=%.2f)" $mom_tool_diameter $mom_tool_corner1_radius $mom_tool_flute_length $mom_tool_length]
MOM_output_literal "(Date:$mom_date)"
Processing time:
global mom_machine_time
MOM_output_literal "(Total Machine Time:[format "%.2f" $mom_machine_time min])"

Simple and commonly used post-processing statements
Process name: $mom_operation_name
NC file name: $mom_output_file_basename
Part name (including save path): $mom_part_name
Postprocessor name (including save path): $mom_event_handler_file_name
Processing time: Date: $mom_date
Tool information method 1:
Tool_Name:$mom_tool_name
Tool_No:$mom_tool_number D=[format %.2f $mom_tool_diameter] R=[format %0.2f $mom_tool_corner1_radius] Length=[format %.2f $mom_tool_length]
Tool information method 2:
global mom_tool_name
global mom_tool_diameter
global mom_tool_corner1_radius
global mom_tool_flute_length
global mom_tool_length
global mom_date
MOM_output_literal "(Tool Name =$mom_tool_name)"
MOM_output_literal [format "(D=%.2f R=%.2f FL=%.2f L=%.2f)" $mom_tool_diameter $mom_tool_corner1_radius $mom_tool_flute_length $mom_tool_length]
MOM_output_literal "(Date:$mom_date)"
Processing time:
global mom_machine_time
MOM_output_literal "(Total Machine Time:[format "%.2f" $mom_machine_time min])"