Stepper motor current rating and number of coils
I am doing some stepper motor drive circuits but I need some help with the current rating.
I am playing with a 10 wire motor that has a rating of 0.75A
After looking at the step pattern for the 5 coils it turns out that 4 coils are on at all times
The steping happens when the off coil is turned on and the previous coil is turned off.
Is the rating assume 4 coils or is it each coil so that a current of 3 amps would be drawn with 4 coils energized for this particular motor?
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Think Inside the box first and if that doesn't work..
Re-arrange what's inside the box then...
Think outside the BOX!
I am playing with a 10 wire motor that has a rating of 0.75A
After looking at the step pattern for the 5 coils it turns out that 4 coils are on at all times
The steping happens when the off coil is turned on and the previous coil is turned off.
Is the rating assume 4 coils or is it each coil so that a current of 3 amps would be drawn with 4 coils energized for this particular motor?
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Think Inside the box first and if that doesn't work..
Re-arrange what's inside the box then...
Think outside the BOX!
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Don't worry. Be happy
Back to the motor, I did find some simple driver circuits and my first little project to build is a peristaltic pump I can use for potting epoxy using a stepper motor. I want to use a micro to control the stepper and allow some memory saving buttons to make the pump easy to use for dispensing small amounts of epoxy. I have a bunch of mixer tubes I found as well so I may try doing some doming resin again perhaps make a doming machine since my company makes stickers.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Think Inside the box first and if that doesn't work..
Re-arrange what's inside the box then...
Think outside the BOX!
Never really knew about 5 phase steppers before...
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
http://www.cs.uiowa.edu/~jones/step/software.html
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Think Inside the box first and if that doesn't work..
Re-arrange what's inside the box then...
Think outside the BOX!
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
-Phil
I just don't have the correct sequence to step or the motor wiring chart I found is not correct.
Any help i would very much like.
Tha actual motor is VEXTA PK564-AA
The wiring chart i have is attached
The method I am connecting is here http://dsaprojects.110mb.com/electronics/cnc/cnc_ctrl.html
I have tried this pattern from here ( I am using a micro not a parallel port) http://www.cs.uiowa.edu/~jones/step/software.html
·········· steptab[noparse][[/noparse]0] = 13;· { binary 01101 }
·········· steptab[noparse][[/noparse]1] = 9;·· { binary 01001 }
·········· steptab[noparse][[/noparse]2] = 11;· { binary 01011 }
·········· steptab[noparse][[/noparse]3] = 10;· { binary 01010 }
·········· steptab[noparse][[/noparse]4] = 26;· { binary 11010 }
·········· steptab[noparse][[/noparse]5] = 18;· { binary 10010 }
·········· steptab[noparse][[/noparse]6] = 22;· { binary 10110 }
·········· steptab[noparse][[/noparse]7] = 20;· { binary 10100 }
·········· steptab[noparse][[/noparse]8] = 21;· { binary 10101 }
·········· steptab[noparse][[/noparse]9] = 5;·· { binary 00101 }
Also this pattern from here http://www.cs.uiowa.edu/~jones/step/types.html
With a 5-phase motor, there are 10 steps per repeat in the stepping cycle, as shown below: Terminal 1 +++
+++++
++ Terminal 2 --+++++
+++++--- Terminal 3 +
+++++
++++ Terminal 4 +++++
+++++
Terminal 5 ----+++++
+++++-
····time--->>·Also various other patterns but the most forward movement in steps i can get is 3 then I can't find the 4th it always gose one step back.I tried doing it a step at a time (no pun intended) and I just have not been able to even think I was close to getting it right.·HELP!
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Think Inside the box first and if that doesn't work..
Re-arrange what's inside the box then...
Think outside the BOX!