LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to extract the data from 1D or 2D digital waveform into an array or excel file?

Solved!
Go to solution

Hi all,

My DAQ gives me the data in the form of 1D or 2D array of digital waverform with respect to time.

How to export this data into an excel file or copy it to an array?

0 Kudos
Message 1 of 3
(2,678 Views)
Solution
Accepted by topic author Prasanth_Thangavel

Hi Prasanth,

 

some options come to my mind:

- switch the DAQmxRead to give you just DBL arrays instead of waveforms

- use some conversion like this:

check.png

- use TDMS functions, they accept waveforms...

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 3
(2,672 Views)

Hi GerdW
As if you suggested, i was able to extract the 1D and 2D digital waveform data into an array.

How to convert this Array of Digital Data to Array of Double (DBL). 
Or How to export the 1D and 2D array of digital waveform to an excel sheet. 

0 Kudos
Message 3 of 3
(2,648 Views)