LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Waveform graph to file

Hello!

I'm making a program that is supposed to read waveform graph values into a file. When I open the file I only get those random things up. How can I get the same values that the graph is showing into an csv file. values.PNG

0 Kudos
Message 1 of 2
(830 Views)

You can read that file using the "Read Waveforms from File" VI. If you want a CSV file, you should use "Write Delimited Spreadsheet" with a "," (comma) as the delimiter.

0 Kudos
Message 2 of 2
(822 Views)