National Instruments 321645c-01 Welding System User Manual


 
Appendix A Status Codes
©
National Instruments Corporation A-3 NI-DAQ FRM for PC Compatibles
–10022 badWriteCountError Your data array contains an incomplete
update, or you are trying to write past
the end of the internal buffer, or your
output operation is continuous and the
length of your array is not a multiple of
one half of the internal buffer size.
–10023 badWriteModeError The write mode is out of range or is
disallowed.
–10024 badWriteOffsetError Adding the write offset to the write
mark places the write mark outside the
internal buffer.
–10025 limitsOutOfRangeError The requested input limits exceed the
board's capability or configuration.
Alternative limits were selected.
–10026 badBufferSpecificationError The requested number of buffers or the
buffer size is not allowed; for example,
Lab-PC buffer limit is 64K samples, or
the board does not support multiple
buffers.
–10027 badDAQEventError For DAQEvents 0 and 1 general value A
must be greater than 0 and less than the
internal buffer size. If DMA is used for
DAQEvent 1 general value A must
divide the internal buffer size evenly,
with no remainder. If the TIO-10 is used
for DAQEvent 4 general value A must
be 1 or 2.
–10028 badFilterCutoffError The cutoff frequency specified is not
valid for this device.
–10029 obsoleteFunctionError The function you are calling is no longer
supported in this version of the driver.
–10030 badBaudRateError The specified baud rate for
communicating with the serial port is
not valid on this platform.
Table A-1.
Status Code Summary (Continued)
Status Code Status Name Description