LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

waveform graph in exel

Hi,

I need to plot the graph from this exel file waveform, I have tryed a couple of VI´s from csv file but none worked.

Can someone help me?

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

This is pretty trivial if you actually have a text file (like a CSV). If you're trying to read from an XLS file, you'll need to work a lot harder. Is it possible to save directly to CSV? Or convert using Excel, for example.

 

Then, all you need is to Scan from String using the %p modifier to get an SI floating point number and %f to get a normal floating point number with \\ to get a literal slash.

 

Example_VI.png


GCentral
Message 2 of 2
(2,954 Views)