08-31-2023 01:48 PM
Hi, I'm having an issue with my cDAQ having two different DI modules, and two DO modules. I understand they can't run hardware timed tasks at the same time, but how do I get around this? I have the DI 9375 and 9401 as my two DI, and I can't even have those both reading. I have tried to find examples of how to read two DI tasks at the same time, but everything says to put them in the same task, which I can't do because they both have multiple channels and aren't compatible. help would be appreciated. Attached is what I have so far.
09-01-2023 12:58 AM
Hi dml,
@dml0040 wrote:
I have the DI 9375 and 9401 as my two DI, and I can't even have those both reading.
Create two DAQmx task, one for each module…
(I would even place them in their own loops.)