Difference between revisions of "Stepper Motors"

From CunningWiki
Jump to: navigation, search
m
m
Line 27: Line 27:
 
'''Stepping Schemes'''
 
'''Stepping Schemes'''
  
*Wave Stepping - This is the most power efficient method for stepper but supplies the least torque.
+
*Wave Stepping - This is the most power efficient method for stepper but supplies the least torque. this also makes it the least stable at higher speeds
 
  <tab class=wikitable sep=comma head=top>
 
  <tab class=wikitable sep=comma head=top>
 
Phase, A, B, C, D
 
Phase, A, B, C, D
Line 36: Line 36:
 
</tab>
 
</tab>
  
*Full Stepping
+
*Full Stepping - offers half the resolution of wave stepping, but has a higher holding torque
 
  <tab class=wikitable sep=comma head=top>
 
  <tab class=wikitable sep=comma head=top>
 
Phase, A, B, C, D
 
Phase, A, B, C, D
Line 46: Line 46:
  
  
*Half Stepping
+
*Half Stepping - a hybrid of wave and full stepping this offers higher resolution torque and speed.
 +
<tab class=wikitable sep=comma head=top>
 +
Phase, A, B, C, D
 +
State1,1,0,0,0
 +
State2,1,1,0,0
 +
State3,0,1,0,0
 +
State4,0,1,1,0
 +
State5,0,0,1,0
 +
State6,0,0,1,1
 +
State7,0,0,0,1
 +
State8,1,0,0,1
 +
 
 +
 
 +
</tab>
 +
 
 +
 
 
*Micro Stepping
 
*Micro Stepping
  

Revision as of 09:44, 12 December 2011

Intro

Stepper motors are constant power motors. Unlike DC motors which rotate by create a reversing magnetic field stepper motors work by attracting a rotor core with magnetic coils aligned in a stator using discrete intervals called steps.

Steppers are usually run in open loop, meaning there is not secondary sensor monitoring the position. In some cases this makes it much easier to implement a digital controller for them. The errors associated with steppers are non cumulative so even running it in open loop will usually yield accurate positions.

Their flaws are usually in low torque, high virbation and limited speed. Also their resolution is limited to a multiple of it's step intervals.

Bipolar vs Unipolar

  • Unipolar
  • Bipolar (series)
  • Bipolar (Parallel)
  • Bipolar (series)


Drivers

  • Constant Voltage (L/R)
  • Constant Current (Chopper)


Stepping Schemes

  • Wave Stepping - This is the most power efficient method for stepper but supplies the least torque. this also makes it the least stable at higher speeds
Phase A B C D
State1 1 0 0 0
State2 0 1 0 0
State3 0 0 1 0
State4 0 0 0 1

  • Full Stepping - offers half the resolution of wave stepping, but has a higher holding torque
Phase A B C D
State1 1 1 0 0
State2 0 1 1 0
State3 0 0 1 1
State4 1 0 0 1


  • Half Stepping - a hybrid of wave and full stepping this offers higher resolution torque and speed.
Phase A B C D
State1 1 0 0 0
State2 1 1 0 0
State3 0 1 0 0
State4 0 1 1 0
State5 0 0 1 0
State6 0 0 1 1
State7 0 0 0 1
State8 1 0 0 1


  • Micro Stepping


Wiring

  • 4 wire - Bipolar
  • 8 wire - Unipolar or Bipolar


Steps per revolution

Common Step angle 1.8 deg (200 steps per rev)


NEMA Sizes

NEMA 17

NEMA 23

NEMA 35


Vendor List

Probotix

SparkFun

Japan Servo KH42HM2-951


References

Wikipedia

Stephen Hewitson

Formulas

Step Angle = 360/S (S = steps)