LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to write a waveform to a file?

Hi! how to write a waveform to a file,i have try"write waveform to file.Vi,but the file is not readable,any other way to write a readable file? thanks!
0 Kudos
Message 1 of 4
(3,166 Views)
You can write the data points to a text file via 'Write To Spreadsheet File.vi'. If you transpose the 2d array first it lines the data up in nice columns.
0 Kudos
Message 2 of 4
(3,166 Views)
The other options are Export Waveforms to Spreadsheet File or Write LabVIEW Measurements File (LabVIEW 7.1).
0 Kudos
Message 3 of 4
(3,166 Views)
The easiest way is to use the Write LVM Express block, but you will need LabVIEW 7.0 or better to do it. This will give you a text file easily read by any spreadsheet program.
Message 4 of 4
(3,166 Views)