NX Needs G95 to be suppressed with G96 but still needs G94 for IPM.

2019-09-04T13:00:08Z
NX for Manufacturing

Summary


Details

--------------- 

Needs G95 (IPR) to be suppressed with G96 (CSS) but still needs G94 (IPM) with 

G97 (direct RPM spindle).

Solution

 The custom command below at the 'linear' and 'circular' event will allow G94 to 

output and suppress G95 (as long as G94/G95 is not a block in these events).

global mom_spindle_rpm 

global mom_spindle_mode

if { [ info exists mom_spindle_rpm ] && $mom_spindle_mode=="RPM" } {

MOM_output_literal "G94"

}

Notes

KB Article ID# PL8010188

Contents

SummaryDetails

Associated Components

Manufacturing Post Builder