LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to convert 1d array dynamic data to double?

hi guys

 

I would like to convert '1D array of dynamic data' to double.
I've found a function that converts 'dynamic data' to double. But I didn't find a function that converts '1D array of dynamic data' to 'dynamic data', or '1D array of dynamic data' to double. 

Does anyone know how to '1D array of dynamic data' to double?
Here is my vi.

 

thanks

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

Hi wppome,

 

move that FromDDT function inside your loop…

 

I've found a function that converts 'dynamic data' to double.

Right now you create an array waveforms. Quite a difference to a "double"…

 

You seem to lack understanding of basic LabVIEW features (like autoindexing) and datatypes (like DBL vs. waveform): did you notice those "Training resources" offered in the header of the LabVIEW board?

Best regards,
GerdW


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