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

We are happy to announce the new Windchill Customization board! Learn more.

Autonumbering of Family table instances in Creo

abasu
1-Newbie

Autonumbering of Family table instances in Creo

When instances are added to the Family Table, I want an auto-generated number to be created for the instances according to the CAD Document auto-numbering scheme (as defined in OIR). The member name for the instances added by the user in the design table should be overwritten by an auto-generated number, according to the existing CAD Document numbering scheme in OIR.

 

There is one preference : Workgroup Manager Client Family Table Instance Creation Auto Generate Family Table Instance Number

This is only for Autodesk, NX and Solidworks.

 

Does any similar preference exist for Creo as well?

 

Any help is appreciated.

 

Regards,

-Arindam

7 REPLIES 7

Hi Arindam,

If you have autonumbering configured in your OIR, then Creo family table instances will automatically use autonumbering.  No preference required.

Regards,

Allan

Hi Allan,

Thanks for your reply.

My requirement is my own custom auto numbering. I have configured my cad document OIR to use my own custom numbering sequenece with prefix 'C'. however whenever i am creating a new family table with instances, they are not taking up that number from OIR. it is picking up the number from the name provided during creation for the generic and an autogenerated number for all the instances.

I want my generic and all the corresponding instances to follow my own numbering scheme as defined in the OIR.

I have added below entry in the OIR for my numbering:

<!-- set the number to a generated number -->

               <AttrValue id="number" algorithm="com.ptc.windchill.enterprise.revisionControlled.server.impl.NumberGenerator">

    <Arg>C</Arg>

                  <Arg>{GEN:wt.enterprise.SequenceGenerator:EPM_seq:7:0}</Arg>

               </AttrValue>

<!-- specify AttrConstraint tag -->

<AttrConstraint id="number" algorithm="com.ptc.core.rule.server.impl.GatherAttributeConstraints">

           <Value algorithm="com.ptc.core.rule.server.impl.GetServerAssignedConstraint"/>

           <Value algorithm="com.ptc.core.rule.server.impl.GetImmutableConstraint"/>

</AttrConstraint>

Any further help will be appreciated.

Regards,

-Arindam

Hi there, there is an OIR for EPMDocument that drives CAD autonumbers but there is also one called EPMTablet I think. I think that this is the one that you need to configure for your FT to autonumber. I'm not going to test my theory as I don't want to break my system and I'm having issues with our test environment, but I'm fairly certain that is the piece that is missing.

jbritto-3
4-Participant
(To:abasu)

Same issue for me too WC 11.1

stouret
6-Contributor
(To:abasu)

Hello 

Did you find a way to do that ??

I'm really interted by 

Thanks

gtourais
6-Contributor
(To:stouret)

Hello Seb ! 

The autonumbering of family tables is managed by the OIR of the EPM Document type.

I had the same problem while staying on the CAD Document object.

A+

Greg

hi all did any one get the solution.

i have the same issue in 12.0.4

Top Tags