Chapter 10 Easy I/O for DAQ Library
© National Instruments Corporation 10-59 LabWindows/CVI Standard Libraries
Table 10-5. Easy I/O for DAQ Error Codes (Continued)
-10091 badIterationsErr The analog output buffer iterations count is invalid. It must be 0
(for indefinite iterations) or 1.
-10100 badPortWidthErr The requested digital port width is not a multiple of the hardware
port width.
-10240 noDriverErr The driver interface could not locate or open the driver.
-10241 oldDriverErr The driver is out of date.
-10242 functionNotFoundErr The specified function is not located in the driver.
-10243 configFileErr The driver could not locate or open the configuration file, or the
format of the configuration file is not compatible with the currently installed driver.
-10244 deviceInitErr The driver encountered a hardware-initialization error while
attempting to configure the specified device.
-10245 osInitErr The driver encountered an operating system error while attempting to
perform an operation, or the driver performed an operation that the operating system
does not recognize.
-10246 communicationsErr The driver is unable to communicate with the specified external
device.
-10247 cmosConfigErr The CMOS configuration memory for the computer is empty or
invalid, or the configuration specified does not agree with the current configuration of
the computer.
-10248 dupAddressErr The base addresses for two or more devices are the same;
consequently, the driver is unable to access the specified device.
-10249 intConfigErr The interrupt configuration is incorrect given the capabilities of the
computer or device.
-10250 dupIntErr The interrupt levels for two or more devices are the same.
-10251 dmaConfigErr The DMA configuration is incorrect given the capabilities of the
computer/DMA controller or device.
-10252 dupDMAErr The DMA channels for two or more devices are the same.
-10253 switchlessBoardErr NI-DAQ was unable to find one or more switchless boards you
have configured using WDAQCONF.
-10254 DAQCardConfigErr Cannot configure the DAQCard because: 1) The correct
version of card and socket services software is not installed. 2) The card in the
PCMCIA socket is not a DAQCard. 3) The base address and/or interrupt level
requested are not available according to the card and socket services resource
manager. Try different settings or use AutoAssign in the NIDAQ configuration
utility.
(continues)