While postprocessing a Program Group or set of operations together. How to get individual NC output files for each operation?
Solution
The requirement can be satisfied by using the tape brake custom command in Postbuilder.
The following are the Steps.
- Open the postprocessor in post builder.
- In Program & Tool Path -> Custom Command -> Import -> "Pb_cmd_tape_break.tcl " file.
- After importing the above tcl file, go to Program Tab in Program & Tool Path and add the below Block "PB_CMD_output_operation_tape" in the Start of Path event.
- Save the Postprocessor.
- Now test the output, you should be getting individual NC files for each operation with the File Name same asOperation Name.
Notes