Easy I/O for DAQ Library Chapter 10
LabWindows/CVI Standard Libraries 10-62 © National Instruments Corporation
Table 10-5. Easy I/O for DAQ Error Codes (Continued)
-10457 badDMAGroupErr DMA cannot be configured for the specified group because it is
too small, too large, or misaligned. Consult the user manual for the device in question
to determine group ramifications with respect to DMA.
-10459 DLLInterfaceErr The DLL could not be called due to an interface error.
-10460 interfaceInteractionErr You have attempted to mix LabVIEW 2.2 VIs and
LabVIEW 3.0 VIs. You may run an application consisting only of 2.2 VIs, then run
the 2.2 Board Reset VI, before you can run any 3.0 VIs. You may run an application
consisting of only 3.0 VIs, then run the 3.0 Device Reset VI, before you can run any
2.2 VIs.
-10560 invalidDSPhandleErr The DSP handle input to the VI is not a valid handle.
-10600 noSetupErr No setup operation has been performed for the specified resources.
-10601 multSetupErr The specified resources have already been configured by a setup
operation.
-10602 noWriteErr No output data has been written into the transfer buffer.
-10603 groupWriteErr The output data associated with a group must be for a single channel
or must be for consecutive channels.
-10604 activeWriteErr Once data generation has started, only the transfer buffers originally
written to can be updated. If DMA is active and a single transfer buffer contains
interleaved channel data, all output channels currently using the DMA channel will
require new data.
-10605 endWriteErr No data was written to the transfer buffer because the final data block
has already been loaded.
-10606 notArmedErr The specified resource is not armed.
-10607 armedErr The specified resource is already armed.
-10608 noTransferInProgErr No transfer is in progress for the specified resource.
-10609 transferInProgErr A transfer is already in progress for the specified resource.
-10610 transferPauseErr A single output channel in a group cannot be paused if the output
data for the group is interleaved.
-10611 badDirOnSomeLinesErr Some of the lines in the specified channel are not
configured for the transfer direction specified. For a write transfer, some lines were
configured for input. For a read transfer, some lines were configured for output.
-10612 badLineDirErr The specified line does not support the specified transfer direction.
-10613 badChanDirErr The specified channel does not support the specified transfer
direction.
(continues)