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

Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X

revision conversion from letter to integer

bdijkstra
4-Participant

revision conversion from letter to integer

Hi,

Is there a way to display a revision as integer (1) instead of the letter (A)?

I'd like to use the Windchill parameter (PTC_WM_REVISION) on drawing.

Thanks in advance!

3 REPLIES 3
BenLoosli
23-Emerald II
(To:bdijkstra)

If your PTC_WM_REVISION is numeric, then set a relation in the drawing: DWG_REV = PTC_WM_REVISION.

Use the parameter DWG_REV in your drawing titleblock.

TomU
23-Emerald IV
(To:bdijkstra)

It sounds like Windchill is currently using letters for revisions.  To change this requires changing the versioning series.  Normally this type of change is done before Windchill is put into production as there is no good way to go back and change existing letter revisions into numbers.  Can you confirm whether or not the revision in Windchill are currently letters?

bdijkstra
4-Participant
(To:TomU)

Currently lettters are used for PTC_WM_REVISION in Windchill.

After your reply, I start thinking of a conversion in a Visual Basic program.

Top Tags