Author Topic: VCE: onVariableUpdate specific to the set variable/changedVariable event  (Read 344 times)

My events system just triggered the "too many events at once" with onVariableUpdate. From my point of view this should not have happened as I only have 5 of those events on my brick. (Each of them monitor one variable) The only way I could have reached the limit is if that event is triggered every time any variable on the brick is changed. In that case the event on that brick is triggered 4x5 times which still isn't that much. (Schedules is set to 999)

There are uses for this type of behavior but would it be possible to create an event that is only triggered when the specified variable is changed? I could even work with a "changedVariable" output event.