09-06-2006 02:32 PM
09-07-2006 06:58 AM
09-07-2006 08:40 AM
09-07-2006 08:59 AM
I like your train of thought Uncle.
Thought:
If the queue was a cluster with a field to hold the device ID and another field for the data....
The recieved queue elements could be unbundled to direct the data appropriately.
Ben
09-07-2006 09:14 AM
09-07-2006 09:26 AM
Yes a multi threaded (one for each instrument) producer consumer should work. I have even done this with spawning threads on the initialize step, works really well.
Paul