From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

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
(2,626 Views)
Solution
Accepted by topic author 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
(2,621 Views)

Hi Yik,

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

 

Mike

0 Kudos
Message 3 of 4
(2,620 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
(2,609 Views)