Hi Jan-Mark
That's really strange that you cannot open the link. Anyway, I've copied the content of the KB.
"Problem: I am running the Function Generator Example VI using my Low Cost PCI E-Series board, when I get error -10843 in LabVIEW. Why is this happening and how do I avoid it?
Solution: The Low Cost E-Series devices do not have a FIFO (first in first out) buffer for analog output operations. This means that the output speed will be severely limited by the speed of the bus and the overall speed of the PC. Error -10843 informs the user that NI-DAQ cannot keep the analog output at the specified rate because the PC cannot process the interrupts fast enough.
To get around this, try slowing down the update rate of the output. This is d
one by changing the update rate control on the front panel.
Another solution would be to force the device to use Direct Memory Access (DMA) for analog output operations. This can be done by using Set DAQ Device Information.vi, which can be found in the Functions Pallette under the Data Acquisition » Calibration and Configuration sub-pallette. DMA's allow data to be moved from one location to another in a computer without intervention from the CPU. Before using this option, make sure that the device can support DMA operations and has DMA's available for use. This information should be listed under Appendix A of the User Manual of the device.
As a final solution, use a faster machine to perform the operation."
Regards,
Luca
Regards,
Luca