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!
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.
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.