NX Postbuilder - Setting Variables for Rotary Axis - Positive Only

2023-09-25T11:20:24Z
NX for Manufacturing

Summary


Details

Rotary Values are coming out with Negative Values.

Solution

Set the variable to an absolute value

Sample code

# Rotation Outputting a Negative 0.000

# sample code    

global mom_out_angle_pos

# The code below will always set the value to a positive value

     set mom_out_angle_pos(1) [expr abs($mom_out_angle_pos(1)) ]

KB Article ID# PL8696790

Contents

SummaryDetails

Associated Components

Manufacturing Post Builder Manufacturing Post Configurator