07-03-2017 07:44 PM
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?
07-03-2017 09:21 PM
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.