Linking text parameters leads to dependency loop: Bug in Inventor 2024?

Linking text parameters leads to dependency loop: Bug in Inventor 2024?

yaroqwert
Participant Participant
225 Views
5 Replies
Message 1 of 6

Linking text parameters leads to dependency loop: Bug in Inventor 2024?

yaroqwert
Participant
Participant

I want to link a text parameter from one file to an other - but this works only as long as no linked numeric parameter is used in an extrusion. Once a numeric parameter from that file is used in an extrusion, Inventor gets in a (non existing) dependency loop.

 

To reproduce this, I created a minimal example (attached):

parameters.iam  has parameter simple_param and text_param

test_part.ipt uses simple_param in an extrusion

trying to link text_paral leads to a dependency loop.

 

Is it really a bug or am I using it in a wrong way?

I tried to set the parameter via iLogic and also got into a dependency loop.
Is there a workaround?

 

0 Likes
226 Views
5 Replies
Replies (5)
Message 2 of 6

bradeneuropeArthur
Mentor
Mentor

Also in 2025. I have tested indeed..

Regards,

Arthur Knoors

Autodesk Affiliations & Links:
blue LinkedIn LogoSquare Youtube Logo Isolated on White Background


Autodesk Software:Inventor Professional 2025 | Vault Professional 2024 | Autocad Mechanical 2024
Programming Skills:Vba | Vb.net (Add ins Vault / Inventor, Applications) | I-logic
Programming Examples:
Drawing List!|
Toggle Drawing Sheet!|
Workplane Resize!|
Drawing View Locker!|
Multi Sheet to Mono Sheet!|
Drawing Weld Symbols!|
Drawing View Label Align!|
Open From Balloon!|
Model State Lock!
Posts and Ideas:
My Ideas|
Dimension Component!|
Partlist Export!|
Derive I-properties!|
Vault Prompts Via API!|
Vault Handbook/Manual!|
Drawing Toggle Sheets!|
Vault Defer Update!

! For administrative reasons, please mark a "Solution as solved" when the issue is solved !


 


EESignature

0 Likes
Message 3 of 6

bradeneuropeArthur
Mentor
Mentor

When you use the derive method this will work:

bradeneuropeArthur_0-1736200755713.png

 

Regards,

Arthur Knoors

Autodesk Affiliations & Links:
blue LinkedIn LogoSquare Youtube Logo Isolated on White Background


Autodesk Software:Inventor Professional 2025 | Vault Professional 2024 | Autocad Mechanical 2024
Programming Skills:Vba | Vb.net (Add ins Vault / Inventor, Applications) | I-logic
Programming Examples:
Drawing List!|
Toggle Drawing Sheet!|
Workplane Resize!|
Drawing View Locker!|
Multi Sheet to Mono Sheet!|
Drawing Weld Symbols!|
Drawing View Label Align!|
Open From Balloon!|
Model State Lock!
Posts and Ideas:
My Ideas|
Dimension Component!|
Partlist Export!|
Derive I-properties!|
Vault Prompts Via API!|
Vault Handbook/Manual!|
Drawing Toggle Sheets!|
Vault Defer Update!

! For administrative reasons, please mark a "Solution as solved" when the issue is solved !


 


EESignature

0 Likes
Message 4 of 6

yaroqwert
Participant
Participant

Hi, thanks for the reply!
Speaking in the terms of the example you suggest to derive test_part.ipt from parameters.iam, right? This way I get all parameters into test_part.ipt, not only selected ones. I think thats a valid workaround, but not an ideal one.
Is there maybe an other workaround?

0 Likes
Message 5 of 6

yaroqwert
Participant
Participant

I found the following workaround:
In parameters.iam I add a rule that saves the text parameter to an excel file and in test_part.ipt I added a rule that loads the parameter from the excel file. I added a trigger that executes the rule on save. That's far from ideal, but it works.

0 Likes
Message 6 of 6

bradeneuropeArthur
Mentor
Mentor

You can still select each parameter separately.

Regards,

Arthur Knoors

Autodesk Affiliations & Links:
blue LinkedIn LogoSquare Youtube Logo Isolated on White Background


Autodesk Software:Inventor Professional 2025 | Vault Professional 2024 | Autocad Mechanical 2024
Programming Skills:Vba | Vb.net (Add ins Vault / Inventor, Applications) | I-logic
Programming Examples:
Drawing List!|
Toggle Drawing Sheet!|
Workplane Resize!|
Drawing View Locker!|
Multi Sheet to Mono Sheet!|
Drawing Weld Symbols!|
Drawing View Label Align!|
Open From Balloon!|
Model State Lock!
Posts and Ideas:
My Ideas|
Dimension Component!|
Partlist Export!|
Derive I-properties!|
Vault Prompts Via API!|
Vault Handbook/Manual!|
Drawing Toggle Sheets!|
Vault Defer Update!

! For administrative reasons, please mark a "Solution as solved" when the issue is solved !


 


EESignature

0 Likes