Skip to main content
1-Visitor
August 22, 2016
Question

revision conversion from letter to integer

  • August 22, 2016
  • 2 replies
  • 1835 views

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!

2 replies

23-Emerald III
August 22, 2016

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.

23-Emerald IV
August 22, 2016

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?

bdijkstra1-VisitorAuthor
1-Visitor
August 23, 2016

Currently lettters are used for PTC_WM_REVISION in Windchill.

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