LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to dynamically update the Table?

Hi All,

Hope somebody will help me out ot resolve my issue.

In my application, about 10 analog channels data coming in. Out of which two parameter needs to get updated dynamically on the table. (For each Rpm between 500-1000, in steps of 50, have to capture Pressure points & show it on the table.)

I seen there is one method called table method available which helps to set the value of a particular cell specified by corresponding row and column index.

I tried this. In row 0, col 0 & col 1 it put what value I specified by using that table method. when it goes to row 1, col 0 & col 1 also got updated but vanishing the above put row 0, col 0 & col 1 values. so at any point of time, I am able to see only the current row values.
Hope there should be some dynamic refreshing method available or else I dont know how to handle this situation. Pls. clarify.

Thanks,

Kousy

0 Kudos
Message 1 of 3
(4,024 Views)
Hi Kousy,

This quick example might help you.

In fact it just replace the specified (with row, column indexes) value you want to change. Is that what you were asking for ?

We have two ears and one mouth so that we can listen twice as much as we speak.

Epictetus

Antoine Chalons

Message 2 of 3
(4,016 Views)
Hi,
 
Thanks.
 
But I am not able to update dynamically.
 
I just done slight changes to your update.vi. Just run Update_1.vi and after update
button is pressed, change the row, col index to see the update. please note
it is not able to update if matrix exceeds 3x4. i.e set row index=3
col index=0; new cell value = 10. it is not updating.. it might because of initialization
of 3x4 matrix values at the start.. ot the way I am trying out is bad?
 
By using Table method itself I got the solution what I want. I have attached that vi too.
just check out and reply if any flaw..
 
Thanks,
 
 
Kousy
Download All
0 Kudos
Message 3 of 3
(3,994 Views)