03-22-2007 09:37 PM
Hi,
I'm relatively new to LabVIEW and I want to add a progress bar to my program.
My purpose is to show the ‘progress’ of QR Decomposition of a very large matrix.
But initially, I do not know the expected time of the whole process, and for QR decomposition,
it seems that I can not divide this process into some steps and finish the whole process
step by step. So a percentage of ‘progress’ of the whole progress can not be measured since I can not fix how ling the whole process will take.
As for such a question, how can I show the ‘progress’ of the whole process of decomposition
using a progress bar. Or there is other ‘tricks’ ?
The attached file is a simply example, actually,the size of matrix is very large.
Any help or references would be very much appreciated.
Many thanks!
03-23-2007 12:32 AM
03-23-2007 06:13 AM
03-23-2007 08:58 AM