LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Best Practices for User Events

Solved!
Go to solution

Active Objects can make use of DVR but are not in themselves native to LV and was not concidered when LVOOP was released. SInce then the community has been trying to develop a standard that I think they are calling a "Worker Pool".

 

I could not wait for the community so I just wrote my own using Queues since DVRs were not available back then.

 

Ben

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
0 Kudos
Message 11 of 12
(332 Views)

DVRs cannot be named.  You can, however, get the same functionality with a named single-element queue.  However, such an object is essentially a global.  I prefer to control my data more tightly than that.

0 Kudos
Message 12 of 12
(323 Views)