by James » Fri Jan 17, 2003 10:35 am
Hello,
To set the sample interval, set up a procedure call in your program to the routine adc11_set_interval, which is stored in the ADC11.dll.
The arguments for this are
unsigned long adc11_set_interval( unsigned long us_for_block,
unsigned long ideal_no_of_samples,
short * channels,
short no_of_channels);
A full description of this and other modules can be found in the ADC11 manual.