05-02-2008 09:47 AM
05-02-2008 09:57 AM
JHess,
There is an extra hidden Release Queue function in the For loop. Right-click the loop and select 'Auto Grow' to see it. This was causing each queue to try to release twice, which would cause an error the second time because the queue is no longer valid. Also, you may want to double check the wiring of the queue refs to the three consumer loops. Bot the 'Right Button' and 'Left Button' loops are connected to the same reference.
Chris M.
05-02-2008 09:57 AM
Hello,
The problem it's that there's something not visible that's it's causing the error.
1 - execute the program
2 - Stop it
3 - in the error pop-up, select to stop execution and go to the control panel.
4 - You can see that it stoped in something that it's not visible, still it's selected. Delete it.
Then the vi works fine.
I can post your vi repaired. But you can only open it if you have labview 8.5
05-02-2008 10:00 AM - edited 05-02-2008 10:01 AM
05-02-2008 10:12 AM