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 cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Programming 1

Status
Not open for further replies.

1wise

Aerospace
Joined
Aug 20, 2007
Messages
18
Location
US
How do you create sub-programs in NX 3, 4 or 5?
 
You could use a ude at the start and the end then do specific calls with another bunch of ude's.

Another way is to use instances.

Or make a sub of every operation.

And you could use a branching structure with program labels. With group output activated that might be the least complicated.

You can do many different things incremental, absolute output, repetitions influence sequencing going 123 then 321 or 123 and 123. Tool changes in the main program or not. Special fixture offset calls or just plain displacements.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top