Difference between revisions of "Motors"

From OpenCircuits
Jump to navigation Jump to search
(→‎Other Info: "DIY Motors")
Line 23: Line 23:
  
 
== Servo Motors ==
 
== Servo Motors ==
A servo motor can be any kind of motor that is equipped with a position sensor.  The information from that sensor is then used to control the motor.  In common "RC" servos the sensor is a potentiometer and all the drive electronics are packaged inside the case with the motor.
+
A nice simple way to control the position of an object is to use a servo motor.  A servo motor can be any kind of motor that is equipped with a position sensor and a feedback network to control the position..  The information from that sensor is then used to control the motor.  In common "RC" servos the sensor is a potentiometer and all the drive electronics are packaged inside the case with the motor. The typical RC servo is powered on 5 volts and takes a PWM signal to control its rotation.  Rotation is usually limited to about 90 degrees, and the force at the end of the servo arm ( or horn ) is a few oz. or pounds ( really you should rate it by torque ).  Rotation position can be quite accurately controlled, and typically the motor will move in sub second times  Sometimes these motors are modified to allow continuous rotation, but then the "servo" is gone from the motor and they do not have their nice ability to set a position.  RC Servo motor pricing begins at about $10.
 +
 
 +
We could use a lot more links here:
  
 
See the [[motor driver]] page for more information on the Open Servo project.
 
See the [[motor driver]] page for more information on the Open Servo project.

Revision as of 09:34, 31 August 2010

General

Stepper Motors

A stepper motor is an electric motor that turns a well define amount ( say 6 degrees ), a step, when connected to the right power source. Repeated activation will cause the motor to move any number of steps in either direction desired. Used for carefully controlled motion. Microcontrollers are often used as part of the drive system for a stepper motor.

Uses

  • Printers
  • Machine tools
  • Robots

Links:

Micro controller driving

Main Article: motor driver

Servo Motors

A nice simple way to control the position of an object is to use a servo motor. A servo motor can be any kind of motor that is equipped with a position sensor and a feedback network to control the position.. The information from that sensor is then used to control the motor. In common "RC" servos the sensor is a potentiometer and all the drive electronics are packaged inside the case with the motor. The typical RC servo is powered on 5 volts and takes a PWM signal to control its rotation. Rotation is usually limited to about 90 degrees, and the force at the end of the servo arm ( or horn ) is a few oz. or pounds ( really you should rate it by torque ). Rotation position can be quite accurately controlled, and typically the motor will move in sub second times Sometimes these motors are modified to allow continuous rotation, but then the "servo" is gone from the motor and they do not have their nice ability to set a position. RC Servo motor pricing begins at about $10.

We could use a lot more links here:

See the motor driver page for more information on the Open Servo project.

Universial Motors

Run on AC or DC.

AC Motors

Induction Motors

Current is induced from one part of the motor to another to eliminate brushes, slip rings and the like. A problem with them is getting them started. Run at a near synchronous speed ( but some slip is required to induce currents ).

Capicator Start Motors

AC motors often need a phase difference between various windings to start. In some motors this is supplied using a capacitor.

Synchronous Motors

These motors are used when the speed of the motor needs to be synchronized with the power line in an exact way, the typical motor in an AC clock.

Multi Phase Motors

Multiphase motors have several advantages including more power for a given peak current.

Gear Head Motors

Any type of motor with reduction gears integrated into the motor. Used for high torque, low speed applications.

Other Info