stpper motor controller / driver
realolman1
Posts: 55
I would like to get a controller and or driver that I can use to test a stepper motor on the bench In an Industrial facility It Is a vexta C7395-9212K 1.8 deg step 6.2 v and 1.38 A / phase
If possible, all I would like to have to do is hook up the motor and the power supply(ies) and maybe two switches ... run and direction... that's how I'd like it to operate... actually I'm willing to hook up a bit more than that if necessary ( I saw the other stepper motor thread , and I've had a few rat's nests myself ... but I digress )
please recommend something. thank you
If possible, all I would like to have to do is hook up the motor and the power supply(ies) and maybe two switches ... run and direction... that's how I'd like it to operate... actually I'm willing to hook up a bit more than that if necessary ( I saw the other stepper motor thread , and I've had a few rat's nests myself ... but I digress )
please recommend something. thank you
Comments
The easiest possible solution is to purchase a stepper motor driver. A common stepper motor driver has a step pin, a direction pin, and a disable pin. To set the direction, you send either a high or low signal to the direction pin. To enable or disable the motor you send either a high or a low to the disable pin. To make the motor rotate, you send pulses to the step pin.
The higher the voltage within the parameters of the stepper driver, the faster the motor can rotate. Steppers are often driven way past the stated voltage and the speed of the motor will depend upon the maximum voltage of the driver and power supply available.
This driver here looks like it could get you up and running in no time: http://www.pololu.com/product/2133
As a matter of fact, I had just looked at that very driver right before I posted here... wouldn't I still need to provide 200 pulses per second in order to get the motor to rotate once a second?
that's the kind of stuff I have been running into .... I guess I could connect some sort of square wave generator to the pulse pin?????
By attaching a Propeller to the driver, you can develop the necessary pulsetrain, however I believe you could also do it with a 555 timer chip, although I have never done it that way.
ramping the step frequency, not pulse width. Step pulse width just has to be 10us or more, rising edge is what
matters.
I stand corrected. Yes indeed, it would be the delay between pulses.
hey thanks
The Propeller Project Board accepts a wide range of input voltages and would do the job nicely. Get a couple buttons and resistors and you should be good to go.
The circuit was copied directly from the Parallax WAM manual using the 2 Pushbutton Circuit.