[CAD_CAM_EDM_DRO] single axis control
Posted by
Roland Jollivet
on 2012-10-23 09:36:41 UTC
I did build a Sim card handling machine incorporating a stepper. Controlled
by an 18F series Pic. I simply stepped the stepper at a speed that it could
start and stop at without overshoot or lost steps. If speed is not an
issue, this would be the simplest. The worst part is the code overhead to
make all the parameters configurable via RS232.
But steppers sound tricky in your app unless you have high gearing or
encoders, as you'll never know if you lost steps through bumping on the
stop. You might have to 'home' between every operation.
Regards
Roland
by an 18F series Pic. I simply stepped the stepper at a speed that it could
start and stop at without overshoot or lost steps. If speed is not an
issue, this would be the simplest. The worst part is the code overhead to
make all the parameters configurable via RS232.
But steppers sound tricky in your app unless you have high gearing or
encoders, as you'll never know if you lost steps through bumping on the
stop. You might have to 'home' between every operation.
Regards
Roland
On 23 October 2012 16:45, scyvt <scy@...> wrote:
> **
>
>
> Hello group
>
> I have 2 applications for single axis stepper control: one moving a
> cut-off stop, and the other moving a table holding a part being drilled,
> both in pre-determined increments, and with the need to store programs for
> numerous parts. Although either Mach or EMC could do this, it seems like
> cutting butter with a chainsaw. However, there doesn't seem to be much in
> the way of single axis controllers on the market, and I don't have the
> knowledge to brew up one with a microcontroller. Perhaps this could be an
> application for a PLC, but there seems to be a learning curve to program
> one (not G-code). Any suggestions?
>
> TIA
>
> Steve
>
>
>
[Non-text portions of this message have been removed]
Discussion Thread
scyvt
2012-10-23 07:45:36 UTC
single axis control
Andy Wander
2012-10-23 07:57:29 UTC
RE: [CAD_CAM_EDM_DRO] single axis control
Roland Jollivet
2012-10-23 08:08:04 UTC
[CAD_CAM_EDM_DRO] single axis control
John Dammeyer
2012-10-23 09:21:12 UTC
RE: [CAD_CAM_EDM_DRO] single axis control
Roland Jollivet
2012-10-23 09:36:41 UTC
[CAD_CAM_EDM_DRO] single axis control
scyvt
2012-10-23 10:15:14 UTC
Re: single axis control
John Murphy
2012-10-23 11:03:29 UTC
Re: [CAD_CAM_EDM_DRO] single axis control
Rjreese29
2012-10-23 11:04:16 UTC
Re: [CAD_CAM_EDM_DRO] single axis control
Jeffrey Birt
2012-10-23 11:05:07 UTC
RE: [CAD_CAM_EDM_DRO] single axis control
John Dammeyer
2012-10-23 11:12:43 UTC
RE: [CAD_CAM_EDM_DRO] Re: single axis control
jeremy youngs
2012-10-23 13:45:40 UTC
Re: [CAD_CAM_EDM_DRO] Re: single axis control
jeremy youngs
2012-10-23 14:56:53 UTC
Re: [CAD_CAM_EDM_DRO] single axis control
David G. LeVine
2012-10-23 20:20:08 UTC
Re: [CAD_CAM_EDM_DRO] Re: single axis control
Roland Jollivet
2012-10-24 04:58:21 UTC
[CAD_CAM_EDM_DRO] single axis control
jeremy youngs
2012-10-24 14:36:47 UTC
Re: [CAD_CAM_EDM_DRO] single axis control