LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

function generator waveform to excel sheet

Solved!
Go to solution
hi everyone
can any body have some idea how to connect these both (see the attached picture)so that i could get waveform to excel sheet.
thanks
hussain
Research Student
0 Kudos
Message 1 of 6
(3,864 Views)

Under the Functions>>Waveform pallette there is a primitive called 'Get Waveform Componants.vi' Wire this up, expand it to include y, dt and possibly t0. y and dt I beleive will be doubles so you will have to convert them to strings and then feed them in.

 

Hope this helps

Now Using LabVIEW 2019SP1 and TestStand 2019
0 Kudos
Message 2 of 6
(3,849 Views)
Solution
Accepted by hussain

HI,

 

At the waveform out terminal, use the function "Convert  from Dynamic data" (when you double click on this function, in conversion section select  1 D array of scalers automatic) then you will get the 1D array of numeric data. After this you will output of "Convert  from Dynamic data" to "Number to Fraction String function", output of this function is string array that you can use in your Build array function.

 

Waveform Data > Numeric data (Using Convert  from Dynamic data function) > String array (using Number to Fraction String function). I Hope this helps to you

Regards

Santosh

Message 3 of 6
(3,848 Views)
Hurraaaaa!   it works, thank you Santosh for such a quick and accurate response. hope i will get same in future, if stuck on some situation.
best wishes to all
Hussain
Research Student
0 Kudos
Message 4 of 6
(3,842 Views)
I get a coerce dot using the convert from dynamic data method. There is also a more direct method. See attached.
Now Using LabVIEW 2019SP1 and TestStand 2019
0 Kudos
Message 5 of 6
(3,837 Views)
Thanks again GovBob
0 Kudos
Message 6 of 6
(3,807 Views)