Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations JAE on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

nx startup directory

Status
Not open for further replies.

EngProgrammer

Aerospace
Joined
Jan 14, 2015
Messages
150
Location
US
thread561-255376

How to configure nx to point to a startup directory that contains custom toolbars and code? What and where does one go to have nx point to certain custom toolbars created with .tbr files? Is there an environment variable setting?
 
Generally people set-up, for themselves, what's called a 'user directory' or folder. This folder can be anywhere that can be easily accessed. In this folder there will normally be two folders, one named 'application' and one named 'startup'. Now if you're modifying an existing toolbar/ribbon, you place the edited copy of the file (same name as the original) in the 'application' folder. But if you've created a NEW toolbar/ribbon file (not named the same as some original NX file), place that file in the 'startup' folder.

Once you've done that you'll need to set an environment variable so that the system can find your 'user directory'. The best place to set this variable is in your Windows profile. So go to your Windows desktop, select the 'Computer' icon, press MB3 and select 'Properties'. When the page comes-up select the 'Advanced Systems Settings' option and when that dialog comes-up, select the 'Environment Variables...' button. Now up in the 'User Variables...' section select 'New...' and enter the following as the 'Variable name:'...

UGII_USER_DIR

...and then enter the full path to your 'user directory' as the 'Variable value:'.

When you done, now when you launch an NX session, your changes and additions to the UI will be in effect.

John R. Baker, P.E.
Product 'Evangelist'
Product Engineering Software
Siemens PLM Software Inc.
Digital Factory
Cypress, CA
Siemens PLM:
UG/NX Museum:

To an Engineer, the glass is twice as big as it needs to be.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top