cancelar
Mostrando resultados para 
Pesquisar então 
Você quer dizer: 

Table control update final data

Resolvido!
Ir para a solução

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
Mensagem 1 de 3
2.933Exibições

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
Mensagem 2 de 3
2.916Exibições
Solução
Aceita por 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 feliz

Mensagem 3 de 3
2.914Exibições