Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

error 10800-using PCI-6052E

I am doing a 6-channel continuous AI acquisition triggered by the rising edge of a pulse from a TTL source on PFI0.
I have my AI read inside a while loop. I am getting the error 10800. What does that mean ? I am triggering at the rate of 1 trigger per second. Is it a problem with the hardware or the software ?
0 Kudos
Message 1 of 2
(2,527 Views)
Error 10800 is a timeout error. I would assume, since you are using a digital trigger, that this error is occurring because the digital trigger is not being received before the device times out (the default timeout in the AI Read VI is 5 seconds).

Are you running an example program or are you running an example you built? I would suggest starting with the shipping example entitled "Cont Acq&Graph (buffered) D-Trig.vi." This example is a continuous analog input with a digital trigger (is set up to trigger off of PFI0).
0 Kudos
Message 2 of 2
(2,527 Views)