LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Excel Data into Labview Meters

Solved!
Go to solution

I am working on a project which requires me to read data into excel and display this data in LabVIEW using any of the numeric indicators. I am using Excel Track Sheet Change.vi to get the data from Excel into LabView. However, I am unable to display this data in a numeric indicator. The issue I am running into is that the data is in a 2D string array, and the meters only accept single value numbers [I would be looking for double format]. Is there some way to access individual array values and display them with, say, a meter? I have 8 values of interest in the 2D array.

 

Thanks,

Michael

0 Kudos
Message 1 of 3
(2,998 Views)

Index Array.

 

Lynn

0 Kudos
Message 2 of 3
(2,990 Views)
Solution
Accepted by topic author Verasamy

Hey Michael,

 

Here is an example of how to use the index array function. I have a 2D array being read by a couple of index array functions to display different values from it.

 

Picture1.png

Regards,

 

Perry S.

Applications Engineer
National Instruments
Message 3 of 3
(2,952 Views)