Robotics/Components/Actuation Devices/Motors

From Wikibooks, open books for an open world
Jump to navigation Jump to search

There are several different types of motors. Each motor type has several advantages as well as disadvantages depending on a particular robots design. See this Wikipedia article for basic information about the different electro motors.

AC-motors[edit | edit source]

There are several different types of AC-motors, but their use is limited to high power stationary industrial robots. They are harder to use than DC-motors.

DC-motors[edit | edit source]

DC-motors are very easy to use, but like most other motors their usefulness for robotics is very dependent on the gearing available. DC-motors are made much more effective if they have an efficient gear ratio for a particular task. If your priority is to have a fast spinning motor and torque is of little concern a low gearing or even no gearing may be what you need; however, most motors used in robots need torque over top speed so a motor with a high gear ratio could be more useful.

The control of a DC motor can be split into two parts: speed and direction.

Direction[edit | edit source]

The principle behind a H-bridge

Changing direction in which a DC-motor turns is very easy: simply reverse the polarity.

Both pairs of switches ( (S1A,S1B) and (S2A, S2B) )-see the picture on the right- will always switch together. This circuit is called an H-bridge. In a real design the switches can be several different components (Relays, transistors, FETs) or the whole circuit (without the motor) could be an IC (integrated circuit). use sugarcan relays

Speed[edit | edit source]

Speed is a little bit more complicated. Many beginners would try to slow down a motor by reducing its voltage with a variable resistor or other ways. This does not work well, because it will not only reduce the motor's speed, it will also reduce a motor's strength, while also consuming a lot of electricity as large amounts of heat are generated by the resistor.

A far better way is to use a PWM (Pulse-width modulation) device.

Servo[edit | edit source]

What is a servo?

Servos are used in robotics for different purposes: e.g. to move a sensor around or to move the legs of a robot. Some users modify the servo so that they can use it as a DC-motor with a gearbox.

Controlling a servo is done with Pulse-width modulation. The length of the pulse is relative to the position the servo will turn to. The length of this pulses is usually between 1ms and 2ms, if so 1.5ms would be the center position. This pulse needs to be repeated with small intervals (otherwise the servo might turn to a "save" position or it might simply stay at its current position. This depends on the type of servo used).

Stepper motor[edit | edit source]

We cover stepper motors in more detail in the next chapter, Robotics/Stepper Motors.

(The category-box overlaps some of the text here. This line added to keep the real content on the screen)