Hi,
I am using DAQmx with RT7.1 and DAQ Driver 7.2. I am running two loops in parallel. One loop will acquire data for 500 microSec and send the data to the other loop through Notifier. It will sleep for next 500MicroSec. For sleeping I am using Real time wait function. This loop is running in high priority. Other loop will wait for the Notifier and after receiving Notifier it will start its execution. This is running in normal priority mode. Now the problem is I am not getting the Notifier as soon as Daq-loop completes its acquisition. I am getting it after 500 or 1500 Micro seconds. I tried with RTFIFO also but same thing is happening. How to correct this?
Thanks,
S.Venkat