Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

autoscroll table

How ca I set a table property to autoscroll when is filled with data. I always want to see the last line from the table. The table is filled chronologically (not the last line in front).
0 Kudos
Message 1 of 4
(3,522 Views)
I'm guessing that you mean in LabVIEW since an older post of yours mentions using it. If that's the case, you can use the Index Values property of a table. You get the size of the table with the Array Size function, get the number of rows with the Index Array, subtract the number of rows that are visible in the table, and write that value to the row element of the Index Vals cluster. The row set is the cell displayed in the upper left corner of the table.
 
p.s. In the future, post questions like this in the LabVIEW forum since it does not pertain to DAQ.

Message Edited by Dennis Knutson on 11-14-2005 12:45 PM

0 Kudos
Message 2 of 4
(3,524 Views)
Thank you.
I manage to find a solution in the meantime.
I posted the message in DAQ by mistake. Usually my projects are related to DAQ.
0 Kudos
Message 3 of 4
(3,502 Views)
Sorry I forgot to atach the file.
0 Kudos
Message 4 of 4
(3,501 Views)