LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

insert 3 different type of array (1D) to table or listbox

Hi,
 
I have 6 1D arrays: 2 boolean type, 2 string type and 2 time stamp type. It's possible insert each array in a table or listbox? (Each array will be a column of the table/listbox).
 
vicens
 
Win XP / LV 7.1
0 Kudos
Message 1 of 4
(2,881 Views)

It's possible insert each array in a table or listbox? (Each array will be a column of the table/listbox).
 
That is not possible, since Table or list box only accept string inputs for display on front panel.
But what you could do is build a cluster containing these elements and make an array of these clusters and display it on front panel.
Message 2 of 4
(2,874 Views)
Thank you
0 Kudos
Message 3 of 4
(2,870 Views)
Hi,

have a look at the vi attached, I hope this will help you 😉

The table is a 2D array of string, so format your data into strings, build your columns and feed them into the table.


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

Epictetus

Antoine Chalons

Message 4 of 4
(2,869 Views)