artner Newbie
Joined: 20 Jan 2005
Posts: 1
|
Posted: Thu Jan 20, 2005 12:14 pm Post subject: using the external trigger with an ADC212/3 |
|
|
Hi
I've problems with the external trigger.
I write a software (MSVC6.0) with following settings.
adc200_set_fequency(1000);
channels: both
range: 0, 8
oversample: 1
timebase: 8
trigger: TRUE, SRC_A,max_dirs,0,1000
run: 1000
wait until ready
This code works well. The trigger waits until the value of Ch A is above 1000
if I use the same code, but an other triggertype
trigger: TRUE, SRC_EXT,RISING, 0,1000
It doesn't matter if there is a rising or falling slope (5V) on the external trigger. ->
the adc212 collects the data immediately. |
|