12-12-2017 12:44 PM
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.
12-12-2017 12:57 PM
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