×
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

alternative to simplified rep in Pro/E?
2

alternative to simplified rep in Pro/E?

alternative to simplified rep in Pro/E?

(OP)
Hello Eng-Tip Members.

I have a pro/e question. First my situation. I'm using a flex hose in my assembly twice but each hoes is bent different. I do not want to start a simplified rep ripple in my assemblies.

Is there a way to have 2 different parts (because of the way they are bent in the assembly) to be called up on the BOM as a qty of 2?

thanks for reading

RE: alternative to simplified rep in Pro/E?

Yes there is an alternative.  You can set up variable geometry parts.  basically you name the part part_name_vgxx.prt or .asm  where xx is 01, 02,...and on and on.  

Then I don't know how its done because the table parameters are already setup and I'm pretty new to the Pro/E game, but I would imagine that you will need to setup the repeat region to read only the first part of the part name (ie the part number) that you want to show up as qty 2, 3,... or however many you have.  It will probably take some trial and error part on your end, I personally have not had to attempt to make the table yet.

RE: alternative to simplified rep in Pro/E?

(OP)
I have set up relations in my table to read the different parts as the same name but the table creates a seperate line for each part. I would like to combine different parts into one line.

thanks for your comment.
Caper

RE: alternative to simplified rep in Pro/E?

One method that will allow you to have multiple models combined into one line in your parts list is to create a parameter in your parts and assemblies called "part_number" and then replace the entry "asm.mbr.name" in your parts list repeat region with "asm.mbr.part_number".  This is done (in version 20) by selecting <table> <repeat region> <switch syms> <done/return> <modify> <text> and selecting the cell where the part name is found.

If you decide to use this method, it also helps to create another repeat region outside of the drawing border that contains both "asm.mbr.name" and "asm.mbr.part_number".  This will allow you to add the "part_number" parameter to all components while working in the drawing model by entering information into the table, instead of creating the parameters in the part or assembly models.  This extra table can be deleted or layered off before the drawing is released.

RE: alternative to simplified rep in Pro/E?

Hi Gross,

There are several methods to do that.

FIRST METHOD is like ATLARSON said to create a pararameter in each part and drive the BOM TABLE with the parameter &asm.mbr.part_number or whathever. But the main incovenient is that if you realized at the end of your project you need to use this parameter, you must assign this parameter to all your parts from assembly, or to modify you format table (create another repeat region able to use this parameter assigned on part in question only)

THE SECOND METHOD is to create a parameter let's say "qty" (derived from quantity) and to use it in your table region. The qty must be created in drawing mode. The advantage of using this method is that you modify only the BOM table of the specified drawing only and not the parts or assemblies. You can use this parameter in this way:
Choose TABLE -> REPEAT REGION -> RELATIONS -> click on your BOM -> EDIT ->

IF asm_mbr_name == "your part name here"
   qty == 2 (or quantity you need to see)
else
   qty = rpt_qty
endif
 
In this way you can control the quantity of items in your BOM.

IMPORTANT: Now, your table will show both parts (one with qty of 2 and the other with a qty of 1). But you don't need the second one. You will need to exclude from the table:

TABLE -> REPEAT REGION -> FILTERS -> click on table -> BY ITEM -> EXCLUDE -> click on the part you want to exclude.

THIRD METHOD:
Go to ASSEMBLY mode, and choose: COMPONENT -> ADV UTILS -> INCLUDE -> choose your part that you want to be in a qty of 2. Now the part will be part of you assemby, but you are not able to see it.

Go back to your drawing mode and regenarate the drawing. You will see a qty of 2 for the part in question. It will rest only to exclude the second part from the table (see method 2). That's all. It's fast, clean and works well.



Good luck!

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