stepper motor with 6 wire
yzche
Posts: 35
parallax has·code for·stepper motor (12V)with 5 wires.·However I have a stepper motor (5V)with 6 wires and I don't know how to program it. Does anyone knows how to program a stepper motor with 6 wires ?
Comments
Correct me if I'm wrong on this.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
"OIOOIOOO OIIOOIOI OIIOIIOO OIIOIIOO OIIOIIII OOIOOOOO OIIIOIII OIIOIIII OIIIOOIO OIIOIIOO OIIOOIOO OOIOOOOI"
You can also use only one coil on a side with an H-Bridge driver. And that will work with a 4 wire motor, a 6 wire motor and an 8 wire motor. This is BI-Polar.
The H-bridge reverses polarity on the coil so the common could be a dead short in a 5 wire motor.
The benifit of an 8 wire arrangement is that you can parallel two coils and wind up with a 4 wire motor. There is a very slight mechanical advantage of the parallel arrangement, something on the order of 3% gain.
Also, for a single coil motor, you would use full nameplate amps, and if you used a 6 wire or 8 wire with the centers in common to create a 4 wire motor with the two coils in series, then you would drive that with only half the amps. It offers the same low speed power at half the energy input. But is does not offer the same high speed performance.
Be careful to isolate the connon taps so they do not touch anything.
Dave
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
"The more you do, the more you know"
http://www.sq-1.com/estoc.html
·
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
"OIOOIOOO OIIOOIOI OIIOIIOO OIIOIIOO OIIOIIII OOIOOOOO OIIIOIII OIIOIIII OIIIOOIO OIIOIIOO OIIOOIOO OOIOOOOI"
http://68.11.58.106:69/ircchat2/jicra-1.2.2/index-js.html
' P4 -> ULN2003.1, ULN2003.16 -> Phase 1 (Black)
' P5 -> ULN2003.2, ULN2003.15 -> Phase 2 (Orange)
' P6 -> ULN2003.3, ULN2003.14 -> Phase 3 (Brown)
' P7 -> ULN2003.4, ULN2003.13 -> Phase 4 (Yellow)
How do I know which phase is which wire for my 5V stepper motor?
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
"OIOOIOOO OIIOOIOI OIIOIIOO OIIOIIOO OIIOIIII OOIOOOOO OIIIOIII OIIOIIII OIIIOOIO OIIOIIOO OIIOOIOO OOIOOOOI"
http://68.11.58.106:69/ircchat2/jicra-1.2.2/index-js.html
Connect any wire to one lead and then test all the other wires.
The center tap will be the exact same to all other wires. Since that is the common, that should be simple.
From that point, you can select all the other 4 wires and pretend they are correct and connect them to your driver board.
If you do have them correct, the motor will spin normally and in the proper direction. If you only have the direction reversed, then all you need to do is to swap either of one side of the motor connectors.
If the motot just vibrates, then you have two phases out of alignment and need to swap one wire from one set of phases to the other.
If you want to add a short protection, use a lightbulb in front of your power supply. if you do pull a short, the bulb will light and indicate a short. if there is no short, then the bulb will act as a low ohm resistor.
Dave
Regards,
Al Williams
AWC
Easy RS232 Prototypes: http://www.awce.com/rs1.htm
·
Thanks! everybody. It works.