cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X

PDMLink 9.1 Part Numbering

shatley
1-Newbie

PDMLink 9.1 Part Numbering

Does anyone know if PDMLink 9.1 can be configured to sequentially pick new part numbers from a list stored on the server?

5 REPLIES 5

Shane,

Yes, you can use the OIR (Object Initialization Rule) for any business
object to use a sequence to control the numbering. For example, WTPart
uses the WTPARTID_seq which is a database structure designed for this
purpose (
you want a list that is different than incremental starting at 1? If so,
you can manipulate this sequence within the OIR to change the start number
and the number of digits. If you want to change the increment value (e.g.,
increment by 2 instead of 1), you can do that by altering the sequence
directly i...

















Hi Bill,


Thank you for the reply.


To clarify, I would like the system to select new part numbers from an external file on the Windchill server that contains a range of pre-defined part numbers.


In that case, you'd be looking at the last option - create a custom class
that is called from the OIR. The class would simply open the file and read
the next value. You could still use an Oracle sequence to keep track of
which line in the file to use next.

The file concept might be a little clumsy, however. Instead, you could
create a database table and populate it with two columns, an index and the
value. This would be a more efficient way of retrieving the numbers. You
would still use a custom class to retrieve the value from the database.

Regards,
Bill



I’m assuming you have a list of valid part numbers from your ERP system or other party and want to enforce usage of those.

This can work as indicated below but just be warned that most likely you will start to consume those numbers at a very high rate. The system does not use a method were it checks if numbers were actually used or not when one is pulled. If its pulled, its been used and will move on. So if you create a part and hit cancel, it will have pulled that number and now its used up. This means it will chew through your numbered list quickly.

Now auto-numbering can be great as just dumb numbering parts but if you want to REALLY control it, you might not find that easy to do.

[cid:image001.gif@01CD75F9.E139A3D0]

Steve Vinyard
Application Engineer
cc-2
6-Contributor
(To:shatley)

HI


I will not add more technical info on this as it has all been said.


We have configured our Windchill server to pick a number from a list from a txt. This works very well. This was in 2008. Hoping that any new ERP we will use later as global ERP will be capable of this too but that is not possible. SAP can't


so until we bridge the two systems we have 2 masters for number allocation. Not ideal.



Best regards

Top Tags