To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
Post new message to lugnet.robotics.handyboardOpen lugnet.robotics.handyboard in your NNTP NewsreaderTo LUGNET News Traffic PageSign In (Members)
 Robotics / Handy Board / *1524 (-5)
  Re: Motor Speeds
 
(...) into (...) port. Consider implement PWM (for Motor Control) with second HC11, why not implement DC motor Controller with Frequency Lock Loop to control motor position and regulate motor speed? Suggested Specification: M68HC11 PWM Output using (...) (28 years ago, 24-Feb-97, to lugnet.robotics.handyboard)
 
  Re: Motor Speeds
 
(...) Now this is starting to make sense. We use -100 to +100, but it does seem silly to have a resolution of 201. Much more logical that the routine converts to steps of lesser resolution, and 7 speeds certainly seem reasonable. (28 years ago, 23-Feb-97, to lugnet.robotics.handyboard)
 
  Re:
 
(...) Looking at lib_hb.c: void motor(int m, int speed) { if (speed>100) speed=100; if (speed<-100) speed=-100; if (speed >= 0) _set_motor(m, 0, (speed + 3) / 14); else _set_motor(m, 1, (-speed + 3) / 14); } Keith (28 years ago, 23-Feb-97, to lugnet.robotics.handyboard)
 
  Re: More Motor Speeds
 
(...) Either I'm confused or we're talking two different animals. Our pcode_hb.s19 that came with the Gleason Handyboard, allows variable motor speeds from motor(0,-100) to motor(0,100) with great and fine control. In our first test we converted (...) (28 years ago, 23-Feb-97, to lugnet.robotics.handyboard)
 
  Re: More Motor Speeds
 
(...) You will have to rewrite the code in the interrupt functions. It isn't "hard" but it does require that you understand what IC is using the various timers for. The best documentation for that is the PCode itself. I don't believe you can use the (...) (28 years ago, 23-Feb-97, to lugnet.robotics.handyboard)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

©2005 LUGNET. All rights reserved. - hosted by steinbruch.info GbR