NX
Group Name Output for Program Header - Post Configurator
2021-10-06T23:27:58Z
NX for Manufacturing
Summary
Details
The Program Group Name has to be a 4 digit integer. Selecting 6582...as seen in the image below, does not output the number of the Program Group in the nc output.
Solution
Place the following code in a layer.
LIB_GE_command_buffer_edit_append LIB_CTRL_nc_header PROG_NUMBER my_new_header MY_PROG_NAME
#------------------------------------------------------------
proc my_new_header {} {
#------------------------------------------------------------
global mom_group_name
if { ![info exists mom_group_name] } { set mom_group_name "" }
MOM_output_literal "$mom_group_name"
}
Hardware/Software Configuration
Platform: all OS: n/a OS Version: n/a Product: NX Application: CAM Version: V1892.4100 Function: POSTCONFIG