LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Building a 1d array of sequential data for analysis

Solved!
Go to solution
Hello, I would like to build a VI that simply building a table in two dimensions required
0 Kudos
Message 11 of 13
(662 Views)
How to build a simple table?
0 Kudos
Message 12 of 13
(659 Views)

(You added to a thread that is over 1 year old. Maybe you should have started a new thread instead. ALso, I would recommend to stick to the default fonts)

 

A table is just a 2D array of strings, displayed in a table indicator. Basically, all you need is building a 2D array of strings.

 

Can you provde a few more details on what you are trying to do. Should the table grow one column at a time with each iteration of a loop for example?

Message Edited by altenbach on 12-19-2009 05:23 PM
0 Kudos
Message 13 of 13
(656 Views)