LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamic Data Type

Hey!

 

Say I have some experimental data in the form of a dynamic data type from a myDAQ. Say I am measuring the changing voltage versus time. From the data, which is in a dynamic data type form, I would like to extract the voltage in an array and the time stamps in another array. Or both in the same array. How would I go about doing this?

 

When I convert the dynamic data type into a DBL Array I only get indices and the voltage measurement. How do I also get the time stamps that correlate to the particular voltage measurements? 

 

Thanks for the help! 😄

0 Kudos
Message 1 of 2
(2,312 Views)

You would extract the information as waveform.

A waveform data type includes the measurement values as array (Y), a start timestamp (t0) and the waveform timing (delta_t).

 

hope this helps,

Norbert 

Norbert
----------------------------------------------------------------------------------------------------
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.
0 Kudos
Message 2 of 2
(2,302 Views)