Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

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

PDMLink Rev, Version, Lifecycle State

  • Thread starter Thread starter kgwmu
  • Start date Start date
K

kgwmu

Guest
I am looking to use the PDMLink parameters on a drawing
for a family table of parts. I am looking to use
PTC_WM_VERSION or PTC_WM_REViSION in combination with
PTC_WM_LIFECYCLE_STATE. I can not get any of these
parameters to show up as choosable (might not be a real
word
smiley36.gif
)options while creating a family table. Is there
a config option or a setting that I should be looking at?
 
somebody must have tried this and figured it out
already...
 
Anything that begins with PTC_WM is controlled by PDMLink so you cannot edit those values manually.

If you want to report those parameters on a drawing you can do so with Repeat Regions.
 
It doesn't have to be a repeat region. You can use them in the format just like any other parameter. &PTC_WM_REVISION, &PTC_WM_REVISION, etc.


You have to remember these values will not be valid until the object is checked in for the first time. So, they may be blank, initially.
 
srieger said:
It doesn't have to be a repeat
region.
 
jsantangelo said:
Anything that begins with PTC_WM is
controlled by PDMLink so you cannot edit those values
manually.If you want to report those parameters on a
drawing you can do so with Repeat Regions.
 

Part and Inventory Search

Sponsor

Back
Top