NX Redirect the Postprocessor NC Output to Another Text Editor

2023-02-06T14:14:41Z
NX for Manufacturing

Summary


Details

How to open a different "Text Editor" when Post Processing your NC Program

Solution

The following sample code is redirecting the posted nc output to open "notepad++". Place the procedure as the very last event in the "Program End Sequence"

# ====================================== global ptp_file_name MOM_close_output_file $ptp_file_name exec "C:\\Program Files\\Notepad++\\notepad++.exe" $ptp_file_name # ======================================

When postprocessing, please deselect "List Output" as seen in the image below. The OOTB editor will not open.


KB Article ID# PL8696116

Contents

SummaryDetails

Associated Components

Manufacturing Post Builder