03-22-2012 11:13 PM
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...
03-22-2012 11:35 PM
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.
Good Luck.
03-23-2012 12:04 AM
@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.)
02-08-2013 08:55 PM - edited 02-08-2013 09:21 PM
Question answered and removed.