11-21-2013 12:36 AM
Hi Experts,
I am continuously acquiring data in a while loop. In the end, I would like to have the final data to be updated in a Table Control.
Currently, the data is kept updating into the Table Control. Please see my simple block diagram in attached photo.
Mer ci !
Solved! Go to Solution.
11-21-2013 02:20 AM
Hi,
I tested this out myself. You are right the table wont update.
BUT when you run it in highlighted mode it will function!
So how do you fix it? just put a simple wait outside of the loop.
Koen
11-21-2013 02:21 AM
Hi,
You mean you need to update the data in the "Table Control" indicator?.
Your VI shows that you have false Boolean stopping criteria to the while loop which means the VI will run continuously.
Replace that boolean with the control and then stop the VI from front panel STOP boolean which is this control.
I think you should get the data in your "Table Control"