LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

convert table control table to array

have can I convert the table control to array at LabVIEW?
0 Kudos
Message 1 of 5
(6,695 Views)
A table is a 2D array ! So there is nothing to do to convert a table to an array. See attached example with visible row and column headers.
Message 2 of 5
(6,690 Views)
I try to take as array value from table control.Strictly,I want to entry as frequency value to HAMEG8131-2 function generator.Thanks..
0 Kudos
Message 3 of 5
(6,686 Views)
You are going to have to explain a bit more about what the problem is. As mentioned, a table is a 2D array and to get a specify row, column, single value, you just have to use the Index Array function.
Message 4 of 5
(6,665 Views)

I think one problem you might be having is that the Table Control is data type string, and you might be trying to output an array of DBL.  The previous posts are correct in that there is no conversion needed to go from a table to an array.  The table is a 2D array of strings.

reggier

0 Kudos
Message 5 of 5
(6,642 Views)