When using DAQmx and an NI DAQ to output a digital signal using a circular buffer (the DAQs buffer). The program runs and works but when the function "DAQmx Stop Task.vi" is called to terminate the task, it stops the buffered output as soon as it is called and does not wait until the buffers pointer has reached the final value in the buffer. I would like the program to wait until the buffers pointer is on the final value in the buffer, does anyone know how to specify this setting?
↧