06-14-2016 10:20 AM
I will be using multiple cDAQ chassis across a network. Is it better to create a separate DAQmx task for each chassis or combine into 1 large task?
Solved! Go to Solution.
06-14-2016 11:24 AM
I have not tested it with multiple cDAQ chassis, but there are many PCI/PXI cards that will not even let you have a task go across multiple cards.
My opinion, I would use seperate tasks for each chassis. Makes the code a little more modular.
06-14-2016 11:50 AM
Thanks. That was what I thought.