Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

Waveform output problem

I am using DAQ6014 to do waveform output. But there is a problem that, when I use buffer to store output voltage and then output through DAQ card, sometimes, the card gives out an err----the buffer can not transfer the data to the card as fast as card output these data, this means that sometimes the card has no data to output, because the computer transfering the data from buffer to card can not keep up with the speed that card output outside.
Did anybody meet this problem before? Could someone has some ways to solve it or give me some advice?

thank you very much
0 Kudos
Message 1 of 2
(2,487 Views)
What error code are you receiving? It sounds like probably error -10843. Check out the document linked below. One thing to check is to make sure you are using a DMA for the analog output operation. You can do this by using the Set DAQ Device Information VI in LabVIEW or the Set_DAQ_Device_Info NI-DAQ function call.

Error -10843 When Doing Analog Output Using My PCI E-Series Board
http://digital.ni.com/public.nsf/websearch/72E6F81638BCDF0F86256B4A0082CCBC?OpenDocument

I hope this helps.

Regards,

Todd D.
0 Kudos
Message 2 of 2
(2,487 Views)