09-06-2016 01:54 PM
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.
09-07-2016
01:38 AM
- last edited on
04-29-2025
10:39 AM
by
Content Cleaner
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.