11-08-2013 02:19 AM
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?
Solved! Go to Solution.
11-08-2013 06:44 AM - edited 11-08-2013 06:44 AM
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.