04-19-2010 09:42 AM
04-19-2010 09:51 AM
04-19-2010 09:55 AM
I changed the error shift register as suggested to a tunnel and it didn't seem to make a difference.
OK, did you look at the contents of the error line?
Are you having an error, or not?
Create an indicator, or put a probe on the wire, to answer that.
Blog for (mostly LabVIEW) programmers: Tips And Tricks
04-19-2010 10:06 AM
04-19-2010 10:10 AM
Blog for (mostly LabVIEW) programmers: Tips And Tricks
04-19-2010 10:14 AM
It is not showing what I expect. It is showing "Start BurnIn" and I expect it to be showing TimeCheck.
04-19-2010 10:22 AM
OK, keep chasing it backwards. If it's not coming out, is it in fact going IN TO the queue?
Consider what you're doing - you are DE_QEUEUEing an element, and then you immediately FLUSH THE QUEUE.
Why is that? That means your queue can never hold more than one element, which sort of defeats the purpose of the queue.
Blog for (mostly LabVIEW) programmers: Tips And Tricks
04-19-2010 10:22 AM
04-19-2010 10:29 AM
04-19-2010 10:30 AM
Blog for (mostly LabVIEW) programmers: Tips And Tricks