LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to Save as pure ASCII format?

Hi everyone,

I need help to save data in ASCII file. Please suggest modifications to this attached vi. Also suggest how to make split / seperate charts for each channel and slider to read saved datas.

Thanks,

Kishor
0 Kudos
Message 1 of 4
(3,849 Views)
You can use your file input configuraion to write ASCII file as it is; it's only that you are writing waveform currently. If the waveform contains your data of interest, use Get waveform component for extraction, format it according to your preference, then wire it to the data pane of the write file function. There are examples on this forum and in LabVIEW help.
0 Kudos
Message 2 of 4
(3,849 Views)
After you use the get your array from the get waveform components you can use the "array to spreadsheet string" and then wire this string into your write file.
0 Kudos
Message 3 of 4
(3,849 Views)
Hi,
I tried all possible data conversion vi's but it seems not working. I am novice for Labview, if you can see my attached project VI and give some suggestions, it would be highly appreciate. I am using AI Read.vi and output of this VI is multichannle data. I want to save as ASCII file format and also display stacked chart.
Thanks,
Kishor
0 Kudos
Message 4 of 4
(3,849 Views)