09-02-2007 11:08 PM
09-03-2007 01:28 AM - edited 09-03-2007 01:28 AM
Message Edited by Bill@NGC on 09-02-2007 11:28 PM
09-03-2007 02:11 AM
Hi Bill,
For the test sequence vi, there's alot of sub vi, i like to use the progress bar to indicate how far the test going to be completed in main FP.
09-03-2007 02:25 AM
I recall Darren had a nugget especially for a progress bar in a for loop. i will look for it.
in any case, you can simply take the index of the loop, and divide it by the size of the incoming array. multiply by 100 (for %), you got an indicator in the loop of the progress of your loop. use a progress bar indicator and you are set!
09-03-2007 02:27 AM
09-03-2007 04:25 AM