LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Reading one column of data from excel to an array in labview

What I am trying to do is read one column of data from excel into labview and then implement into a chart. Any help is appreciated
attached is the excel file and the labview program that has been created so far. Not sure if this program is correct or what.
0 Kudos
Message 1 of 3
(4,023 Views)


@jupe wrote:
What I am trying to do is read one column of data from excel into labview and then implement into a chart. Any help is appreciated
attached is the excel file and the labview program that has been created so far. Not sure if this program is correct or what.


the excel file of one column i am trying to reading in is now attached
0 Kudos
Message 2 of 3
(4,023 Views)
You are in trouble just because you tried to read an Excel worksheet with a textfile tool.
Two solutions :
1/ Save your data file as a txt file (you can keep the .xls extension)
2/ use a more appropriate tool for reading. See here

CC
Chilly Charly    (aka CC)
0 Kudos
Message 3 of 3
(4,012 Views)