06-09-2007 12:53 AM - edited 06-09-2007 12:53 AM
Message Edited by Alex Wu on 06-09-2007 12:56 AM
06-09-2007 10:42 AM - edited 06-09-2007 10:42 AM
Message Edited by mikeporter on 06-09-2007 11:45 AM
06-09-2007 01:25 PM
06-09-2007 02:35 PM - edited 06-09-2007 02:35 PM
Message Edited by mikeporter on 06-09-2007 03:35 PM
03-04-2008 10:11 AM
03-04-2008 11:06 AM
04-01-2008 11:54 AM
04-01-2008 01:22 PM
I assume you're using the #PPIterations global just to keep a count of the tests so i don't think that's an issue (globals are always trouble suspects
). Your queue structure looks OK to me so i would suspect something in your 'tube data' subVI is the slow point.
BTW, you can just wire the error out of the de-queue elements function to the stop terminal in the second loop (it will automatically change into "stop on error"). Then, releasing the queue in the top loop will stop the second loop too. That way you don't have to monitor for an empty array. It's a bit more elegant is all. Either way will work.
04-01-2008 09:20 PM
04-02-2008 09:53 AM