02-26-2011 04:40 PM
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
Solved! Go to Solution.
02-26-2011 05:56 PM
Index Array.
Lynn
02-28-2011 03:44 PM
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.
Regards,
Perry S.