adc11_run

Post general discussions on using our drivers to write your own software here
Post Reply
Robert

adc11_run

Post by Robert »

Hi,

I'm using a ADC11/12 USB and i wrote my software in VBA for Excel. As I read in your forum, I added the following lines after the adc11_set_interval call:

Call adc11_run(NumberOfValues, 0)
While adc11_ready() = 0
Wend
Call adc11_stop

Now i have different questions:
1) Do I have to add this sequence one time in my programm or each time I call the set_interval routine?
2) In your example you wrote as the number of values = 1000 in the adc11_run routine. I want wo collect 10000 values of each channel,
but when I write 10000, I become trapped in the while adc11_ready() loop. What may be a solution?
3) In one topic you wrote, that there is a help manual. But with my adc comes only a manual, where are explanations for the "standard"-routines like set_intervall e.g., but not for these 3 routines as mentioned above. Is it possible, to download it anywhere?


Thank you!

Robert

Post by Robert »

Hello again,

Now I found the explanation of the routines in the help-file on my harddisk (First I thought it is the same like the .pdf). Nevertheless I want to know, why I become trapped in the while loop, when I want to take 10000 values per channel.

Bye

Robert

Post by Robert »

Ok, I found my mistake!

Post Reply