Re: [CAD_CAM_EDM_DRO] Stepper driver question (slightly O.T.)
Posted by
Codesuidae
on 2006-01-30 08:21:04 UTC
Marv Frankel wrote:
don't need all the power you might consider using an SLA7062M driver
chip. This is a microstepping chopper type driver that takes step and
direction inputs. You can get them for about $12 each:
<http://www.techkits.com/#sla7062>
That site also as a carrier board you can use with it for about $70. It
would be a pretty simple solution for driving the motor.
For generating the appropriate control signals you could use pure logic
as suggested in other posts, but I'd suggest using a microcontroller, a
PIC or AVR, and a BASIC or C compiler.
The main problem with this is that getting set up with development tools
can be pricy. If you don't intend to do other projects it would be more
cost effective to either have someone else write the program to your
specs or use logic, which doesn't required programming. The logic
required is pretty simple, so if you have any experience with that it
might be easier to impliment.
The advantage of a microcontroller is that you can much more easily
adjust the response of the system to the inputs so that you can tweak it
to do exactly what you want.
Dave K
>Guys,You mentioned that you'd be using a 440oz-in stepper for this. If you
> I have an industrial application that requires only one stepper
>motor, and two photocells. When one photocell goes dark, the stepper
>motor cranks clockwise. When the other photocell goes dark, the
>stepper motor cranks counterclockwise. I'm looking for a fairly simple
>driver. Any suggestions?
>
>
don't need all the power you might consider using an SLA7062M driver
chip. This is a microstepping chopper type driver that takes step and
direction inputs. You can get them for about $12 each:
<http://www.techkits.com/#sla7062>
That site also as a carrier board you can use with it for about $70. It
would be a pretty simple solution for driving the motor.
For generating the appropriate control signals you could use pure logic
as suggested in other posts, but I'd suggest using a microcontroller, a
PIC or AVR, and a BASIC or C compiler.
The main problem with this is that getting set up with development tools
can be pricy. If you don't intend to do other projects it would be more
cost effective to either have someone else write the program to your
specs or use logic, which doesn't required programming. The logic
required is pretty simple, so if you have any experience with that it
might be easier to impliment.
The advantage of a microcontroller is that you can much more easily
adjust the response of the system to the inputs so that you can tweak it
to do exactly what you want.
Dave K
Discussion Thread
Marv Frankel
2006-01-29 18:31:59 UTC
Stepper driver question (slightly O.T.)
Alan Marconett
2006-01-29 19:13:45 UTC
Re: [CAD_CAM_EDM_DRO] Stepper driver question (slightly O.T.)
Dave Halliday
2006-01-29 19:28:38 UTC
RE: [CAD_CAM_EDM_DRO] Stepper driver question (slightly O.T.)
turbulatordude
2006-01-29 20:26:23 UTC
Re: Stepper driver question (slightly O.T.)
Marv Frankel
2006-01-30 01:59:51 UTC
Re: Stepper driver question (slightly O.T.)
th.carel
2006-01-30 02:12:11 UTC
Re: [CAD_CAM_EDM_DRO] Re: Stepper driver question (slightly O.T.)
Codesuidae
2006-01-30 08:21:04 UTC
Re: [CAD_CAM_EDM_DRO] Stepper driver question (slightly O.T.)
Jack Hudler
2006-01-30 08:22:58 UTC
RE: [CAD_CAM_EDM_DRO] Re: Stepper driver question (slightly O.T.)
Phil Mattison
2006-01-30 08:54:54 UTC
Re: Stepper driver question (slightly O.T.)
timgoldstein
2006-01-30 09:00:06 UTC
Re: Stepper driver question (slightly O.T.)
Alan Marconett
2006-01-30 10:32:06 UTC
stepper pulser, and RE: Stepper driver question (slightly O.T.)
Alan Marconett
2006-01-30 10:32:44 UTC
RE: [CAD_CAM_EDM_DRO] Re: Stepper driver question (slightly O.T.)
Mike Gann
2006-01-30 10:47:48 UTC
RE: [CAD_CAM_EDM_DRO] Re: Stepper driver question (slightly O.T.)
Richard L. Wurdack
2006-01-30 11:23:12 UTC
Re: [CAD_CAM_EDM_DRO] stepper pulser, and RE: Stepper driver question (slightly O.T.)
R Rogers
2006-01-30 11:41:21 UTC
Re: [CAD_CAM_EDM_DRO] stepper pulser, and RE: Stepper driver question (slightly O.T.)
Alan Marconett
2006-01-30 12:15:30 UTC
RE: [CAD_CAM_EDM_DRO] stepper pulser, and RE: Stepper driver question (slightly O.T.)
Alan Marconett
2006-01-30 12:19:02 UTC
RE: [CAD_CAM_EDM_DRO] stepper pulser, and RE: Stepper driver question (slightly O.T.)
Alan Marconett
2006-01-30 12:26:13 UTC
RE: [CAD_CAM_EDM_DRO] stepper pulser, and RE: Stepper driver question (slightly O.T.)
turbulatordude
2006-01-31 04:37:15 UTC
Re: Stepper driver question - roller controller
turbulatordude
2006-01-31 04:57:43 UTC
Re: Stepper driver question - K.I.S.S.
Marv Frankel
2006-02-01 04:26:23 UTC
Re: Stepper driver question - K.I.S.S.