NX Reporting the controller type in Post Configurator

2022-11-17T21:32:26Z
NX for Manufacturing

Summary


Details

Is there a variable to report which CNC controller is used when posting with a Post Configurator post? Possible controller type might include, the Sinumerik One, the Sinumerik 840D, the Fanuc the Okuma, etc.

Platforms
  • na windows-1064
Release Versions
  • NX V2008
Solution

The variable used for listing this information is lib_controller_type. The Post Configurator code to output this can be seen below:

LIB_GE_command_buffer_edit_append MOM_start_of_program_LIB PROGRAMSTART {

MOM_output_text "$::mom_sys_control_out$::lib_controller_type$::mom_sys_control_in"

} _controllertype


The output might look something like this:


Notes

KB Article ID# PL8682654

Contents

SummaryDetails

Associated Components

Manufacturing Post Builder Manufacturing Post Configurator