LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

save tektronix waveform into csv file

Hello,

 

I am trying to save the waveform that from tektronix oscilloscope into a csv file by using Write to the Spreadsheet.vi .

But only one data is in the spreadsheet? How should I do this?

 

Thanks,

0 Kudos
Message 1 of 19
(8,042 Views)

Please show the code or an image how you are doing this (if you are posting the code please post it in 2011 version)

-----

The best solution is the one you find it by yourself
0 Kudos
Message 2 of 19
(8,041 Views)

This is the modified code that I split the wave form into x and y , but it is still not working.

0 Kudos
Message 3 of 19
(8,032 Views)

You don't want the Get XY Value VI.  What you really need is the Export Waveforms to Spreadsheet File VI.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 4 of 19
(8,016 Views)

I also have some data coming from the multimeter and I would like to save them in one spreadsheet. Thats why I use the write to the spreadsheet.vi

Is that doable?

 

Thanks

0 Kudos
Message 5 of 19
(8,013 Views)

@tian66 wrote:

I also have some data coming from the multimeter and I would like to save them in one spreadsheet. Thats why I use the write to the spreadsheet.vi

Is that doable?

 

Thanks


In that case, you just want to get the Y component of the waveform, which is an array of the Y values.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 6 of 19
(8,007 Views)

I also need to get the time as x value since I need to plot the waveform in the excel.

Any suggestion for this?

 

Thanks,

 

0 Kudos
Message 7 of 19
(7,998 Views)

The time values you are going to have to derive from the other waveform properties: t0 and dt.  t0 is the start time and dt is the sample time.  Starting with t0, add dt for each sample to get the time of that sample.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 8 of 19
(7,992 Views)

Hi,

 

I saved two waveform uisng Export Waveform to file, but the first column( time stamp) seems to have the same time. 

Do you know how to display the precise time without data. I prefer the time from 0ms to the end.

 

Thanks

0 Kudos
Message 9 of 19
(7,957 Views)

Please refer to the attachement

Download All
0 Kudos
Message 10 of 19
(7,956 Views)