10-17-2007 04:32 PM
10-18-2007
12:09 PM
- last edited on
07-14-2025
12:44 PM
by
Content Cleaner
Hello J.A.C.K,
The error number you provide is an undefined error. What this means is that the specific error code is not associated with a specific issue. This being the case, the exact text of the error is needed in order to figure out what the error is and where it is occuring. In addition to this, other helpful information would be:
- What is your project doing? (e.g analog input/output, digital I/O, Counter operations, synchronization, number of channels, etc)
-What is the programming flow of the project?
-What version of the DAQmx drivers do you have? (This can be found in Measurement and Automation Explorer in the folder My System»Software»NI-DAQmx)
-Has this setup worked before, or is it new?
-Has the program worked before, or is it new?
The answers to these questions will help pinpoint the problem. It also might help if you take a screenshot of the programming setup and/or the error and post that as well.
To add to this, while looking at the error number you gave, a couple of typical causes of the error include not having an external clock when the device is expecting one, or not having the most recient version of the DAQmx driver. Occasionally, it is a hardware issue. To check this, you can use the DAQ diagnostic utility. If this fails (and you are using DAQmx 7.5 or newer) then the next step would be to contact NI directly by going to www.ni.com/contact. Hopefully this will help point you in the right direction.
10-19-2007 08:20 AM
10-22-2007 04:14 PM - edited 10-22-2007 04:14 PM
Message Edited by Neal M on 10-22-2007 04:18 PM
11-06-2007 04:21 PM