A CAM program is posted using Post Configurator. Is it possible to set the Read-only attribute on the posted output file when generating this NC code?
Created a custom Layer in Post Configurator and added the following TCL code to resolve this.
LIB_GE_command_buffer_edit_append CLOSE_files CLOSE_files_LIB_ENTRY_end {
file attributes $::mom_output_file_full_name -readonly 1 -hidden 0
} _report_tools
Notes
Please be aware that any code provided by NX CAM Support is intended to be used for sample purposes only. It is the user's responsibility to determine whether the code is suitable for the purpose.