Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X
Hi,
I have a problem with replacing sub assemblies through a interchange assembly in an other fam. table.
For example:
I have placed generic models ARCING_HORN_BOTTOM_PLAC002.ASM and ARCING_HORN_BOTTOM_PLAC003.ASM in a interchange assembly.
The problem is now if I replace 0211545_PLAC005.ASM to 0211575_PLAC005.ASM it can not find assembly 0215353_PLAC003.ASM.
I think it should find it through the interchange assembly but it does not work properly. If I retrieve the assembly 0215353_PLAC003.ASM in session then it works but it should it automatically.
How can I let it work properly?
Best regards, Koen.
Is everything in the same directory? You may just be having a search path problem.
Hi, the models are in a library. Not in the working directory. But I work with a catalog file and all the models in the library are in the same folder.
But I will investigate this further on monday.
Best regards, Koen.
Hi,
I have opened models ARCING_HORN_BOTTOM_PLAC001.ASM and ARCING_HORN_BOTTOM_PLAC002.ASM in session.
I only opened the generic models in session, no instances. Normally the search path would not be a problem then?
It has still the same problem when I want to replace 0211545_PLAC005.ASM to 0211575_PLAC005.ASM.
It says the following:
'0215353_PLAC003' cannot be retrieved.
Failed to replace member ARCING_HORN_BOTTOM_PLAC001 (M189), 0211575_PLAC005.
Automatic regeneration of the parts has been completed.
If I retrieve the instance 0215353_PLAC003 in session and go back to the model and regenerate then 0211575_PLAC005 regenerate correctly.
It seems that I have the problem with other models also. If I want to replace a model with a instance of an other generic via interchance it does not work properly.
Koen.
It seems that I can not retrieve automatically assembly 0215353_PLAC003.ASM.
I start with an empty session.
> Open file
> File name: 0215353_PLAC003.ASM
> Open
It says: Can not retrieve 0215353_PLAC003.ASM
If I do the same with the generic name.
> Open file
> File name: ARCING_HORN_BOTTOM_PLAC003.ASM
> Open
It retrieves the model perfectly.
Why does Proe can not find the instance in the fam. table at once? Is this not normally possible?
PS: I do not work with accelerate files (.xas or .xpr).
Best regards, Koen.
Hi, I have fixed the problem.
Every generic model saves a IDX file as the name of the workdirectory. IDX = Instance Index Files.
It is a file with all instance members linked to the generic model.
I updated the IDX file with every generic model and placed the file into the library in the same folder of the generic models.
Now he can find the instances directly.
Best regards, Koen.