Inventor form not updating fields

Inventor form not updating fields

Anonymous
Not applicable
329 Views
3 Replies
Message 1 of 4

Inventor form not updating fields

Anonymous
Not applicable

Hi,

 

I have a ilogic form that configures the assembly.

There are certain fields which have dependency on certain other fields.

eg: when field A is set to 10, value for B should be 100 and vice versa.

 

I am having an issue that even though the values are updated correctly on the assy, the fields in the form does not update accordingly. This does not give a correct feedback on the present configuration.

 

Could someone let me know how I can solve this.

 

Thank you

0 Likes
330 Views
3 Replies
Replies (3)
Message 2 of 4

b_sharanraj
Advocate
Advocate

Hi @Anonymous

 

The issue i can see was A is dependent of B and Vice Versa too.

 

This is nothing but like a Circular Reference so you cannot get what you need exactly.

 

"I am having an issue that even though the values are updated correctly on the assy, the fields in the form does not update accordingly"

 

What does it mean the Userform is not in Assembly?

Where its getting updated Correctly in Parameter Table?

Regards

B.Sharan Raj

0 Likes
Message 3 of 4

Anonymous
Not applicable

please look in the field Number_of_fachboden, when I set it to 3 and run the rule triggered by the button set to number of fachboden,

fachboden user enty field should be updated to 585 which is actually happening based on background rules. The value 585 is updated and applied on the model. But the field in the form still shows the previous value 343.

 

 

seg.JPG

0 Likes
Message 4 of 4

b_sharanraj
Advocate
Advocate

While a Form is Active you cannot refresh it from iLogic.

 

Once you change a Parameter in form iLogic Code has to run and update the other Parameters this is default while using Done Option as Predefined Button. But i don't know what is there in your iLogic code.

 

Since you try once by changing the Predefined Buttons Options from "Done" to "Ok Cancel Apply" as shown below

 

 

 

image.png

Regards

B.Sharan Raj

0 Likes