03-16-2010 02:14 PM
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
Solved! Go to Solution.
03-16-2010 02:19 PM - edited 03-16-2010 02:21 PM
Look at the LabVIEW help for the "Get Queue Status" function:
Looks like it does exactly what you want!
03-16-2010 02:19 PM
Hi Yik,
"Get Queue Status" reads this info, but keeps the elements in the queue.
Mike
03-16-2010 02:41 PM
oh. I totally missed that. I kept looking at the preview queue, but didn't see that the get status function. Thanks!
Yik