Re: [CAD_CAM_EDM_DRO] PWM signal to step/direction signals
Posted by
David Kott
on 2002-10-08 20:29:47 UTC
On Tue, 8 Oct 2002, Howard Bailey wrote:
The devil's in the details.
How fast would the stepper have to run?
If all you want is a low-current, TTL-level step and direction signal
based on the PWM duty cycle of a servo controller output, it's a
straight-forward implementation. Then, you'd take this output, and run it
into your preferred stepper motor driver (Gecko, et. al.).
Developing the software to run on an $8 microcontroller to do this is
about 40 man-hours worth of work. It's not dissimilar to some
motion-control projects I've spun in the past.
A normal RC servo driver (bar some ringers) runs at a base frequency
between 50Hz and 400Hz with a typical pulse width of 0.6 mS to about 2.5
mS.
This pulse width is proportional to some angular rotation between 0 and 90
degrees (or thereabouts).
What is the ultimate precision you require for your application?
1 degree is relatively simple to implement. 0.018 degrees would be about
the best a 20 MHz microcontroller could generate.
Does that meet your requirements?
Kind Regards,
David Kott
If ye love wealth greater than liberty, the tranquility of servitude
greater than the animating contest for freedom, go home and leave us in
peace. We seek not your counsel, nor your arms. Crouch down and lick the
hand that feeds you; and may posterity forget that ye were our countrymen.
- Samuel Adams
> Anybody know of a circuit or IC that is capable of taking a PWM signal asEyup... that would be a PIC microcontroller running some custom microcode.
> used for RC angular servos and outputs step and direction signals with
> output adjustable for scaling? Basically, I would have a PWM signal for an
> angular servo and would like to use it to run a stepper through a gear
> reducer to increase resolution and torque. I couldn't find much on the web
> on this so any information would be greatly appreciated.
The devil's in the details.
How fast would the stepper have to run?
If all you want is a low-current, TTL-level step and direction signal
based on the PWM duty cycle of a servo controller output, it's a
straight-forward implementation. Then, you'd take this output, and run it
into your preferred stepper motor driver (Gecko, et. al.).
Developing the software to run on an $8 microcontroller to do this is
about 40 man-hours worth of work. It's not dissimilar to some
motion-control projects I've spun in the past.
A normal RC servo driver (bar some ringers) runs at a base frequency
between 50Hz and 400Hz with a typical pulse width of 0.6 mS to about 2.5
mS.
This pulse width is proportional to some angular rotation between 0 and 90
degrees (or thereabouts).
What is the ultimate precision you require for your application?
1 degree is relatively simple to implement. 0.018 degrees would be about
the best a 20 MHz microcontroller could generate.
Does that meet your requirements?
Kind Regards,
David Kott
If ye love wealth greater than liberty, the tranquility of servitude
greater than the animating contest for freedom, go home and leave us in
peace. We seek not your counsel, nor your arms. Crouch down and lick the
hand that feeds you; and may posterity forget that ye were our countrymen.
- Samuel Adams
Discussion Thread
Howard Bailey
2002-10-08 12:27:01 UTC
PWM signal to step/direction signals
dakota8833
2002-10-08 18:10:33 UTC
Re: PWM signal to step/direction signals
David Kott
2002-10-08 20:29:47 UTC
Re: [CAD_CAM_EDM_DRO] PWM signal to step/direction signals
Howard Bailey
2002-10-08 23:20:47 UTC
Re: [CAD_CAM_EDM_DRO] PWM signal to step/direction signals
JJ
2002-10-09 04:33:23 UTC
RE: [CAD_CAM_EDM_DRO] PWM signal to step/direction signals
Alan Marconett KM6VV
2002-10-09 10:50:14 UTC
Re: [CAD_CAM_EDM_DRO] PWM signal to step/direction signals
Brian Punkar
2002-10-09 18:10:44 UTC
Re: PWM signal to step/direction signals
Howard Bailey
2002-10-09 18:39:15 UTC
Re: [CAD_CAM_EDM_DRO] Re: PWM signal to step/direction signals
David Kott
2002-10-09 19:52:07 UTC
Re: [CAD_CAM_EDM_DRO] PWM signal to step/direction signals
JJ
2002-10-10 05:37:13 UTC
RE: [CAD_CAM_EDM_DRO] PWM signal to step/direction signals
j.guenther
2002-10-10 06:08:37 UTC
RE: [CAD_CAM_EDM_DRO] PWM signal to step/direction signals
Tim Goldstein
2002-10-10 11:35:45 UTC
Re: [CAD_CAM_EDM_DRO] PWM signal to step/direction signals