LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

table

It sounds very similar to this post from a couple of days ago. Since a table is nothing more than a 2D array, the Array Size function will tell you how many rows and columns of data there are.
0 Kudos
Message 11 of 13
(831 Views)

Thank you Dennis for your post. Since I was using the Build Table vi, it has a Reset input that I had not noticed. Using that instead of initializing the table (that automatically connected to it when it is placed on the block diagram), works! I simply "pulse" that Reset input on the zeroth (first) iteration of my while loop that is "collecting" the data.

Thanks again.

0 Kudos
Message 12 of 13
(824 Views)
First you remove all the data from the table and insert 2D empty array to that,and make that empty is default data(By right clicking the table).
0 Kudos
Message 13 of 13
(738 Views)