Skip to main content
1-Visitor
August 17, 2018
Question

Locating different generic models that contain identical instance names

  • August 17, 2018
  • 2 replies
  • 6979 views

Hi,

I occasionally encounter the following message when an assembly is loading: "identical instance names encountered in different generic models". This appears to cause prolonged loading time as Creo randomly decides which of the duplicate instances to load into the assembly. I would like to eliminate these duplications. Is there any way to easily ascertain which specific generic models contain the identical instance names, and what the offending names are? Our standard library contains hundreds of parts and assemblies with family tables.

Unfortunately we don't have a PLM (we only run 4 or 5 licenses in a small team). I'm hoping that removing these duplicates will improve the load time for many of our assemblies.

 

2 replies

24-Ruby III
August 17, 2018

Hi,

 

did you check the contents of trail file ?

21-Topaz II
August 17, 2018

Look for a *.idx file in your working directory named the same as the folder.  It's a simple text file that contains a list of all the family table instances in that directory and their generics.  If you have data in multiple folders, you'll need to look in each one.

lbraden1-VisitorAuthor
1-Visitor
August 19, 2018

Thanks for the response - this is a good starting point. I've had a quick look at the idx file which contains a large amount of info that looks like it will be readily transferred to an excel spread sheet with columns for individual generics that can then be filtered for instances. Most helpful