LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

find error

Hello
Someone can help me?
The variable shard is update every 6 sec, why?
I need the monitoring of this variable in actual time, and the average value every 6 sec, What i wrong?
 


Message Edited by enzo78 on 05-26-2008 01:05 PM

Message Edited by enzo78 on 05-26-2008 01:06 PM
0 Kudos
Message 1 of 2
(2,347 Views)

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?

 



Message Edited by JoeLabView on 05-26-2008 08:03 PM
Download All
0 Kudos
Message 2 of 2
(2,317 Views)