07-18-2016 05:16 AM
How to import data from excel and plot data values on waveform graph?
07-18-2016 05:27 AM
You can use "Read from spreadsheet file" and use the array output for ploting. Start with the labVIEW basics and function palettes.
07-19-2016 02:21 AM
Hi,
Please find the below link which gives more detailed explaination with an example for ploting graph from array of points from excel file.
http://forums.ni.com/t5/LabVIEW/Read-from-spreadsheet-and-plot-multiple-XY-graph/m-p/1965063#M651419
07-19-2016 03:17 AM
"read from spreadsheet file" cannot read from excel files as some others above seem to suggest.
Do you have an example file? Is it really excel or just a delimited text file? What program was used to create the file?
Do you have problems reading the file or problems graphing the data, or both?
If this is a programming question, show us your code attempts.