Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X
Hi
In our company we are using numbering in this format: xxxxxxx-FITTED1, xxxxxxx-FITTED2, xxxxxxx-FITTEDn. for various shapes of the same product. Like for example a tape padding or wires. The title of each instance may not be always the same either.
Can anyone advise how to:
1) merge all entities of *-FITTED to one part "xxxxxxx" on the drawing board BOM table?
2) sum up the quantities (each) or cutting lengths (mm)?
Many thanks to all in advance.
You should be able to do that with repeat region relations.
On your naming, how do you know what assembly that FITTED# goes into?
We use a similar scheme like this:
Thanks @BenLoosli for reply.
Not sure I understand your question. In Windchill BOM we are using only product part number. (that drives purchase etc.) In my earlier example I used only 7-x's but as screenshot below showing real number is 1000006132. This is an equivalent of your "7409878" I believe. Then -FITTED_RH & -FITTED_LH CAD models are used only for illustration in one particular assembly. If the same kind of component/product will be ever used again its "Fitted" shape will be different and it will be called by its new unique number for example 1000006132-FITTED_01, Then this new CAD model will be associated in Windchill with its parent 1000006132 as IMAGE like the other two are already.
Important for us is, that on drawing is figuring only parent product number 1000006132 and parent TITLE with quantity 2 in this case. That is my question, how in the drawing in BOM table I change 1000006132-FITTED_RH & FITTED_LH to only 1000006132 with title which is in this case PT1000 TEMPERATURE SENSOR and add instances together so the QTY = 2?
Can I use on this just simple repeat region? How would that be?
Many thanks
Hi @RM_10269745
I would use creo parameters from windchill with wtpart number in the repeat region
PTC_WM_PART_NUMBER
PTC_WM_PART_NAME
check following articles
https://www.ptc.com/en/support/article/CS18803
https://www.ptc.com/en/support/article/CS287504
PetrH