07-27-2005 06:18 AM
07-27-2005 07:15 AM
I use the labVIEW queues to implement an architecture that sounds somewhat like this. In mine the data in the queues is in the form of arrays, with the first element being an ID relating to the sub-vi ("thread") that is to receive it. In each sub-vi I have a "Preview queue element" that looks to see whether the data at the top of the queue is addressed to that sub-vi, ignoring it if it isn't. The sub-vi's receive and return data on the common queue, and in my implementation are able to communicate with each other rather than with a master "controller" but possibly this concept can be modified to fit your needs.
P.M.

07-27-2005 08:23 AM
is it possible that you send me an example of your program ,because your application seems to be the same as mine
If you don't , thanks for your explanations
TheGame