07-29-2008 02:03 AM - edited 07-29-2008 02:05 AM
07-29-2008 02:11 AM
Hi labmaster,
how many time elapsed between read the status and receive the element? It could be that you read the status and nothing is in there, but your dequeue function has a timeout of -1 so it will wait til it receives the next message.
Mike
07-29-2008 03:03 AM
07-29-2008 03:11 AM
Hi labmaster,
use the "-1" option. I´m not sure why you need a useless event. Send only the events you need.
Mike
07-29-2008 03:06 PM
07-29-2008 07:31 PM
07-30-2008 12:09 AM
labmaster wrote:
Auctually, the timeout option was not success in my trials.When I set to 20 ms or 200 ms, get queue status.vi was not catch the queue state.