LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

I have a for loop with 15000 iterations, and i'd like to keep track of it using a microsoft progress bar. If i update the progress back at each iteration, it takes too much time. What's the best solution?

> The problem with the Labview progress bar is that
> I cannot update the bar from two different source.

Of course it is possible!
Even in LabVIEW 5.1.1 you can easily do this by writing to a local variable of the progress bar. Try it!
0 Kudos
Message 11 of 12
(440 Views)
Hey thanks altenbach! I was waiting for a solution like that. I have to say, first i was surprised that labview missed a feature like this... but i didn't even know about local variables!! *ashamed*
Thanks again. Happy development.
0 Kudos
Message 12 of 12
(440 Views)