Actuators are devices that convert energy (usually electrical, hydraulic, or pneumatic) into mechanical motion. They act as the "muscles" of a mechatronic system, allowing it to respond to sensor inputs and control signals by producing physical actions or movements.
In our everyday lives, we encounter actuators frequently:
The vibration motor in your phone that produces haptic feedback
The electric motors that raise and lower car windows
The hydraulic cylinders that control construction equipment
In mechatronics, actuators play a crucial role in executing the decisions made by the control system, enabling the system to interact with and manipulate its environment.
Let's explore some common types of actuators used in mechatronic systems:
Electric motors convert electrical energy into mechanical energy through electromagnetic interactions. They are widely used due to their efficiency, controllability, and variety of sizes and power outputs. This category also includes electromagnets, which generate magnetic fields when current flows through them, used for holding, lifting, or actuating ferromagnetic materials.Â
DC Motors: Provide continuous rotation with speed varying based on voltage. They are commonly used in robot wheel motors and electric screwdrivers.
Stepper Motors: Rotate in precise incremental steps using multiple electromagnets arranged in a stator. They are essential in 3D printers and CNC machines.
Servo Motors: Can be positioned at specific angles using a motor, gearbox, and control circuit. They are frequently used in robot arm joints and radio-controlled car steering.
Electromagnets: Generate magnetic fields when current flows through them. They are used in magnetic locks and electromagnetic relays.
Hydraulic actuators use pressurized fluid (usually oil) to generate force and motion. They excel in high-force applications due to the incompressibility of liquids, making them ideal for heavy-duty industrial and mobile equipment.Â
Hydraulic Cylinders: Provide linear motion using pressurized fluid in a cylinder barrel with a piston. They are commonly found in construction equipment like excavators and bulldozers.
Hydraulic Motors: Provide rotary motion by converting fluid pressure and flow into torque and rotation. They are often used as wheel motors in heavy machinery and winches on ships.
Pneumatic actuators use compressed air to produce force and motion. They are often preferred in clean environments due to the absence of fluid leakage risks and are known for their speed and simplicity.Â
Pneumatic Cylinders: Similar to hydraulic cylinders but use compressed air, typically faster but less powerful. They are widely used in automated assembly lines and pneumatic doors.
Pneumatic Grippers: Use air pressure to open and close gripper fingers for object manipulation. They are common in pick-and-place robots in manufacturing and packaging machines.
Piezoelectric actuators utilize the piezoelectric effect, where certain materials change shape when an electric field is applied. They offer extremely precise motion control but typically have small displacement ranges, making them suitable for applications requiring nanometer-level precision.
Stack Actuators: Convert electrical energy into precise mechanical displacement using multiple layers of piezoelectric material. They are used in adaptive optics for telescopes and auto-focus mechanisms in cameras.
Bending Actuators: Produce bending motion when voltage is applied, often used in microfluidics. They are found in inkjet printer heads and micro-positioning stages in microscopes.
Thermal actuators convert temperature changes into mechanical motion, often utilizing materials with special thermal properties. This category includes heaters, which can be used to trigger other thermal actuators or as direct actuators in temperature control systems.
Shape Memory Alloys: Change shape when heated and return to their original shape when cooled. They are used in automatic greenhouse vents and deployable structures in spacecraft.
Bimetallic Strips: Bend when heated due to different thermal expansion rates of two bonded metals. They are commonly found in thermostats and circuit breakers.
Heaters: Convert electrical energy into heat for various applications. They are used in 3D printer nozzle heaters and climate control systems.
Solenoids are electromagnetic devices that produce linear motion. They consist of a coil and a ferromagnetic plunger that moves when current flows through the coil, providing quick and simple linear actuation.
Push-type Solenoids: Extend the plunger when energized, commonly used in door locks. They are also found in pinball machine bumpers for rapid actuation.
Pull-type Solenoids: Retract the plunger when energized, often used in automatic valves. They are also employed in relay switches for electrical control systems.
While not always considered traditional actuators, devices that convert energy into light or sound can be crucial components in mechatronic systems, providing important feedback and interaction capabilities.
Light-Emitting Diodes (LEDs): Convert electrical energy into light for various signaling and illumination purposes. They are used as status indicators, display backlights, infrared communication and grow lights in automated greenhouses.
Speakers and Buzzers: Convert electrical energy into sound waves for audio feedback or alerts. They are essential in alarms, notification systems, and audio interfaces in mechatronic devices.
The BBC micro:bit, while primarily designed as a microcontroller with various sensors, has some built-in actuators and can control external ones. This makes it an excellent platform for learning about both input and output in mechatronic systems.
LED Display: 5x5 grid of programmable LEDs that can display patterns, scrolling text, and simple animations. While primarily used for output, it can be considered a simple light actuator for creating visual feedback systems.
Speaker: Built-in speaker capable of producing tones and simple sounds for audio feedback or simple music creation.
PWM Outputs: The micro:bit's pins can be used to generate Pulse Width Modulation (PWM) signals for controlling external actuators like motors or servos.
GPIO (General Purpose Input/Output) Pins: While not actuators themselves, these pins allow the micro:bit to control various external actuators by switching external circuits on and off.
The Maqueen robot, designed to work with the micro:bit, extends the actuator capabilities significantly, allowing for more complex mechatronic projects.
DC Motors: Two motors for driving the wheels, allowing for movement and turning. They can be controlled independently for differential steering and their speed can be adjusted using PWM signals.
Servo Motors: Supports up to three servo motors for additional movements, such as articulated parts like arms or grippers. These allow for precise angular positioning.
RGB LEDs: Four programmable RGB LEDs for visual feedback, capable of displaying a wide range of colors and patterns. They are useful for status indication or creating lighting effects.
Buzzer: Produces sounds and tones for audio feedback or simple melodies, useful for signaling the completion of a task or providing warnings.
Infrared Transmitters: While primarily used for line following, these can also be considered actuators. They can be used to send infrared signals for communication or control of other IR-enabled devices.
End effectors are devices attached to the end of a robotic arm or manipulator, designed to interact directly with the environment. They are the "hands" of a robotic system, allowing it to perform specific tasks. The choice of end effector depends on the particular application and the characteristics of the objects being manipulated. Common types of end effectors include:
Parallel Grippers: Two-fingered grippers for picking up objects with parallel surfaces
Vacuum Grippers: Use suction to pick up smooth, flat objects
Magnetic Grippers: For handling ferrous materials
Three-Finger Grippers: Provide more dexterity and can handle irregularly shaped objects
Soft Grippers: Made of flexible materials to handle delicate or irregularly shaped objects
Adaptive Grippers: Can adjust their shape to conform to different object geometries
Welding Torches: For automated welding processes
Paint Sprayers: For automated painting
Drilling Tools: For automated drilling operations
Cutting Tools: Such as lasers or water jets for precision cutting
Screwdrivers: For automated assembly tasks
Dispensing Nozzles: For applying adhesives, sealants, or other materials
📖 In your workbook:
Look at various mechatronic systems and identify the actuators it uses. Briefly identify the function of each.
Match various actuator names with the correct description.
Match various actuator pictures with the correct actuator name.