LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Help Optimizing Code: Reaching 100% buffer when saving data

Solved!
Go to solution

You need to wire the array data type you are using (1D double array) to the element input of the Obtain Queue vi to properly pass an array. You are currently passing a single integer as the data type which isn't anything you want. You should be able to wire the double array straight into the enqueue element function.

Message 11 of 12
(305 Views)

You need to wire an array to the Obtain Queue function, right now you are wiring a I32 element. Wire an empty array to the Obtain Queue. Look at the examples for Queues.

 

mcduff

Message 12 of 12
(302 Views)