07-03-2012 03:26 AM
Hi,
I've a problem while saving the waveform to a spreadsheet.
The problem that I'm facing is that I'm not able to save/change the time-axis of the waveform graph into the excel spreadsheet.
The attachments below are what I've programmed on.
1st file that would be asked to save is the results of the waveform.
2nd file, supposing to be the time-axis
3rd file, is the multiplication of results of CH 1 and CH 2.
Would be glad if someone can enlighten me with a solution which is suitable for LabView version 8.2 and Tektronix DPO 72004.
Thanks. ((((:
07-03-2012 09:29 AM
Hi,
Are you trying to save all the components of the waveform to file, and then retrieve them for modification? It seems that you would want to just take the waveform parts directly from the waveform data rather than save to file and re-open to analyze.
Have you looked at the format the first data save , "export waveform to spreadsheet file" , creates? I would assume it provides either the start time and delta time, or an array of equally spaced time points.
Please explain a bit more what your goal is, I'm not clear on exactly what part of the saving you need that is not provided. Thanks.
07-03-2012 08:08 PM
I've saved it as text file which could be read if I open it with excel spreadsheet.
My aim is to get the time-axis (x-axis) in the file rather than to get the date and time in the file.
The attachment is the waveform results that I've obtained.
07-05-2012 08:55 AM
Hi,
The file seems to have the same data stamp for each row.
The waveform datatype has the time and delta components, so you could create a column for each row that would be the time column.
The "export waveforms to spreadsheet file" VI is the culprit if this attached file is the one saved. I would suggest replacing it with one that does what you want, maybe "write waveform to file" VI does the job. Or one could "break out" the waveform datatype and building an array that you can save directly to file.
02-25-2015 12:01 AM
this is probebly an old forum, but the problem is still there.....
I'm trying to save the scope trace and I want the zero of time to be at the trigger point (like the waveform on the scope)
Is there a way to do it? I'm using labview 14 with the standart driver frrom Ni.
thanks, Erez
02-25-2015 02:10 AM
02-25-2015 10:23 AM
Dear GerbW
thanks for the spelling correction 🙂
the scope:
DPO 3034
I've downloaded the driver from Help-> find instrument driver
I'm using one of the get waveform examples, then I brake the waveform to get the Y value and the dt.
the to is a "useless" time stamp
thanks for the help, Erez
02-25-2015 10:28 AM
02-25-2015 10:34 AM
I guess it’s too late for me - I tried really hard to get the spelling correctly.
can you specify how do I change to the old waveform version?
Erez
02-25-2015 10:41 AM