02-05-2010 10:09 AM
Is it possible to preview a LabVIEW queue at the opposite end?
I'm using LabVIEW 8.6
Many thanks for your help
Conway
Solved! Go to Solution.
02-05-2010 10:25 AM
The Queue status gives you the size of the queue...
Looks like you would have to flush the queue and look at the last element and then restore the queue...pretty ineffecient.
I don't see a way to look at a particular element....perhaps someone else could help.
Hummer 1
02-05-2010 01:09 PM
The Get Queue Status function has an optional input to Return Elements. If this is true, the function will return a preview of all the elements in the queue. You can then index out the last element in the array to preview the most recent thing put into the queue.
02-07-2010 05:04 AM