04-24-2014 10:17 AM
I am trying to import data from excel to LabVIEW. The excel file has 2 coloms of data, one is time and the other is a numerical value. I am trying to get the numerical value to display with time in a numerical indicator; I can only get the numerical indicator to display the last value (eg. at time=1s the numerical value reads .5 and at time=2s the numerical value reads 1.5). The excel file is a .csv file type. I can get the data to display in a waveform graph so I know that the file is being read but I am unsure as to how to get the numerical value to change with time in a numerical indicator.
04-24-2014 02:23 PM
Just right-click the "Time" numerical indicator and change the display format to "Relative time" as long as "Time" increments 1 each second you are golden since thats what LabVIEW does natively