Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

problem about dynamic data to 1D array conversion

Solved!
Go to solution

Hi all,

I have problem with the conversion between dynamic data and 1D array.

I wrote a simple VI to show the problem, like the picture attached. I convert dynamic data to 1D array and then back to dynamic data, I use 3 waveform charts to show the data in 3 different places, but only the chart "contact force 2" seems normal and the other 2 charts are shows strange data. What's more, the probe shows that the data is all right before going to the charts. What's wrong with it?

Can anyone help me?

 

 

 

 

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

When you convert to an array, you lose your timing information.  You need to convert to a waveform and manipulate the waveform data.  Use an In Place Element Structure with the Waveform Components for manipulating the waveform data.



GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 2 of 2
(3,443 Views)