Skip to main content
5-Regular Member
October 29, 2024
Solved

Windchill version iteration from A.x to xx5.x

  • October 29, 2024
  • 1 reply
  • 1166 views
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
    Best answer by Hari_Vara

    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

     

    1 reply

    16-Pearl
    October 29, 2024

    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

    5-Regular Member
    October 29, 2024

    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

    Hari_Vara16-PearlAnswer
    16-Pearl
    October 29, 2024

    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