12-14-2012 06:20 PM
Don't use a timeout on your dequeue. Only execute when you actually have something to work on.
12-14-2012 06:57 PM
The case structure connected with Dequeue has no "time out", could you tell me where can I change to solve the problem in the vi file I uploaded? Thank you very much!
12-14-2012 07:03 PM
See below where you are setting the dequeue timeout.
12-17-2012 10:21 AM
Hi Mark_Yedinak, I followed your advise and make this vi work. Thank you very much! But I got another problem. As you know, the uploaded program is a simplified one, and the real program has very complicated main loop. Now in my program, when I click the boolean buttin in the main loop (like "start/stop 3" button in my uploaded program), it cannot change the status and is kept in "False" state. Could you advise what is the possible cause for this kind of situation? Thank you very much!
12-17-2012 11:08 AM
Without seeing the code I couldn't really give you any advise.
12-17-2012 12:16 PM - edited 12-17-2012 12:20 PM
i would send a notifier to your sub vi....