Home Notes Papers

Automated systems

Paper 1Paper 2

This section is examined in Paper 1 and Paper 2.

What is an Automated System?
An automated system is a system that can perform actions or tasks without human intervention. It operates automatically based on pre-programmed instructions and real-time data from its environment.

Building on the concept of input-process-output, automated systems rely on three core components working in collaboration:

  1. Sensors (Input): Detect changes in the physical environment (e.g., light, temperature, pressure) and convert them into electrical signals.
  2. Microprocessor (Process): The 'brain' of the system. It receives data, processes it according to a program, and makes decisions.
  3. Actuators (Output): Devices that perform physical actions (e.g., motors, heaters, lights) based on commands from the microprocessor.
Automated System
Automated system: A system that can perform actions without human intervention.
How Sensors, Microprocessors, and Actuators Collaborate
To understand how these components work together, we must look at the data flow and the role of conversion. This relates to the broader syllabus topic of Analogue vs. Digital signals.
ComponentRole in AutomationKey Technical Detail
SensorDetects environmental changes.Produces an analogue signal (continuous voltage) proportional to the physical quantity.
ADC (Analog-to-Digital Converter)Converts signals for the microprocessor.Converts the analogue signal from the sensor into digitised data (binary) at regular intervals (sampling).
MicroprocessorProcesses data and makes decisions.Repeatedly reads (polls) the digitised data. Compares it to stored values/ranges in its program. Sends output signals if conditions are met.
ActuatorPerforms physical action.Receives electrical signals from the microprocessor and converts them into physical movement or energy (e.g., a motor turning, a valve opening).
Why this collaboration matters:
The microprocessor cannot understand analogue voltages directly. It requires digitised data. Therefore, the sensor and ADC work together to provide readable input. The microprocessor then acts as the decision-maker, triggering the actuator only when specific criteria are met.
Worked Example: Automated Plant Watering System

Scenario: A system monitors soil moisture and waters plants when the soil is too dry.

Step-by-Step Operation:

  1. Sensor: A moisture sensor detects the water content in the soil, producing an analogue voltage signal.
  2. ADC: The ADC converts this analogue signal into digitised data (binary values) at regular intervals.
  3. Microprocessor:
    • It repeatedly reads the digitised data from the ADC.
    • It compares the current moisture value to a stored threshold value (e.g., if moisture < 30%).
    • If the condition is met (soil is dry), it sends an electrical signal to the actuator.
  4. Actuator: A water pump receives the signal and turns on, watering the plants.
  5. Feedback Loop: The sensor continues to monitor. Once moisture > 30%, the microprocessor stops the pump.
⚠︎ Sensor Data Transmission and Conversion

Mistake: Students often say the sensor sends 'analogue data' directly to the microprocessor or that it sends 'continuous digital data.'

Correct Understanding:

  1. Sensors produce analogue signals. These must be converted by an ADC (Analog-to-Digital Converter) into digitised data (binary) at regular intervals.
  2. The microprocessor does not receive a 'continuous stream' in the way a video file streams. Instead, it repeatedly reads (or polls) the digitised data from the ADC to monitor changes in the environment.
Describing the Role of the Microprocessor
Context: When asked to describe or explain the role of the microprocessor in an automated system (e.g., 'Explain how the microprocessor controls the robot').

Why examiners accept this: Examiners look for the specific steps of receiving, processing/comparing, and sending. Vague answers like 'it thinks' or 'it processes data' are insufficient because they do not explain how the decision is made.

Correct Usage Example:
"The microprocessor receives digitised data from the sensor. It compares this data to a stored value/range. If the data matches the condition, it sends a signal to the actuator."

Key Phrase to Use: "Compares data to stored values" is a markscheme keyword phrase.

Common Past Paper Questions
Q:
Describe what is meant by an automated system. [1]
A:
A system that can perform actions without human intervention.
Q:
Explain how a robot uses sensors and a microprocessor to detect a fence. [6]
A:
  1. A proximity sensor is used.
  2. The sensor produces an analogue signal which is converted to digitised data by an ADC.
  3. The microprocessor repeatedly reads the digitised data.
  4. The microprocessor compares the data to a stored value/range.
  5. If the value is within the range (or matches), it indicates the fence is near.
  6. The microprocessor sends a signal to stop the robot.
Q:
Describe the role of the microprocessor in an automated stock control system. [3]
A:
  1. It receives data from the sensor/input device.
  2. It compares the received data to stored data (database).
  3. It sends signals to update the stock level or display an error message.
Q:
Give two advantages of using an automated system for employees. [2]
A:
  1. Increases safety: Workers do not need to go into dangerous areas.
  2. Frees up time: Employees can perform other tasks or learn new skills (maintenance/programming).
Advantages and Disadvantages of Automated Systems
When evaluating automated systems, you must consider both operational benefits and societal/financial impacts. This relates to the syllabus topic of Social and Ethical Implications.
CategoryAdvantagesDisadvantages
Operational
  • Accuracy: Robots perform repetitive tasks with high precision.
  • Speed/Efficiency: Can work 24/7 without breaks.
  • Consistency: No fatigue or boredom.
  • High Initial Cost: Expensive to purchase and install.
  • Maintenance: Requires regular, costly maintenance.
  • Rigidity: Cannot adapt easily to unexpected changes.
Human/Social
  • Safety: Removes humans from dangerous environments (e.g., mining, toxic waste).
  • Job Creation: Creates new jobs in programming and maintenance.
  • Job Losses: Reduces need for manual labour, leading to unemployment.
  • Skill Gap: Workers may lack skills to operate/maintain the system.
  • Dependency: System failure can halt entire operations.
Exam Strategy: When asked for advantages/disadvantages, always link the point to the specific scenario. For example, if the scenario is a 'farm', mention 'saving labour costs' or 'increasing crop yield accuracy'. If the scenario is 'elderly care', mention 'independence' vs 'loss of human contact'.
Answering 'Advantages/Disadvantages' Questions
Context: When asked to 'Give two advantages' or 'Explain the disadvantages' of automation.

Why examiners accept this: Examiners award marks for specific, relevant points. Generic answers like 'it is good' or 'it is bad' receive no marks. You must explain why it is an advantage/disadvantage in the context of the question.

Correct Usage Example:

  • Weak: 'It saves money.'
  • Strong: 'It saves labour costs because fewer workers are needed to perform repetitive tasks.'

Key Phrase to Use: Use terms like 'without human intervention', 'repetitive tasks', 'dangerous areas', and 'initial cost'.

Common Past Paper Questions (Continued)
Q:
Give two disadvantages of using an automated robot in a farm. [2]
A:
  1. High initial cost: The robot is expensive to purchase.
  2. Job losses: Farmers may lose jobs as the robot replaces manual labour.
Q:
Describe how the sensor and microprocessor work together in an automated water refill system. [6]
A:
  1. A level/pressure sensor is used.
  2. The sensor produces an analogue signal converted to digitised data by an ADC.
  3. The microprocessor repeatedly reads the digitised data.
  4. It compares the data to a stored value (e.g., full level).
  5. If the value is below the stored level, it sends a signal to open the valve.
  6. When the value reaches the stored level, it stops the flow.
Beta v0.7.8 Free while we're in beta — it transitions to paid post launch. Thank you for supporting us at this stage!