LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Possible Problem with Queues in Laview 8

Has anyone had problems using Queues in labview 8?

In the past, in a typical producer/consumer structure, I have loaded a queue by feeding an array of elements through a 1-d reverse and into a for loop. Inside the for loop is the Enqueue Element at Opposite End. For some reason, now it does the first element, then goes to the end of the list and works it's way back (I've taken out the reverse array at this point. With it in, it does the last element, then starts from the top). In previous versions of Labview, this method worked very well. Has anyone run into this?

Tim
0 Kudos
Message 1 of 2
(2,499 Views)
The example Queue Stack - LIFO.vi works OK. If you post a small VI that reproduces the problem, with an explanation of what you expected to see and didn't, we can figure out what is happening.
 
Roy
0 Kudos
Message 2 of 2
(2,473 Views)