×
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS

Log In

Come Join Us!

Are you an
Engineering professional?
Join Eng-Tips Forums!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!
  • Students Click Here

*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

Posting Guidelines

Promoting, selling, recruiting, coursework and thesis posting is forbidden.

Students Click Here

Jobs

Post Builder - using Linked Posts

Post Builder - using Linked Posts

Post Builder - using Linked Posts

(OP)
Would someone please tell me where I could find information on how to use [b]Linked Posts[b] in Post Builder?

I'm using Version 3.5.2 of Post Builder and would like to learn more about [b]Linked Posts[b].

Thanks,
Paul Perry

RE: Post Builder - using Linked Posts

First review the help docs.

You will need 2 post processors; this is typically a mill and a lathe.

Choose which post will be the "Master" and which will be linked to the master

Open the Master post in post Builder.  On the Program and Tool Path tab select Linked Posts.
Activate Link other Posts to this post
Enter a Head command – for example this is the mill post then enter Mill as the Head command.
Click New to link other posts to this one.  For example a lathe post.
Enter the Head command – Lathe Then click select name and browse for the Lathe post.  Note: they should be in the same directory as the other posts that are going to be linked together.  Now the posts are linked but this is only half of the battle.

In NX you will need to add a User Defined Event to call the different posts.
The UDE needs to be in a method object or a program group.  I like to use methods that way I only have one program group.
Create a method for mill and one for turn.
From the operation navigator right click on the mill method and select Object | Start Events.  Add a HEAD event and enter Mill as the name – this is what will call the mill post.  Do the same with the Lathe method and add the Head UDE with lathe as the name.

Now when you create your operations use the Mill or Lathe methods respectively.

Your Method view should look something like this.

Mill_method – the one with the head UDE
  Rough_mill
    Milling_opertation_1
            Milling_operation_2
Lathe_method
    Rough_turn
       Lathe_operation_01

See the attached image.
 

John Joyce
Tata Technologies iKS
1675 Larimer St.
Denver, CO
www.myigetit.com

RE: Post Builder - using Linked Posts

Thanks John,

I have been trying to get this to work with no luck.   I tried to attach the UDE to the operations.

This should clear up a few things

 

RE: Post Builder - using Linked Posts

(OP)
Is it possible to control which linked post to be used thru "post builder" instead of a UDE in NX?

For instance, I have a post called:  "Haas_Master" and linked to "Haas_Master" are 4 posts that are variants of each other on based on which fixture is used, determines which of these posts are going to be used.

Perhaps controlled by a windows prompt for a string or value?

Thanks,
Paul Perry

RE: Post Builder - using Linked Posts

I think it is possible but I have not done it.
I have templates and seed files that have the UDE and methods alreay in them.



 

John Joyce
Tata Technologies iKS
1675 Larimer St.
Denver, CO
www.myigetit.com

RE: Post Builder - using Linked Posts

(OP)
John, I've figured out how to do this.....

I've inserted the following code within a custom command, at the very top of "Start of Program" in post builder.  I've tested this and it seems to work.


global mom_head_name


set mom_head_name "name of required head"

MOM_head



"name of required head" could be a variable determined thru a prompt, so.... the only thing now is to create some sort of prompt, maybe using a radial button thru which the required post is selected.





Paul

 

RE: Post Builder - using Linked Posts

(OP)
In case you ever read these posts:

Thanks a bunch Eric for helping me figure this one out.

Credit goes to Eric Bourgoin.... the Post Builder / TCL guru.


P

RE: Post Builder - using Linked Posts

Cool I wil have to try this out.

Thanks  

John Joyce
Tata Technologies iKS
1675 Larimer St.
Denver, CO
www.myigetit.com

Red Flag This Post

Please let us know here why this post is inappropriate. Reasons such as off-topic, duplicates, flames, illegal, vulgar, or students posting their homework.

Red Flag Submitted

Thank you for helping keep Eng-Tips Forums free from inappropriate posts.
The Eng-Tips staff will check this out and take appropriate action.

Reply To This Thread

Posting in the Eng-Tips forums is a member-only feature.

Click Here to join Eng-Tips and talk with other members!


Resources