National Instruments Car Stereo System 320571-01 用户手册

下载
页码 157
Appendix A
Error Codes
© National Instruments Corporation
A-3
NI-DSP SRM for LabVIEW for Windows
Table A-1.  NI-DSP Analysis Library Error Codes (Continued)
Error
Number
Error Name
Description
-21308
TransferSizeErr
The size of requested block transfer does not have enough space
allocated for it on the board.
-21309
NotDSPHandle
The DSP Handle specified is not valid for this board:
it has either been freed or never allocated.
-21310
HandleSlotErr
The DSP Handle used does not belong to the same board on
which the function request is made.
-21311
HandleAllocErr
Failed to allocate a handle in the interface code.
-21312
TimeOutErr
The Kernel did not respond or finish function execution in the
selected timeout.
-21313
COFF_FilePathErr
Could not find the DSP Library file in the directory set by the
DAQCONF
 utility.
-21314
CoffHdrErr
The file you are attempting to load to the DSP board is not
created using the WE DSP32C tools (not an acceptable
COFF file).
-21315
CoffSectErr
Found an unimplemented section flag in the COFF file.
-21317
AddrSpaceErr
The COFF file you are trying to load is linked with a memory
map that exceeds the maximum memory space allowed by the
WE DSP32C chip (2
24
).
-21318
NoBrdRespToTransfer
The DSP board on which you are trying to load the COFF file is
not responding to the transfer of the file.  Check if there is a
board in the slot desired and verify with the 
DAQCONF
 utility.
-21324
FNC_ERR
The function ID specified does not correspond to a function that
is part of the DSP Library currently running on the board.
-21325
GROUP_ERR
The function ID specified does not belong to any group that is
part of the DSP Library currently running on the board.
 -21331
NotFindFunctionInDLL
An error occurs when loading 
dsp.dll
 library in CIN.
 -21332
LoadDLLLibErr
An error occurs when loading a function in 
dsp.dll 
in CIN.
 -21333
ErrInGetFunctionHandle
An error occurs when calling the
GetIndirectFunctionHandle
 function in CIN. 
-21334
InvalidBytesSelect
bytes/element selector can only select between 4 bytes(0) and 2
bytes(1).
-21336
AllocArrayFailed
Failed to allocate a LabVIEW array.
-21337
InvalidArrayType
The array type can only be 32-bit floating point data(0), 16-bit
long integer data(1) or 32-bit short integer data(2).
 -21338
PathnameTooLong
The path name should be less than 256 characters.
-21339
InvalidCopyType
The entire/partial copy selector can only select between entire
copy (0) and partial copy(1).
-21340
CopyNumGTZero
The number of data to copy should be greater than zero.
-21341
OffsetGEZero
The offset should be greater than or equal to zero.
-21342
IndexSizeGTZero
The size of the New DSP Handle Cluster should be greater than
zero.
(continues)