LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to use a queue with dynamic data

 

When using a collector I have found that it significantly slows down my loop times. I am using LabView7.1 on a Dell PC with Windows XP.  If I use a queue with dynamic data do you think that will require less of my processor and allow for faster loop speeds?

I have created a queue using dynamic data in one loop and I want to retrieve all available samples each iteration in a slower loop. If I use the flush queue I get a 1d array of dynamic data. What is the best way to convert the 1d array of dynamic data so that the array of dynamic data is consolidated back into a single dynamic data type? Any help would be much appreciated.

0 Kudos
Message 1 of 2
(3,457 Views)

Hi Dennis,

You could for instance wire the array to an auto-indexed for loop. I attach an example. I assume you wish to concatenate the arrays a singel waveform.

Hope it helps,

Pelle S
Account Manager
National Instruments Sweden
0 Kudos
Message 2 of 2
(3,439 Views)