11-04-2011 05:25 AM
Hi all,
I am a Labview begineer and i start modified and run with the example. I have some diffuculty with my program:
11-04-2011 10:02 AM
Why on earth would you use a for loop? You've already shown that you know how to use a while loop. Your mistake is placing the initialize/configure functons inside the while loop. Get rid of the for loop and just have the read function inside the while loop.
The simplest way to set the refresh rate is with a Wait/Delay function inside the loop.
11-11-2011 01:58 AM
It's done, thank you!