LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Table control update final data

Solved!
Go to solution

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 !

0 Kudos
Message 1 of 3
(2,538 Views)

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

 

---

UnCertified LabVIEW Student
Mistakes are for learning, that's why suggestions are always welcome!
0 Kudos
Message 2 of 3
(2,521 Views)
Solution
Accepted by topic author pokerprof

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"Smiley Happy

Message 3 of 3
(2,519 Views)