Skip to main content
1-Visitor
August 3, 2015
Solved

Query in regards to a BOM in a Creo drawing

  • August 3, 2015
  • 3 replies
  • 3276 views

Hello,

I have a Creo 2.0 drawing in which a BOM is defined for an assembly. The BOM has components stated from Sl# 01 to Sl# 20. We need to change the serial numbering now from Sl# 600 to SL# 620 for the same drawing.

Is there any way of acheiving this. Request you to revert.

Best regards,

Simha


This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.
Best answer by psimha

Please note that, the BOM generated is an auto generated BOM and is not a manually entered BOM.

3 replies

psimha1-VisitorAuthorAnswer
1-Visitor
August 3, 2015

Please note that, the BOM generated is an auto generated BOM and is not a manually entered BOM.

17-Peridot
August 3, 2015

You probably need to create a custom repeat region where you convert the find number by adding 600 (if numeric) or prefixing a 6 (if string).

You can always make a simple table that does not auto-populate.  I still find this easier in most cases.

psimha1-VisitorAuthor
1-Visitor
August 3, 2015

Hello Antonius,

Thanks for your reply. If you can quicky attach the steps that are to be followed, it would be of a great help.

psimha1-VisitorAuthor
1-Visitor
August 3, 2015

Hi Antonius,

Thanks a ton.

Best regards,

Simha

1-Visitor
August 3, 2015

Here's how I would do it:  I would create a BOM relation (repeat region relation) that adds 600 to the original index value, and then display the new value in the BOM:

Snap05.png

The report parameters in this table are:

&rpt.index

&rpt.rel.NEWNUM

&asm.mbr.name

&rpt.qty

You can delete the first column after you get this going.

HTH

17-Peridot
August 3, 2015

There you go!    I knew it could be done, just didn't know how exactly.  Thanks JLG!