LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Testing multiple products using identical fixtures but one software that was written using Producer Consumer Loop

I am using LabView 2016, 3 USB-6353 DAQ per fixture. I wrote a Producer/Comsumer loop to run the one fixture. Now I need to add two identical fixtures to test the same products but the fixtures need to run idependently of each other collecting data. What would be the best way to achive this set up.

0 Kudos
Message 1 of 2
(3,017 Views)

One option: Reentrant VIs :
Used when you want to run several instances of the same VI simultaneously: https://www.ni.com/docs/en-US/bundle/labview/page/reentrancy-allowing-simultaneous-calls-to-the-same...
-But make sure you read thoroughly before taking this approach.

Thanks
uday
Message 2 of 2
(2,963 Views)