"B Harrington" wrote in message
news:506500000008000000B07E0000-1042324653000@exchange.ni.com...
> I have a sequence in my VI. In each sequence there is a for loop and
> while loop. In each loop is a sub VI that checks the values I am
> collecting to see if they are above a certain value. The while loop
> will run until I turn it off, then it goes to a do loop to collect 100
> values and take an average. If the values are too high my sub VI puts
> out a true or false reading. The true or false I have connected to a
> property node of a Boolean round LED (I have a property node in each
> loop for the LED so I can constantly monitor these numbers), which
> makes the LED visible and flash. This runs fine until I hit the save
> button, then LV doesnR
17;t respond and I have to restart LV.
Why are you saving while the vi is running? I think you should always save
first, and then run it.
> To
> work around this I put in a case structure that responds to the true
> or false... and the response is simply a true or false to the property
> nodes. If I do this it saves and works fine... Why does it do this? I
> don’t like having case structure that simply takes a true or
> false and puts out a true or false. Any reply would greatly be
> appreciated, thanks in advance
> BLH