Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
alikhan.ganayev
882 Views, 8 Replies

Parameter change won't trigger rule

So it's actually a very simple rule

I have Parameters BreedteAanslag, BreedteChassisAchter, BreedteMontageOnder. I put these equations in the Parameters tab BreedteAanslag = BreedteChassisAchter - 23 mm and BreedteMontageOnder = BreedteChassisAchter - 38 mm.

The rule I want to trigger is to limit the range of BreedteChassisAchter

If BreedteChassisAchter < 418 Then

BreedteChassisAchter = 418

ElseIf BreedteChassisAchter > 1000 Then

BreedteChassisAchter = 1000

End If

 as seen here. If I change the parameter to something like 300, it will still accept this value unless I run the rule manually and then it jumps back to 418. I have tried adding an Appy button to the form and I believe parameter changes are part of the event triggers. Windows 10 / Inventor 2019. 

Labels (3)