LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Dequeue all element without taking them off

Solved!
Go to solution

Hi all,

 

If I declare a 50 elements string queue, is there a way to output all the element to an string indicator without take the elements of the queue, since I need the elements in the queue again?  Thanks!

 

Yik

------------------------------------------------------------------

Kudos and Accepted as Solution are welcome!
0 Kudos
Message 1 of 4
(3,234 Views)
Solution
Accepted by jyang72211

Look at the LabVIEW help for the "Get Queue Status" function:

 

get queue status.PNG

 

Looks like it does exactly what you want!

Message Edited by DianeS on 03-16-2010 02:21 PM
Message 2 of 4
(3,229 Views)

Hi Yik,

"Get Queue Status" reads this info, but keeps the elements in the queue.

 

Mike

0 Kudos
Message 3 of 4
(3,228 Views)

oh.  I totally missed that.  I kept looking at the preview queue, but didn't see that the get status function.  Thanks!

 

Yik

------------------------------------------------------------------

Kudos and Accepted as Solution are welcome!
0 Kudos
Message 4 of 4
(3,217 Views)