LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I save data to .csv in Labview

Hi. I want to save the data of my waveform chart in a .csv file. 

I am new to labview and I had no idea what they were talking about in the forums when I searched for similar cases. .

I've attached my program as well. 

Please help...

Message 1 of 4
(18,867 Views)

Thats very simple you can build the array that you want to store with the name .csv. I would recommend you to go for some basic LabVIEW training materials that would be really helpfull to know about the LabVIEW basics.

 

Write to csv file.png

 

Good Luck.

-----

The best solution is the one you find it by yourself
Message 2 of 4
(18,863 Views)

@P Anand wrote:

Thats very simple you can build the array that you want to store with the name .csv.


It is not sufficient to give it a file name of *.csv. You also need to set the delimiter to comma, after all csv stands for comma separated values. There is an input for that on "write to spreadsheet file".

 

(That said, csv is a horrible format, because it is not universal. For example some European countries use the comma as decimal spearator and using it also as delimiter will break everything.)

0 Kudos
Message 3 of 4
(18,860 Views)

Question answered and removed.

0 Kudos
Message 4 of 4
(18,531 Views)