Issue Details
I am designing an application using DAQmx to send single bits using programmed digital I/O. This needs to have reliable timing. Therefore I need to know what has actually happened when the DAQmx Write VI returns control to LabVIEW. Is it either of these two alternatives?
- The request has been sent to the DAQ board and the output has already happened.
- The request has been sent to the DAQ board (and it is unknown if the output has already happened or if it will happen later on).