07-09-2013 09:01 AM
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,
07-09-2013 09:08 AM
Please show the code or an image how you are doing this (if you are posting the code please post it in 2011 version)
07-09-2013 09:20 AM
This is the modified code that I split the wave form into x and y , but it is still not working.
07-09-2013 10:21 AM
You don't want the Get XY Value VI. What you really need is the Export Waveforms to Spreadsheet File VI.
07-09-2013 10:25 AM
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
07-09-2013 10:39 AM
@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.
07-09-2013 12:57 PM
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,
07-09-2013 01:29 PM
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.
07-11-2013 11:00 AM
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
07-11-2013 11:03 AM
Please refer to the attachement