DELAY TIME TRIGGER EVENT COLLECTED BY PICO TO THE READY

 
Post new topic   Reply to topic    Pico Technology Forum Index -> General Software Discussions
Author Message
epiksrl
Active User
Active User


Joined: 23 Jan 2006
Posts: 5

PostPosted: Mon Feb 06, 2006 5:12 pm    Post subject: DELAY TIME TRIGGER EVENT COLLECTED BY PICO TO THE READY Reply with quote

I HAVE TO TRIGGER A SIGNAL FROM A MOTORCYCLE AND I HAVE TO USE TRIGGER FOR CALCULATING ROUND SPEED.

adc200_set_trigger( TRUE,0,0,0,1000);
while(1){
adc200_run(1);
while(0 == adc200_ready()){
sleep(1);
}
adc200_stop();
<statements to calculate time/frequency between two spike>
}

if i work till 3000 round/sec I calculate well the round/sec if the round/sec increase I don't read well, my question is

HOW MANY DELAY TIME THERE IS FROM THE TRIGGER EVENT COLLECTED BY PICO TO THE adc200_ready() ANSWER 1

MY PROBLEM IS THAT WITH > 33 hz I DON''T GET ALL THE SAMPLE

PLEASE ANSWER ASAP, IT IS VERY URGENT
Back to top
Michael
Guru
Guru


Joined: 07 Jul 2005
Posts: 93
Location: St Neots, Cambridgeshire

PostPosted: Thu Feb 23, 2006 11:19 am    Post subject: Reply with quote

Hello,

It is not possible to put an exact number to this.

You will need to try using the trigger and buffer together to capture the full cycle. Estimating the timebase is down to the ADC200, you will have to experiment to obtain optimum settings.

Best regards,
Michael
Back to top
Display posts from previous:   
Post new topic   Reply to topic    Pico Technology Forum Index -> General Software Discussions
All times are GMT
Page 1 of 1

 


Pico Technology topic RSS feed 
Powered by phpBB © 2001, 2005 phpBB Group