Control System Components (HL)

What is a Control System?

A control system is a system that manages, commands, directs, or regulates the behavior of other devices or systems using feedback mechanisms.

Control systems are widely used in automation, robotics, manufacturing, and home appliances.

Key Stages of a Control System

Component Description
InputReceives data from sensors about the environment or system state.
ProcessThe controller processes input data and executes a control algorithm.
OutputThe actuator executes the control action (e.g. moving a motor).

Core Components in a Control System

Element Description
ControllerProcesses sensor data and sends signals to actuators.
SensorsMeasure environmental variables (e.g. temperature, pressure).
ActuatorsConvert control signals into physical actions (e.g. motors, valves).

Common Sensors and Their Applications

Sensor Description Example Use
Temperature Sensor Measures ambient or surface temperature. Used in thermostats, fridges, and climate control systems.
Light Sensor (LDR) Detects light intensity levels. Used in automatic lighting systems and smartphone brightness adjustment.
Motion Sensor (PIR) Detects movement using infrared radiation. Used in home security alarms and automatic door openers.
Proximity Sensor Detects the presence of nearby objects without physical contact. Used in parking sensors and mobile phone screen lock/unlock features.
Sound Sensor (Microphone) Converts sound waves into electrical signals. Used in voice-activated assistants and noise monitoring systems.
Gas Sensor Detects specific gas concentrations in the environment. Used in smoke detectors, carbon monoxide alarms, and industrial safety systems.
Humidity Sensor Measures moisture in the air. Used in greenhouses, HVAC systems, and weather monitoring stations.
Pressure Sensor Measures the force exerted by gases or liquids. Used in weather instruments and vehicle tire pressure systems.
Touch Sensor Detects physical contact or pressure on a surface. Used in touchscreens and elevator buttons.

Common Actuators and Their Applications

Actuator Description Example Use
Electric Motor Converts electrical energy into rotational motion. Used in robotic arms, electric fans, and conveyor belts.
Servo Motor Provides precise angular movement control. Used in robotic joints and radio-controlled models.
Heater Element Converts electrical energy into heat. Used in kettles, ovens, and water boilers.
Hydraulic Cylinder Creates linear motion using pressurised fluid. Used in excavators and industrial presses.
Pneumatic Cylinder Uses compressed air to create motion. Used in automated machinery and packaging systems.

Types of Control Systems

Type Description
Open-Loop System No feedback; output is not adjusted based on performance.
Closed-Loop System Uses feedback to adjust the system’s behaviour dynamically.

Deep Dive: Open & Close Loop Systems

Open-Loop: Microwave

Example: A basic microwave oven set to heat food for 2 minutes.

The user inputs a specific time and presses start. The microwave operates for the full duration regardless of whether the food is already hot or not. There are no sensors checking the temperature of the food.

Why it’s open-loop: In an open-loop system, the controller issues commands based solely on preset inputs, without measuring or reacting to the actual output.

Key characteristic: There is no feedback from the output to the controller, so the system cannot correct errors or adapt to disturbances.

Benefit: Its simplicity and minimal hardware requirements reduce implementation cost and potential points of failure, making open-loop systems suitable for applications where precise control is not critical.

Limitation: Without feedback, any variation in system behavior—such as changes in load, environmental conditions, or component aging—cannot be compensated for, leading to possible underperformance or damage.

Input Stage: The user sets the desired heating time (for example, two minutes on a microwave) using a timer dial or keypad.

Processing Stage: The control logic interprets the time input and initiates a countdown sequence in hardware or firmware.

Response Stage: The microwave’s magnetron remains energised until the countdown elapses, regardless of whether the food has reached the desired temperature.

Closed-Loop: Heating System

Example: A central heating system controlled by a thermostat.

The user sets a desired room temperature (e.g. 21°C). The thermostat constantly measures the current temperature in the room using a sensor. If the temperature drops below the target, the heating is turned on. Once the desired temperature is reached, the system turns off the heating.

Why it’s closed-loop: A closed-loop system continuously measures its output and adjusts its inputs to maintain the desired setpoint.

Key characteristic: The presence of a feedback loop allows the controller to compensate for disturbances and correct deviations.

Benefit: By constantly monitoring performance, closed-loop systems achieve higher accuracy, stability, and adaptability in dynamic environments.

Limitation: The added sensors, feedback components, and control algorithms increase system complexity, cost, and maintenance requirements, and can introduce stability challenges if poorly tuned.

Input Stage: The user programs a target room temperature (e.g. 21°C) into the thermostat interface.

Processing Stage: The controller reads temperature sensor data, compares it against the setpoint, and calculates the required heating or cooling action.

Response Stage: The heating system is activated or deactivated to drive the measured temperature toward the target, repeating this cycle continuously.

Closed-Loop: Smart Greenhouse

Example: A modern greenhouse outfitted with temperature, humidity, and soil-moisture sensors connected to a central controller.

The grower programs ideal setpoints (e.g. 24 °C, 60 % humidity) into the control interface. The sensors continuously feed real-time data to the controller, which compares each measurement against its target. When the temperature falls below the setpoint, heaters are activated; if humidity climbs too high, ventilation fans kick in; and when the soil moisture drops, an irrigation pump delivers water. This feedback loop runs without interruption, ensuring the greenhouse environment is maintained automatically around the clock.

Why it’s closed-loop: This system actively monitors environmental variables and adjusts conditions to optimise plant growth.

Key characteristic: Multiple feedback loops operate in parallel, each governing temperature, humidity, or soil moisture.

Benefit: Real-time adaptation enhances crop yield, conserves water and energy, and prevents stress or damage due to environmental fluctuations.

Limitation: The integration of numerous sensors, actuators, and control logic increases initial investment and requires regular calibration and upkeep to ensure reliability.

Input Stage: Sensors placed throughout the greenhouse measure temperature, relative humidity, and soil moisture levels and send analog or digital signals to the controller.

Processing Stage: A microcontroller or PLC runs a control algorithm that compares sensor readings against set thresholds (e.g. 24°C temperature, 60% humidity) and computes actuator commands.

Response Stage: Depending on the computed commands, heaters, vents, irrigation pumps, or fans are activated or deactivated to restore optimal conditions, and the cycle repeats continuously.

The Role of Control Algorithms

At the heart of every control system is a loop where the environment is continuously monitored, data is collected via sensors, and current conditions are compared against a target or preset value. If a difference (or error) is detected, the algorithm calculates how the system should respond to reduce the error.

This cycle of monitoring, comparing, deciding, and acting repeats constantly, allowing the system to stay as close as possible to its desired state.

 Key Takeaways

  • A control system consists of input, process, output, and feedback mechanisms.
  • Key components include controllers, sensors, actuators, and transducers.
  • Open-loop systems operate without feedback, while closed-loop systems adjust dynamically.
  • Control algorithms optimise system behavior in automation, and robotics.