NX Post Builder errors with custom commands with $CO and $CI

2021-10-06T23:27:19Z
NX for Manufacturing

Summary


Details

Post Builder errors out with custom command that has $CO and $CI



Solution

The variable CO and CI are generally use to abbreviate the parenthesis as system control output and input. What happen is when people abbreviate mom_sys_control* they have to do a set command tod efine C0 as $mom_sys_control_out and CI as $mom_sys_control_in. 

So, for post that error out on $CO and $CI what needed are the two linesbelow : 
set ci $mom_sys_control_inset co $mom_sys_control_out


Below is a little custome command that use $CO and $CI : 

global co ciglobal mom_sys_control_inglobal mom_sys_control_out set ci $mom_sys_control_in set co $mom_sys_control_out MOM_output_literal "$co" MOM_output_literal "$ci"


 Which output the posted output below on line NX20 and N30 %N0010 G40 G17 G90 G70N0020 (N0030 )N0040 G91 G28 Z0.0 



Notes and References


Hardware/Software Configuration

Platform: all
OS: n/a
OS Version: n/a
Product: NX
Application: CAM
Function: POSTBUILDER

Ref: 001-9452330

KB Article ID# PL8013804

Contents

SummaryDetails

Associated Components

Manufacturing Post Builder