Introduction to Electric Motors: Principles, Components, and Control
Principles of Electromagnetic Torque
- Lorentz Force Law: Motors generate torque by utilizing the Lorentz force law, which is a component of Maxwell's equations.
- The Left Hand Rule: This rule encapsulates the Lorentz force law to determine the direction of force generated when current flows through a wire inside a magnetic field.
* Perpendicular Force: The generated force is perpendicular to both the direction of the current and the direction of the magnetic field.
* Finger Mapping:
* Middle Finger: Direction of the current.
* Index Finger: Direction of the magnetic field.
* Thumb: Direction of the resulting force.
- Loop Mechanism: By forcing current to move in a loop rather than a straight line, the interaction with the magnetic field creates rotation. For a loop with current flowing counterclockwise:
* On the left side of the loop, the force pushes down.
* On the right side of the loop, the force pushes up.
* This pair of forces results in a net torque, causing the loop to rotate counterclockwise.
Components of a Brushed DC Motor
- Armature: The loop of wire itself, sometimes referred to as wire coils. This is the component that rotates.
- Commutator: A rotating ring with gaps that rotates along with the armature to supply current to the loop.
- Brushes: Stationary, spring-loaded components that make electrical contact with the commutator to supply power from the battery.
- Stators: Stationary permanent magnets that generate a constant magnetic field. They are named "stators" because they are stationary.
- Operational Sequence:
1. Current flows from the wire through the brush.
2. It passes through the commutator ring into the armature loop.
3. As the armature rotates, the brushes switch contact to the opposite side of the commutator ring.
4. This switch reverses the direction of current in the armature, switching the electromagnet's polarity and ensuring continuous rotation.
Rotation Dynamics and Challenges of Continuous Motion
- The Perpendicular State: When the armature loop becomes perpendicular to the magnetic field (rotated 90∘), the forces acting on the loop act within the same plane.
- Loss of Torque: In this orientation, there is no lever arm for the forces to act upon. Consequently, no torque is generated, and the motor could potentially get stuck.
- Stabilizing Speed: A single loop results in irregular motor speeds.
- The Solution - Multiple Armatures: Motor manufacturers use multiple armatures connected at angles to each other (e.g., 90∘ offsets). This ensures that while one armature might be in a "dead zone" with no torque, another is positioned to produce net torque, allowing for continuous, smooth rotational motion.
Gearboxes and Gear Transmission Ratios
- The Torque-Speed Trade-off: Electric motors naturally rotate very fast but produce very little torque. Gearboxes are used to reduce the speed (RPM) of the output shaft while increasing the torque.
- Gear Transmission Ratio Definition: The ratio is defined by the number of teeth on the gears.
* GearRatio=Number of teeth on the driving gearNumber of teeth on the driven gear
* Driving Gear: The gear supplying the power (e.g., the gear connected to the motor shaft or bike pedals).
* Driven Gear: The output gear (e.g., the back wheel of a bike).
- Bicycle Analogy:
* The smallest chainring at the front (driving gear) paired with the biggest cog at the back (driven gear) creates a high gear ratio.
* This is the "easiest gear," ideal for steep climbs or starting from a standstill because it maximizes torque even though it sacrifices speed.
- Data Sheet Interpretation: Manufacturer spec sheets (e.g., from Pololu.com) show that as the gear ratio increases:
* No-load speed (maximum rotational speed) continuously decreases.
* Torque continuously increases.
- Stall Torque: The maximum torque a motor can generate before it stalls and ceases to rotate.
- No-load Speed: The maximum speed the motor output shaft can reach when no load is attached.
- Stall Current: The current drawn by the motor when at stall torque.
- No-load Current: The current drawn at no-load speed.
- Torque-Speed Relationship: There is an inverse relationship between speed and torque.
- Motor Constants: Motors are characterized by constants, often referred to as k, kt, or ke. If the motor constant, stall torque, and no-load speed are known, the entire performance curve of the motor can be derived.
Categories and Types of Electric Motors
- Brushed DC Motors: The windings (armature) rotate while the permanent magnets (stators) are stationary. They use brushes and commutators for electrical contact.
- Brushless DC Motors (BLDC):
* Mechanism: The magnets rotate (core) while the armatures (windings) remain stationary on the outside.
* Advantages: Higher efficiency and higher resilience/wear resistance because there is no friction from brushes.
* Disadvantages: Higher electronic complexity; they require active control to energize the correct windings in a specific timing sequence. They are generally more expensive.
- Servo Motors:
* Closed-loop Control: Include built-in electronics for precise positioning.
* Angle Limits: Often limited to specific ranges (e.g., 0∘ to 180∘, −180∘ to 180∘, or 270∘), though some are "continuous rotation" servos.
- Stepper Motors:
* Discrete Steps: Move in discrete angular increments in response to electrical pulses.
* Micro-stepping: An advanced technique allowing movement in fractions of a step for finer resolution.
* Open-loop: They do not usually have closed-loop feedback and can lose position if over-torqued.
- Other Types: AC motors (alternating current), Piezoelectric motors, and Electrostatic motors.
Motor Selection Criteria Matrix
- Low Torque / Low Speed: Stepper motors.
- Low Torque / High Speed: Brushless DC motors (due to efficiency).
- High Torque / Low Speed: Servo motors (or possibly stepper motors depending on torque needs).
- High Torque / High Speed: DC motors (typically paired with a gearbox).
- Application-Specific Considerations:
* Short, rapid, repetitive movements: Servos are best for highly dynamic environments.
* Economical precision: Stepper motors are cheaper than servos for precise movement if the torque is managed.
* Smooth slow motion: Servo motors or Stepper motors with micro-stepping.
Driving Motors: H-Bridges and PWM
- H-Bridge Hardware: A device designed to enable bidirectional (clockwise and counterclockwise) control of a motor using a single power supply.
* Structure: Consists of four switches arranged around a motor in an "H" configuration.
* Clockwise Operation: Close the top-left and bottom-right switches so current flows from left to right.
* Counterclockwise Operation: Close the top-right and bottom-left switches so current flows from right to left.
* Specific Model: The L219D is a common motor driver found in lab kits.
* Signal Conversion: The H-bridge takes a voltage input and converts it to a proportional current output (0V=0A; 5V≈1A).
- Pulse Width Modulation (PWM):
* The Problem: Microcontrollers like the Arduino have digital outputs but lack true analog outputs needed to vary motor speed.
* The Technique: PWM mimics an analog signal by rapidly switching a digital pin between high and low states.
* Duty Cycle Formula:
* Duty Cycle=Signal PeriodPulse Width×100%
* Power Delivery:
* 0% Duty Cycle: Signal is always low; average power is 0%.
* 50% Duty Cycle: Signal is high half the time; average power is 50%.
* 100% Duty Cycle: Signal is always high; average power is 100%.
* Motor Perspective: If the period is short enough, the motor cannot distinguish the pulses from a continuous analog signal and responds to the average power.
Questions & Discussion
- Question: How do we know which way the magnetic flow is?
- Answer: It moves from north to south.
- Question: What are the forces acting on the loop when it is perpendicular to the magnetic field?
- Answer: In that state, the forces are acting in the plane of the loop. There is no lever arm, which means no torque is generated, leading to no rotation from that specific position.
- Discussion on Efficiency: A student noted that brushless motors have less friction. The instructor confirmed this, adding that friction turns electrical energy into heat energy rather than mechanical energy, making brushed motors less efficient than brushless ones.