Writing Waveform data into CSV file in LabVIEW

27 views Asked by At

I have a LabVIEW program which contains voltage, current and power data into the same waveform. I am planning to extract each of them one by one and putting into array. Currently, I have extracted only the voltage waveform and converted the data into a CSV file.

However, the problem is that the time stamp (dt) and the y value are in the same cell of the CSV file which requires to post process in excel to get tab delimited format. I would like to get the end result without post processing.

Can anyone help me to correct the code with delimitor?

LabVIEW Program for single parameter writing into CSV file

CSV file

Moreover, If I want to add two more data (Current and power), how can I append them into another two columns in the CSV file and synchronize with the relative time (dt)?

0

There are 0 answers