Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
mk92
222 Views, 1 Reply

User input

Hi,

 

we have an Part with 4 Parameter, lets call them A,B,C,D they are depending on each other in their formulas.

 

If A changes, the other three have to be new calculated.

I got this working, but i think in an unelegant way. I use a Parameter like A-Memory as help and i say:

If A <> A-Memory then

B = ...
C...
D..

End if

 

And the same for B,C,D. Is there a better way?

 

 

Now the Point where i dont know any solution except a huge ton of If else chains.

 

If A and B Change at the same time (which is possible in the Factory Design Suite) the other 2 are new calculated and A,B are fix.

 

Any ideas?

 

Kind regards