National Instruments Measure Data Acquisition User Manual

Page 62

Advertising
background image

Appendix B Error Codes

© National Instruments Corporation

B-9

Measure Data Acquisition User Manual

-10441

memConfigErr

No memory is configured to support the
current data-transfer mode, or the
configured memory does not support 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; e.g., the
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, this
error can occur if the driver is unable to
align the buffer because the buffer is too
small.

-10444

DSPmemFullErr

Possible reasons for this error are as
follows.

No more system memory is available
on the heap.

No more memory is available on the
device.

You have insufficient disk space
available.

-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
is not supported in the current mode.

-10450

physicalMemErr

A hardware error occurred in physical
memory, or no memory is located at the
specified address.

Advertising