Hi Peg,
LabVIEW generates two data aeras for each control or indicator. One aera is for the code, the other is for the front panel. You reach the code area by using a local variable and the front panel area by using the property node "value".
Writting to the local variable will never go through the LV code which makes the range checking, so it is possible to write values to a local variable which is out of range.
Also you have to consider if you use a control in the connector pane, range checking will not done if you call this VI as a subVI. This behaviour has been changed from LV 5 to LV 6 generating a lot of warnings when converting from LV 5 to LV 6.
There are some articles from Greg McKaskle in this forum about local variables and property nod
es and it is explained there in detail.
Waldemar
Waldemar
Using 7.1.1, 8.5.1, 8.6.1, 2009 on XP and RT
Don't forget to give Kudos to good answers and/or questions