Community Tip - Learn all about PTC Community Badges. Engage with PTC and see how many you can earn! X

Translate the entire conversation x

Windchill version iteration from A.x to xx5.x

WSZ_10899231
4-Participant

Windchill version iteration from A.x to xx5.x

I am using Windchill PDMLink Release 11.0 and Datecode with CPS M030-CPS22

I want to config version iteration like x5.x, but it can't set to 65.x ,75.x and so on.
wt.properties config as following
wt.series.MulticharacterSeries.seriesNames=MilSpec
wt.series.MulticharacterSeries.MilSpec.min=1
wt.series.MulticharacterSeries.MilSpec.max=9
wt.series.MulticharacterSeries.MilSpec.seed=5
wt.series.MulticharacterSeries.MilSpec.delta=9
wt.series.MulticharacterSeries.MilSpec.length=3
ACCEPTED SOLUTION

Accepted Solutions

Hi,

I too got stuck at 55 to 65, did it manually, after which it was working as desired.

Hari_Vara_0-1730186607849.png

 

Regarding your actual business requirement which is to start from 005.x,015.x ..,115.x and so on. I think you may be better of by using list based series where you hard code the intended series.

https://support.ptc.com/help/windchill/r12.1.2.0/en/index.html#page/Windchill_Help_Center/objrules_chp/ObjRulesChp_FileBasedScheme.html#wwID0EQWMV

 

This is easier to tailor to your business needs., as you have prefix as Zeros.

There could be other fine tunes on the top of what you have achieved to get there, however it may complicate the setup., hence suggesting list based series. I have seen companies use them.

 

Cheers

Hari

 

View solution in original post

4 REPLIES 4

Hi,

I could get your custom series working. See below image.

I think you might have not set the property

wt.series.HarvardSeries.MilSpec.level.1=wt.series.MulticharacterSeries.MilSpec

 

Did you set the OIR correctly?

Hari_Vara_0-1730182099065.png

 

<AttributeValues objType="wt.part.WTPart">
<!-- set the version using the alternate MilSpec HarvardSeries -->
<AttrValue id="MBA|versionInfo" algorithm="com.ptc.core.foundation.vc.
server.impl.VersionInfoGenerator">
<Arg>wt.series.HarvardSeries.MilSpec</Arg>
</AttrValue>
</AttributeValues>

 

Cheers

Hari

Hi

Thanks!

I set it as following, version can be reversion to [5.1,15.1,25.1,35.1,45.1,55.1.], But can't reversion to 65.1.~95.1 ..

Actually I want version list as 005.x,015.x ..,115.x and so on. How can i do ? 

Capture.JPG

Hi,

I too got stuck at 55 to 65, did it manually, after which it was working as desired.

Hari_Vara_0-1730186607849.png

 

Regarding your actual business requirement which is to start from 005.x,015.x ..,115.x and so on. I think you may be better of by using list based series where you hard code the intended series.

https://support.ptc.com/help/windchill/r12.1.2.0/en/index.html#page/Windchill_Help_Center/objrules_chp/ObjRulesChp_FileBasedScheme.html#wwID0EQWMV

 

This is easier to tailor to your business needs., as you have prefix as Zeros.

There could be other fine tunes on the top of what you have achieved to get there, however it may complicate the setup., hence suggesting list based series. I have seen companies use them.

 

Cheers

Hari

 

TDT
15-Moonstone
15-Moonstone
(To:WSZ_10899231)

Hi @WSZ_10899231,

 

You can load a custom versioning scheme using xml load file.

After successfully loading the file, invoke the versioning scheme in OIR.

You can find more details in the below article,

https://www.ptc.com/en/support/article/CS148182?source=search

Announcements

Top Tags