πŸ“š Knowledge Library β€” Topic 6.1 β€” Automated & Emerging Technologies

Automated Systems Explained Simply

Understand how sensors, microprocessors and actuators work together in a continuous loop to monitor the real world and carry out actions without human intervention.

1. Invitation

Some systems can respond without waiting for a person.

An automated system can perform actions without human intervention.

It monitors its environment, processes the data it receives and responds automatically when an action is needed.

πŸ’‘ Key idea: an automated system can sense, decide and act by itself.
Figure 1.1
Automation
Environment
↓
System checks
↓
Action happens
2. Big Idea

Every automated system follows the same pattern.

A sensor measures the environment. A microprocessor processes the data and decides whether an action is needed.

An actuator then creates physical movement or another mechanical action.

πŸ’‘ Sensor β†’ Microprocessor β†’ Actuator.
Figure 2.1
The Core Chain
Sensor
↓
Microprocessor
↓
Actuator
3. FutureLogic Bridge

Think of a thermostat controlling a room.

The temperature sensor constantly measures the room. The microprocessor compares the reading with the target temperature, such as 20Β°C.

If the room is colder than 20Β°C, the microprocessor sends a signal to turn on the heating.

πŸ’‘ Bridge: sensor = eyes, microprocessor = brain, actuator = hands.
Figure 3.1
Thermostat Model
Measure temperature
↓
Compare with 20Β°C
↓
Heating on/off
4. Sensors and ADC

The real world is analogue, but the processor uses digital data.

A sensor captures a physical measurement such as temperature, light, pressure, moisture or distance.

The reading is usually analogue. An ADC, or Analogue to Digital Converter, converts it into digital data before it reaches the microprocessor.

🎯 Exam Tip: sensors collect data; they do not decide what the system should do.
Figure 4.1
Analogue to Digital
Sensor reading
↓ analogue
ADC
↓ digital
Microprocessor
5. The Microprocessor

The microprocessor compares the data with a stored value.

The microprocessor receives the digitised sensor data and compares it with a stored target, limit or threshold.

It then decides whether to send a signal to an actuator. If no action is needed, it continues monitoring.

πŸ’‘ The decision step is: receive β†’ compare β†’ decide β†’ signal.
Figure 5.1
Decision Process
Digital data
↓
Compare with stored value
↓
Send signal?
6. Actuators

An actuator turns a signal into physical action.

An actuator receives a signal from the microprocessor and causes movement.

It might open a valve, move a motor, start a pump, close a door or sound an alarm.

🎯 Exam Tip: an actuator creates physical movement. It does not change what appears on a screen.
Figure 6.1
Physical Action
Signal
↓
Actuator
↓
Motor β€’ Valve β€’ Pump
7. Continuous Loop

The process repeats continuously.

The sensor does not wait until something happens. It continuously sends readings to the microprocessor.

The system repeats the full process until it is switched off.

⚠️ Common Mistake: saying the sensor only sends data when it is triggered. The sensor sends data continuously; the microprocessor decides when to act.
Figure 7.1
The Loop
Sense
↓
Compare
↓
Act
β†Ί
Repeat
8. Worked Example

Automatic doors open when a person is detected.

An infra-red or pressure sensor continuously monitors the doorway.

Exam-style process

The sensor sends data to the ADC, which converts the analogue reading into digital data. The microprocessor compares the data with a stored value. If a person is detected, it sends a signal to the actuator, which opens the door. The process repeats continuously.

Model answer: β€œThe sensor continuously sends data to the microprocessor. The data is compared with a stored value. If the condition is met, the microprocessor sends a signal to the actuator, which opens the door.”
Figure 8.1
Automatic Door
Person detected
↓
Compare data
↓
Actuator opens door
9. Embedded Systems

Many automated systems are built for one dedicated job.

An embedded system is a computer system designed to perform a dedicated or limited function inside a larger device.

It usually contains a microprocessor, dedicated hardware and firmware, and it is not easily reprogrammed for a completely different purpose.

πŸ’‘ A washing machine controller is embedded. A general-purpose laptop is not.
Figure 9.1
One-Purpose Computer
Dedicated function
+
Microprocessor
+
Built into device
10. Benefits and Drawbacks

Automation must be judged in context.

Possible benefitPossible drawback
Works continuously without breaksHigh purchase and installation cost
More accurate and consistentMaintenance can be expensive
Keeps people away from dangerMay replace some jobs
Responds immediately to changesFaults can stop the whole process
🎯 Exam Tip: always apply the benefit or drawback to the system named in the question.
Figure 10.1
Context Matters
Who benefits?
↓
What system?
↓
Explain why
11. Common Mistake

Do not repeat the condition without explaining the process.

A weak answer says: β€œIf the person is within 3 metres, the tractor stops.” That only repeats the question.

⚠️ Better answer:

β€œThe sensor data is converted to digital and sent continuously to the microprocessor. The microprocessor compares the distance with the stored value of 3 metres. If the distance is 3 metres or less, it sends a signal to the actuator to stop the tractor.”
Figure 11.1
Show the Steps
Data
↓
Stored value
↓
Signal
↓
Action
12. Summary

Automated systems in one screen.

An automated system performs actions without human intervention.

A sensor continuously collects environmental data. An ADC converts analogue data to digital. The microprocessor compares it with stored values and sends signals to actuators when action is required.

The whole process repeats continuously. Many automated systems are embedded systems designed for one dedicated function.

πŸ’‘ Final thought: measure β†’ compare β†’ decide β†’ act β†’ repeat.
Figure 12.1
Final Model
Sensor
↓
ADC
↓
Microprocessor
↓
Actuator
β†Ί