Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

Producing one set of data to multiple consumers

That's a good idea.  I do have one concern about the previewing queue function though.  If one loop has dequeued all elements when the preview function kicks in, would there be an error?  Or the preview function would wait until there is an element in the queue?  Thanks!
------------------------------------------------------------------

Kudos and Accepted as Solution are welcome!
0 Kudos
Message 11 of 12
(979 Views)
The preview waits until a the queue has something in it. The unwired default to the Time Out  is -1 which makes it wait forever. If you would like it not to wait, then you can make a case structure with the conditional being the que status function. If the que status is 1 or more than you can dequeue, if not, do nothing.
National Instruments
RIO Embedded Hardware PSE

CompactRIO Developers Guide
0 Kudos
Message 12 of 12
(971 Views)