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