01-29-2007 03:42 PM
01-30-2007 05:19 PM
01-31-2007 09:44 AM
Hi Martyn-
Actually, running NI-DAQmx Base code in two seperate apps or any other multi-threaded application will not work. Is it possible that your read and write operations are taking place within two different threads? If so, you should be careful to ensure that NI-DAQmx Base calls are made sequentially within a single thread due to the single-theaded requirement of the NI-DAQmx Base driver. Other than this condition there should be no other limitations of running both AI and AO concurrently. If you're not able to get the app working with a single-threaded architecture, please post a small portion of your code that reproduces the issue.
Thanks-