National Instruments 320571-01 Car Stereo System User Manual


 
© National Instruments Corporation A-1 NI-DSP SRM for LabVIEW for Windows
Appendix A
Error Codes
This appendix contains a list of the error codes returned by the NI-DSP Analysis VIs and the corresponding error
messages.
Error Conditions
If an error condition occurs during execution of any of the VIs in the NI-DSP Analysis, the VI returns an error code.
This code is a value which indicates the type of error that occurred. The currently defined error codes and their
associated meanings are given in Table A-1. For error codes other than those listed, refer to the NI-DAQ Software
Reference Manual for DOS/Windows/LabWindows.
Table A-1. NI-DSP Analysis Library Error Codes
Error
Number
Error Name Description
0 noError No error; the call was successful.
-10401 unknownDeviceErr The board specified is not a National Instruments DSP board.
-10005 badDeviceErr The board number used in function call should be 1<board<8.
-10403 deviceSupportErr Function cannot be executed by specified board.
-10444 memFullErr Insufficient memory or disk space.
-10243 configFileErr Board configuration file not found.
-10247 cmosConfigErr EISA system configuration invalid.
-10459 DLLInterfaceErr The DLL could not be called due to an interface error.
-21204 SamplesGTZero The number of samples must be greater than zero.
-21205 SamplesGEZero The number of samples must be greater than or equal to zero.
-21206 SamplesGETwo The number of samples must be greater than or equal to two.
-21207 SizesGTZero The sizes of the input sequences must be greater than zero.
-21208 xSizeGEySize The size of x must be greater than or equal to the size of y.
-21209 OutSizeGEInSize The output array size must be greater than or equal to the input
array size.
-21210 OutOfMem There is not enough space left on the DSP board for onboard
processing.
-21212 DecFactErr The decimating factor must meet: 0 < decimating factor
samples.
-21213 WidthLTSamples The width must meet: 0 < width < samples.
-21214 IndexLTSamples The index must meet: 0 index < samples.
-21215 DelayGEZero The delay must be greater than or equal to zero.
-21216 WidthGEZero The width must be greater than or equal to zero.
-21217 DelayWidthErr The following condition must be met:
0 (delay + width) < samples.
(continues)