I am using LabVIEW 7.1, and I want to change the Range-maximum value of the numeric elements in an array using property nodes.
It is working fine but the problem is that current elements in the array won't be updated (coerced if they were above the new limit) unless I enter a new value in the cell. If you look at the attached sub-Vi, you'll see that all elements currently have a value of 9, and the limit is set to 5. When the VI is run, only the bottom element will be updated, and the other elements will stay the same. If I enter a new value (thus generating an event), then this element will be coerced.
How can I force all the current elements of the array to be updated to the new maximum value?
Thanks