Ilogic Filepath Issue

Ilogic Filepath Issue

acollie6E29J
Observer Observer
221 Views
4 Replies
Message 1 of 5

Ilogic Filepath Issue

acollie6E29J
Observer
Observer

I'm creating an Ilogic code to transport metadata from inventor to excel, the code works but I'm having issues with assemblies with unresolved parts.  I open the assembly and select the locations for each part, but that doesn't fix the issue, my assembly is one level deeper than my parts which can't be changed, I'm not sure how to fix this issue.

0 Likes
222 Views
4 Replies
Replies (4)
Message 2 of 5

A.Acheson
Mentor
Mentor

Hi @acollie6E29J 

You will need to likely need to resolve the assembly before running codes otherwise you will have issues. This will always be a manual operation to ensure the correct parts are resolved. 

 

You could filter first to see if the assembly has unresolved references and skip this if it does and give a report at the end of what has been skipped. Would that work for you?

If this solved a problem, please click (accept) as solution.‌‌‌‌
Or if this helped you, please, click (like)‌‌
Regards
Alan
0 Likes
Message 3 of 5

acollie6E29J
Observer
Observer

I have attempted to resolve them manually and when I open up the assembly again it still asks to find the parts.  The parts are in different folders at a level higher.  Is there another method to make these filepaths stick?  At the moment I have done seperate pack and go's for every assembly and that solves everything, but I would like to get the original method to work to keep our file organization.

0 Likes
Message 4 of 5

A.Acheson
Mentor
Mentor

I think this will only work if the project umbrella is above both the parts and assembly. Alternatively you could add the parts folders as workgroup search paths.

If this solved a problem, please click (accept) as solution.‌‌‌‌
Or if this helped you, please, click (like)‌‌
Regards
Alan
0 Likes
Message 5 of 5

C_Haines_ENG
Collaborator
Collaborator

You need to change your project folder to include all files underneath it. Also, if you don't want the pop up, you can change the "Use Unique File Names" setting in your project file to 0. So much better. 

0 Likes