National Instruments 320682C Musical Toy Instrument User Manual


 
Chapter 10 Easy I/O for DAQ Library
© National Instruments Corporation 10-61 LabWindows/CVI Standard Libraries
Table 10-5. Easy I/O for DAQ Error Codes (Continued)
-10414
reservedPinErr Selected signal indicates a pin reserved by NI-DAQ. You cannot
configure this pin yourself.
-10440
sysOwnedRsrcErr The specified resource is owned by the driver and cannot be
accessed or modified by the user.
-10441
memConfigErr No memory is configured to work with the current data transfer
mode, or the configured memory does not work with the current data transfer mode.
(If block transfers are in use, the memory must be capable of performing block
transfers.)
-10442
memDisabledErr The specified memory is disabled or is unavailable given the
current addressing mode.
-10443
memAlignmentErr The transfer buffer is not aligned properly for the current data
transfer mode. For example, the memory buffer is at an odd address, is not aligned to
a 32-bit boundary, is not aligned to a 512-bit boundary, and so on. Alternatively, the
driver is unable to align the buffer because the buffer is too small.
-10444
memFullErr No more system memory is available on the heap, or no more memory
is available on the device.
-10445
memLockErr The transfer buffer cannot be locked into physical memory.
-10446
memPageErr The transfer buffer contains a page break; system resources may
require reprogramming when the page break is encountered.
-10447
memPageLockErr The operating environment is unable to grant a page lock.
-10448
stackMemErr The driver is unable to continue parsing a string input due to stack
limitations.
-10449
cacheMemErr A cache-related error occurred, or caching does not work in the
current mode.
-10450
physicalMemErr A hardware error occurred in physical memory, or no memory is
located at the specified address.
-10451
virtualMemErr The driver is unable to make the transfer buffer contiguous in virtual
memory and therefore cannot lock the buffer into physical memory; thus, you cannot
use the buffer for DMA transfers.
-10452
noIntAvailErr No interrupt level is available for use.
-10453
intInUseErr The specified interrupt level is already in use by another device.
-10454
noDMACErr No DMA controller is available in the system.
-10455
noDMAAvailErr No DMA channel is available for use.
-10456
DMAInUseErr The specified DMA channel is already in use by another device.
(continues)