08-17-2023 11:53 PM
HI
I have a requirement where in i need to run a vi which sends data to a queue as reentrent clone. For example, lest say its daqmx read, so there will be reads of diffrent sampling rates, and data will be pushed to queues using clones
my question is that, how Queue reference is handled as clones, what should be the queue reference to receive data from a clone (dequeue), how can i transfer references?
08-18-2023 08:02 AM
You can access an existing queue reference by passing a queue refnum through the connector or using the name.
In your attachment, both VIs obtain the queue using the same name hence they will access the same queue reference.
08-18-2023 08:51 AM
If you send in the queues to the VI or use named queues they'll all use the same queue.