LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Reading excel with time

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. 

0 Kudos
Message 1 of 2
(2,392 Views)

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


"Should be" isn't "Is" -Jay
0 Kudos
Message 2 of 2
(2,356 Views)