LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

I am looking for assistance in creating tables and placing values from two arrays into the table. How do I create and configure the table?

I have a 1D array and an array of iterations of my for loop. The data in both the iterations and the other array must be placed into the table into 2 columns, 80 rows long. Each column with a header describing what is in the column. I have tried to create a table and have determined how to set the amount of rows, columns and where the information is coming from to fill the table. The rest of the table attributes however, I don't know how to accomplish.

Thanks in advance,
Baird
0 Kudos
Message 1 of 4
(2,604 Views)
You can input data in a table indicator as a 2D string array.
To set headers of the columns you should use attribute/property node column headers.
I attach a simple vi that inserts data in a table and gives names to the columns.
0 Kudos
Message 2 of 4
(2,603 Views)
Thanks for the response. I appreciate your trying to help me in this matter.

Thanks again,
Baird
0 Kudos
Message 3 of 4
(2,603 Views)
Hi, I was interested in placing data from a 2-D arrays to a table also. I wnated to view our example, but I don't have the program to access it. I wanted to know if you could please send it to me as a text file, Thank You
0 Kudos
Message 4 of 4
(2,603 Views)