LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

i need to enter certain valus in the queue and remove it from queue so that the remove element can be used as a input in the next run.

in this regrd plese post me examples in queue as to how effectively queue can be used to store and retreive data .
0 Kudos
Message 1 of 3
(2,158 Views)
The attached demo builds a Fibbonacci sequence using
the LV6i Queue VIs. This example's technique can be
used for any breadth first searching, for data input
and output, and for building any recursive operation.
0 Kudos
Message 2 of 3
(2,158 Views)
Please be more specific. Generally speaking, you can use the Add Que Element (called Enque) vi and Remove Que Element (called Deque) vi to add and remove elements. Remember that Que is First In First Out.


Hope this helps.

Joe

p.s in your case, a shift register will serve your purpose.
0 Kudos
Message 3 of 3
(2,158 Views)