12-05-2006 03:02 AM
12-07-2006 03:04 AM
Greetings,
It looks like you should be good to go with the DAQmx Base version 2.1. Now, you mentioned that 7 out of 10 times the system crashes. Is this consistent? What if you lower the sampling rate? Does it still crash when you write? It almost sounds like your processor is starving for threads and when you ask for more (request keyboard interrupt to write), it is crashing the system. How often do you call the write function? What if you call the write function immediately?
Maybe these questions can help me better understand your system.
Let me know any progress!
Regards,
12-07-2006
04:34 PM
- last edited on
07-15-2025
03:38 PM
by
Content Cleaner
Hi Guillermo-
Since you're using Windows XP, you should use NI-DAQmx rather than NI-DAQmx Base. It sounds like you may be running into the single thread access requirement of NI-DAQmx Base (which is not a problem for NI-DAQmx). I would suggest that you upgrade to NI-DAQmx and reference the material in this KB to get up and running.
Hopefully this helps-
01-08-2007 06:04 AM
01-11-2007 08:42 AM