04-19-2010 10:34 AM
Blog for (mostly LabVIEW) programmers: Tips And Tricks
04-19-2010 10:38 AM
04-19-2010 10:40 AM
Chuck,
We don't have the type def controls so, we cant see if there are any coersions. Do you see any coersion dots on any of the wires containing the type def information?
04-19-2010 10:49 AM - edited 04-19-2010 10:49 AM
OK, looking at your latest code, the only thing that puts a TIMECHECK command into the queue is a STOP button.
But you immediately stop the PRODUCER loop and then RELEASE THE QUEUE.
The queue is therefore dead, disposed, empty, deallocated, gone, bye-bye.
You shouldn't release the queue until the RECEIVER is done with it.
Blog for (mostly LabVIEW) programmers: Tips And Tricks
04-19-2010 10:50 AM