LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

enter data into table row by row

Dear all,

Is there any way to enter data into Table "Row by Row".

Presently, i am sending a 2-D array of string into the tble, but i am getting data for a particular row at a time.

So, it would be really efficient if i enter data into a particular row(1-D array of String) and not the complete table.

 

Thanks,

Ritesh

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

Hello Ritesh,

 

use a local variable of your table indicator to read the old table content and simply append a new row to that array with the Build-Array-Operation. Than update your table with the resulting array.

Depending on you application it might be useful to alternatively use the Insert-Into-Array-Operation.

 

The key is: first read the old array content, modify it and write it back to the table. I think this is the only possible way.

 

Regards,

Thomas

0 Kudos
Message 2 of 3
(2,506 Views)
No need for a local. Just use a shift register.
0 Kudos
Message 3 of 3
(2,482 Views)