Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
06/30/01 22:15
Read: times


 
#12922 - RE: Robotic Servo Control
Hi,

My 2 Eurocents' worth :
I used 2 servos of this type (model aircraft/car stuff?) in my robot car (21 years ago now - Jeez!). With only 2, & an 8253 on board, there was no loss of processor time with delays & such.
A way to handle 12 (or 16 or 64) would be to set up the 20mS interrupt & a second interrupt sufficiently fast to give the required resolution over the 1mS +/-0.5mS range. Set up values for the servo positions, & every 20mS, turn on all the servo lines. Every interrupt#2, count down any non-zero values, turning off the relevant servo lines at zero.

Regards,

Richard


List of 19 messages in thread
TopicAuthorDate
Robotic Servo Control            01/01/70 00:00      
RE: Robotic Servo Control            01/01/70 00:00      
RE: Robotic Servo Control            01/01/70 00:00      
RE: Robotic Servo Control            01/01/70 00:00      
RE: Robotic Servo Control            01/01/70 00:00      
RE: Robotic Servo Control            01/01/70 00:00      
RE: Robotic Servo Control            01/01/70 00:00      
What is an interupt?            01/01/70 00:00      
RE: Robotic Servo Control            01/01/70 00:00      
RE: Robotic Servo Control            01/01/70 00:00      
RE: Robotic Servo Control            01/01/70 00:00      
RE: Robotic Servo Control            01/01/70 00:00      
RE: Robotic Servo Control            01/01/70 00:00      
RE: for Mourad            01/01/70 00:00      
RE: Robotic Servo Control            01/01/70 00:00      
RE: Robotic Servo Control            01/01/70 00:00      
RE: for Mourad            01/01/70 00:00      
RE: for Mourad            01/01/70 00:00      
RE: for Mourad            01/01/70 00:00      

Back to Subject List