LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

error -10845 happend when dsa.vi loaded

i try to run all daq vi in the example with no problem (i try those example one by one). Then i load the dsa.vi example, all these example of daq can't run. error -10845 came in some program, and error -10608 came too in some program. Trigger timeout's led is on in the simple analyzer. It never happend before. Why it can be happend, and why ?
Please...i need your help. I use LV 6.1 in win98, RAM 128, with CPU Celeron 500.
0 Kudos
Message 1 of 3
(2,668 Views)
Both of the error you reported are of the same flavor.
They both indicate that the data buffer on the I/O card is filling up faster than it is being emptied.

This prompts two possible solutions;
1) Reduce the acquistion rate.
or
2) Increase the rate of data being read from the buffer.

Option #2 may be limited by your CPU and limited memory.

Ben
Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
0 Kudos
Message 2 of 3
(2,668 Views)
I all ready do the 1st thing, where i can increase the rate of data being read from buffer ?
0 Kudos
Message 3 of 3
(2,668 Views)