Re: I have a for loop with 15000 iterations, and i'd like to...

2004-06-18 Thread naddad
Thank you Joe but I was already using the microsoft progress bar in different loops by updating its value in its property node. It takes a long time though for large iterations (it adds at least 14 seconds for the loop time for 15000 iterations), not to mention that i'm using a poor pentium II proc

Re: I have a for loop with 15000 iterations, and i'd like to...

2004-06-18 Thread naddad
Yes but suppose i have 2 separate For loops, and i want the progress bar to keep track of the 1rst loop until half the progress bar, and then keep track of the 2nd loop until 100% of the progress bar. The problem is, i cannot connect 2 wires to the horizontal progress bar indicator to be able to up

I have a for loop with 15000 iterations, and i'd like to...

2004-06-18 Thread naddad
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? I have a for loop with 15000 iterations, and i'd like to keep track of it using a microsoft p

Progress bar progresses in wrong VI?

2004-06-18 Thread naddad
Hello everyone. I have added a microsoft progress bar (ActiveX container) in a VI. Then I added another progress bar in another VI, but the problem is that when i try to launch the first VI, it's the bar that's in the OTHER VI that progresses! It's as if there is only ONE progress bar available for