LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple Digital Input and Output modules

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. 

0 Kudos
Message 1 of 2
(393 Views)

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.)

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 2
(322 Views)