02-02-2018 04:27 PM
I am trying to synchronize tasks across different cDaq modules. When I have done this on previous daqs (with a USB-6343) I have done this by choosing a master task and setting the other tasks' sample clock to be equal to that tasks' sample clock. However currently I am trying to synchronize an analog output task (on a ni-9264) and analog input task (on a ni-9220) and this method is not working.
I am trying to set the analog input sample clock to the analog output sample clock but I get the error:
<Message: Source terminal to be routed could not be found on the device.
02-05-2018 02:29 PM
It is definitely possible to synchronize different modules in a cDAQ chassis. In this case, you need to specify the clock source from the chassis, not the module.
For example, /cDAQ1/ao/SampleClock, not /cDAQ1Mod1/ao/SampleClock
02-06-2018 04:27 PM
Thanks a lot Mark, that was definitely my problem