Hello,
I searched within this site and via Google for any related queries. Couldn't find any. Hence this post...
Example of Situation:
I configured an I8 Numeric with non-default limits in its 'Properties >> Data Entry' window...
Minimum of -2 (coerced); Maximum of 2 (coerced). I set up a simple event that looks for 'Value Change' of this Numeric.
Expectation:
No matter what the 'Increment' value and 'Response to value outside limits' are set to, the 'Value Change' must NOT trigger if the numeric is already at the limit and cannot be changed further. To explain, If current value of Numeric is 2 and I try to increment it, its value must remain at 2 and no event should be triggered. Similarly, with current value of Numeric at -2, if I try to decrement it, its value must remain at -2 and no event should be triggered.
What I found was that the value does remain at the limit, but an event is still triggered when the 'Increment' setting is non-zero. Is this normal behavior?
Test Numeric Event Triggering.vi coded in LV2014