LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Waveform Chart Y-T Values

I have a waveform chart plotting Voltage values against time. I have to store both the values into a Spreadsheet file. I am able to store the values on Y axis (vOLTAGE), but not the time values. How cal i do so?
0 Kudos
Message 1 of 8
(3,343 Views)
One way is to build a waveform data type with Build Waveform function, add t0 and dt info, and use the Export Waveforms to Spreadsheet function. The dt, (delta time) should be readily available from the sampling rate of your data acquisition. You could also create an array of time values, append this array to your Y array for a 2D array and use the 2D input of Write to Spreadsheet file. There is a function in LabVIEW called WDT Get Waveform Time Array that shows how to create an array of time values.
Message 2 of 8
(3,343 Views)
Hello Mr Knuston. I am new to labview so i have to check whatever u sugeest here. I am using Labview 6.1 . Does this feature exists in this version which u suggested???
0 Kudos
Message 3 of 8
(3,343 Views)
The only difference is that the 6.1 version that creates an x array is just called Get Waveform Time Array.
0 Kudos
Message 4 of 8
(3,343 Views)
p.s. Don't count on getting any more questions asnwered by me if that was you that gave the low rating for my answer to your original question.
0 Kudos
Message 5 of 8
(3,343 Views)
Hello Dennis,

I am truly sorry for that rating thing. I always get a response to my questions from you and they proove helpful. I wanted to give this one the max ratings. By mistake I clicked that three star one . I have no idea how to reverse that.

I once again appologize for the mistake

shakes
0 Kudos
Message 6 of 8
(3,343 Views)
It was the two star rating that had me puzzled. I normally don't worry too much about them but when I see a low one with no explanation, I get a little bothered. Everything's okay.
0 Kudos
Message 7 of 8
(3,343 Views)
Thanks Dennis. I hope I can look forward to your continuing support in future.
0 Kudos
Message 8 of 8
(3,343 Views)