- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi, can you share your model? or an failing example?
if the piece of code you showed, would be the only piece of code, does it work then?
the trigger only triggers model parameters and not userparameters... but if your model changes then I gues there are some model parameters changed..
what happens if you would run the code twice? does it work then? if it does, you have to write your parameters diffretly: instead of Breedte = 300, write parameter("Breedte") = 300
you can also trigger a rule like this: xx=Breedte as your first line in a new rule. if Breedte gets changed, then the rule the line is in will be executed. this way the other rule wil not be executed on all parameter changes what could be time consuming.
Do you maybe have set the option: "don't rul automatically" (this is in the rule options)??
Kudo's are also appreciated
Succes on your project, and have a nice day
Herm Jan