LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Error 10845 on DAQCard-AI-16E-4

Hello,
I run LabVIEW 5.1 in Win95. My notebook has 64MB RAM and CPU Pentium II
300. I'm trying to update 16 kanal and write to file (scan rate - 1000
S/s).I use "flush.vi" in my aplication. I'm getting error 10845 overflow
after a few seconds. How can I avoid this error ? I have to use faster
scan rate (3000 S/s).
Thanks

Darek Downar
0 Kudos
Message 1 of 2
(2,334 Views)
Dariusz,

Upon doing a search for "10845" at NI's KnowledgeBase site, I found the
following entry that does a good job of explaining the situation:

http://digital.ni.com/public.nsf/3efedde4322fef19862567740067f3cc/ef97e24b4580540186256555006a8a5d?OpenDocument

Simply put, it is an issue of PCMCIA architecture having no DMA
support. If there is anything you can do to lift the load off of your
processor (w/ respect to IRQs), it would improve the situation.

Regards,
Rich Yavorsky
NI

Dariusz Downar wrote:

> Hello,
> I run LabVIEW 5.1 in Win95. My notebook has 64MB RAM and CPU Pentium II
> 300. I'm trying to update 16 kanal and write to file (scan rate - 1000
> S/s).I use "flush.vi" in my aplication. I'm getting error 10845 overflow
> after a few seconds.
How can I avoid this error ? I have to use faster
> scan rate (3000 S/s).
> Thanks
>
> Darek Downar
0 Kudos
Message 2 of 2
(2,334 Views)