Search found 3 matches

by rcampbell12
Mon Aug 22, 2005 1:54 pm
Forum: PicoScope 5
Topic: Reading from ADC-40 via DLL
Replies: 5
Views: 6952

The same subject as before!

(Hey, what's with this forum software not repeating the subject line automatically - I'd think that the great majority of the time the subject does not need to be changed as a thread grows) I use Microsoft Visual FoxPro 9. Your product had been working fine, but the changes I made to the settings ha...
by rcampbell12
Tue Aug 16, 2005 1:40 pm
Forum: PicoScope 5
Topic: Reading from ADC-40 via DLL
Replies: 5
Views: 6952

Whatever the subject was (why can't this software remember!)

20,000 microseconds at first. Now I've changed to what's below:

ActualMicroSeconds = adc10_set_interval(5000000, 500)
Ok = adc10_get_times_and_values(@TimesArray, @ValuesArray, 500)

But now what I get is just a crash. It's crashing my development environment, whereas before it was working fine.
by rcampbell12
Mon Aug 15, 2005 8:20 pm
Forum: PicoScope 5
Topic: Reading from ADC-40 via DLL
Replies: 5
Views: 6952

Reading from ADC-40 via DLL

In a program I've written, I'm trying to read from the ADC-40. I'm using adc10_get_times_and_values to get 100 readings in 20 microseconds (or was it milliseconds?). Anyway, it just fills the array with the same number each time. I would expect different numbers. Perhaps the signal has not changed o...