05-03-2006 10:55 AM
05-03-2006 11:01 AM
05-03-2006 11:16 AM
05-03-2006 11:31 AM
Other options include using notifiers, queues and action engines depending on your applications needs. You can find some good examples by searching for 'producer consumer' and 'master slave' architectures.
A global variable is the easiest method to implement but it has limitations when more than one source writes to it (potential race conditions).
K
05-03-2006 02:13 PM
05-03-2006 02:21 PM
05-04-2006 08:19 PM
I am trying to write a small peice of code to figure out how to use Queues. In the large code I am writing I already have the DAQ working,however, that program is complicated and unnesecary. In the code I have attached, besides the DAQ not working, it gives me the error.
Enqueue Element: contains unwired or bad terminal.
What do I need to fix with the Queue to get it to work?
05-05-2006 08:19 AM - edited 05-05-2006 08:19 AM
Message Edited by Ed Dickens on 05-05-2006 08:20 AM
05-05-2006 10:54 AM
05-05-2006 12:29 PM