wiring 4V 4phase linear actuator with BS2
nickrummel
Posts: 13
Hi All,
I just purchased a 4V 4ph 1.8A 1.8deg linear actuator LA23GCKB-1
link to wiring diagram - last page of pdf - (https://www.google.com/urlsa=t&rct=j&q=&esrc=s&source=web&cd=1&cad=rja&ved=0CC8QFjAA&url=http%3A%2F%2Fwww.electrocraft.com%2Ffiles%2Fead_step.pdf&ei=sOrgUabUBKeEjALtnoGwCQ&usg=AFQjCNGSD0RzDolaq_Ad0PeeYEQhLZoREg&sig2=cQeGJFcQaF3cwC3PtKjFZg&bvm=bv.48705608,d.cGE)
Mine has 6 wires (red, red/white, green, green/white, black, and white). I wired it as: red = phase 1, red/white = phase 2, green = phase 3, and green/white = phase 4. Black and white not connected. I wired this according to the stepper motor example (#27) in the stampworks book, with the L293D driver, and used the the code from this example from parallax (http://www.parallax.com/Portals/0/Downloads/docs/prod/motors/Stepper_Motor_27964.pdf). When I run it, the motor has a very slight vibration, but the screw doesn't rotate. Any thoughts on how I can get this to work?
Note - I tried this same set-up with the parallax stepper motor and it worked.
Thanks,
Nick
I just purchased a 4V 4ph 1.8A 1.8deg linear actuator LA23GCKB-1
link to wiring diagram - last page of pdf - (https://www.google.com/urlsa=t&rct=j&q=&esrc=s&source=web&cd=1&cad=rja&ved=0CC8QFjAA&url=http%3A%2F%2Fwww.electrocraft.com%2Ffiles%2Fead_step.pdf&ei=sOrgUabUBKeEjALtnoGwCQ&usg=AFQjCNGSD0RzDolaq_Ad0PeeYEQhLZoREg&sig2=cQeGJFcQaF3cwC3PtKjFZg&bvm=bv.48705608,d.cGE)
Mine has 6 wires (red, red/white, green, green/white, black, and white). I wired it as: red = phase 1, red/white = phase 2, green = phase 3, and green/white = phase 4. Black and white not connected. I wired this according to the stepper motor example (#27) in the stampworks book, with the L293D driver, and used the the code from this example from parallax (http://www.parallax.com/Portals/0/Downloads/docs/prod/motors/Stepper_Motor_27964.pdf). When I run it, the motor has a very slight vibration, but the screw doesn't rotate. Any thoughts on how I can get this to work?
Note - I tried this same set-up with the parallax stepper motor and it worked.
Thanks,
Nick
Comments
But those unconnected wires are likely the problem. Got data sheet? Link no worky.
http://www.stepperworld.com/Tutorials/pgBipolarTutorial.htm
This is also a good read:
http://en.wikipedia.org/wiki/Stepper_motor
https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&cad=rja&ved=0CC8QFjAA&url=http%3A%2F%2Fwww.electrocraft.com%2Ffiles%2Fead_step.pdf&ei=sOrgUabUBKeEjALtnoGwCQ&usg=AFQjCNGSD0RzDolaq_Ad0PeeYEQhLZoREg&sig2=cQeGJFcQaF3cwC3PtKjFZg&bvm=bv.48705608,d.cGE
I would be helpful to know what you're using for a power supply.
Sorry, I forgot you mentioned the L293D. I don't recall its current limit.
How many amps can your power supply provide? You may need a different controller for the motor.
First off, you mentioned in your first post, the actuator requires 1.8 amps. A 150ma adapter will not supply enough power to turn the stepper.
Second, you need to connect a 2-3 amp power supply to the V+ an ground connection below the L293D chip.
Thirdly, the L293D is only good for 600ma per pin.
I have replaced the L293D on my boards with the SN754410NE.One amp per pin and inexpensive
Still don't know if it would handle your actuator.
If you have some high power transistors, you could make a driver with them but getting a chip or board to drive the motor would be much easier.
There are also stepper drivers that just require a direction and pulse pin. SparkFun's EasyDriver is one such board but I don't know it would be powerful enough for this motor.