05-26-2008 01:02 PM - edited 05-26-2008 01:06 PM
05-26-2008 07:02 PM - edited 05-26-2008 07:03 PM
Your vi can only run 1 iteration of the loop... Because the boolean output of Elapsed Time will always be false. You need to provide a Start Time.
Place a probe on the boolean output and you will see that it is false. You invert the boolean (NOT) and wired it to STOP if True conditional terminal of the While Loop. Thus, the loop runs only 1 iteration.
Also... Why did you hide code so far away on your block diagram?