Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

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

Bulk Item Quantity Repeat Region Relation - Creo Parametric

Status
Not open for further replies.

mkatminn

Mechanical
Jun 20, 2013
3
Hello:

I am new to this forum and this is my first post. Please go easy on me. [smile]

I am a long time user of Pro/ENGINEER, but I have never utilized relations, rules, filters, and such in a drawing's BOM's repeat regions before.

I am currently working on a project and its assemlby requires bulk items, so I am attempting to correctly place them in the BOM so that their respective quantities show A/R (as required) instead of one. I have mined the internet forums including this one for tips/directions on how to do this, but I am having no success. I have learned a lot about the workings of the tables and their repeat regions, but cannot get the relations and filters to work properly for these bulk items.

I used create component within the assembly, and use the bulk item template to implant the bulk item in the assembly. I tried relations, installing the relation in the Repeat Region of the column in the BOM for the first line item in the relation. I played with a parameter “QTY, Qty, and qty” in the bulk items. No success.

Below, I have attached a Powerpoint of my attempts with a test assembly and its drawing.

I would really like to do the BOM the right way.

Thanks in advance for your assistance.

Marty

 
Replies continue below

Recommended for you

In the Table-Repeat Regions_Releations editor, we have the following lines:

if asm_mbr_type=="BULK ITEM"
QTY="AR"
else
QTY=rpt.qty
endif

All Bulk Items end up with AR for QTY


"Wildfires are dangerous, hard to control, and economically catastrophic."

Ben Loosli
 
Ben:

Thanks for the reply and help. I copy and pasted your relation into the Repeat Region on my drawing. Now I receive an error. Please see slide #4 of the attached.

Stumped again!

Marty
 
 http://files.engineering.com/getfile.aspx?folder=17ea6c7d-85ff-4964-a9d0-21655799a582&file=Relations,_Parameters_for_Showing_AR_-_Need_Help.pptx
Ben:

I now have a BOM that properly reflects what I want! AR shown in the BOM's quantity column for my bulk item.

I may have overstated some details for doing this...

The way I put AR in the quantity column is to change the report symbol in the repeat region for the column from rpt.qty to rpt.rel.User Defined, then enter "quantity" (without quotation marks) in the Symbol Text window that pops up.

Then enter/create a repeat region relation in the Relations editor pop up window for the repeat region (mouse picks: Repeat Region, Relations, select/digitize BOM repeat region):

IF asm_mbr_type == "BULK ITEM"
quantity = "AR"
ELSE
quantity = rpt_qty
ENDIF

After hitting the OK button on the Relations editor window to close it, toggle the Switch Symbols button. If all goes well, AR will now be in the quantity column for the Bulk Item(s) in your assembly.

You need to use the Bulk Item template by creating a part within the assembly and selecting the Bulk Item template.

Thanks again!
Marty
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor