07-03-2008 07:51 AM
Solved! Go to Solution.
07-03-2008 08:09 AM
07-03-2008 08:16 AM
i do a picture to see what i say, In your vi, the for structure is useless.
If your signal have just 4 temperatures you can have them like this
I hope that will be help you
07-03-2008 08:19 AM
07-04-2008 03:01 AM
07-04-2008 03:04 AM
07-07-2008 08:47 AM
hi friends
i have a new problem,,,:-) ive already finished my program but i have one problem...when will finish my measurment i push the STOP button but it doesnt stop directly,,,it takes 1:30minutes til the measurment finish,,,,why??? the button is not in the "for Loop" it should stop immadiately.....
07-07-2008 09:02 AM
07-07-2008 09:03 AM
Hi ago,
your while loop can first stop if all code inside is ready.
Mike
07-07-2008 09:08 AM
Because the button is not in the for loop, it cannot stop immediately. The for loop has to finish and then the stop condition will be processed. Right click on the for loop and select Conditional Terminal. Place the stop button inside the for loop and wire it to it's conditional terminal and wire it through the for loop to the while loop's terminal.