ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Updating X and Y coordinates into a table

Hi,

how can I update the random X and Y coordinates into a table of 2 columns and 8 rows? and how can I keep the values on the table without disappearing when the next set of values are updated?

Can anyone please help me out?

Thanks alot

From

Donny
0 Kudos
Message 1 of 2
(2,447 Views)
There are many ways to do this. Simplest is to just keep the string array of the table in a shift register, the append new rows as you go. (See attached LV7.0 example).
0 Kudos
Message 2 of 2
(2,444 Views)