08-25-2003 11:21 AM
08-27-2003
06:10 PM
- last edited on
07-11-2025
10:07 AM
by
Content Cleaner
There are a couple of reasons that you may be getting the 10800 error from your application. The 10800 error is associated with the analog acquisition timing out. Timeouts most commonly occur with triggered analog acquisitions. Your board may no longer be receiving a trigger signal and this is a possible cause for seeing this error. If you have any triggering circuitry check it to make sure that it is indeed producing trigger signals. This would explain why you are able to see the signals in a test-panel (untriggered), but not in LabVIEW (triggered).
Another possible reason that you may have seen this problem relates to the resources assigned to your board. Specifically the IRQ that is assigned to the board. You may want to try manually changing the IRQ o
f the board. For instance if the current IRQ of the board is 12, check for another available IRQ like 7. This IRQ should not be shared by any other device in the system. Since this is an AT board, it needs to have its own individual IRQ. After you successfully change the IRQ of the board see if you can successfully calibrate the board.
If you are using an old version of the NI-DAQ driver, you may want to upgrade to a newer version. The newest driver that supports this board is NI-DAQ 6.1. If you decide to upgrade you driver, just make sure to uninstall your old driver and remove the board from the machine before you install NI-DAQ 6.1.