I'm using a pci-6143 to read three analog channels in a task after getting the value of a proprietary counter with another card. I tried straight up calling DAQmxReadAnalogF64 but, judging from the data, it seems like the capture startup time can be longer than the ~30us window I have for it in my setup. That is even with committing the task beforehand with DAQmxTaskControl. Is there a faster way to (re)trigger the read without resorting to hardware-triggers?
↧