6.1 Automated systems

Test yourself on Automated systems 12 questions — drag-to-order, code completion, matching and multiple choice.
Start the quiz

Automated Systems

Watch this lesson Video 6.1.1 · 7:30 · Sensors, microprocessor, actuators — the loop that runs without anyone watching

1. What is an Automated System?

An Automated System is a combination of software and hardware designed to function without human intervention. It collects data, processes it, and takes action automatically to maintain a desired state.

2. How it Functions (The Loop)

Automated systems rely on a Feedback Loop. The output of the system eventually affects the input.

SENSORS
(Input)
MICROPROCESSOR
(Process)
ACTUATORS
(Output)
  1. Sensors continuously take analogue readings from the environment.
  2. Data is converted to digital via an ADC.
  3. The Microprocessor compares the data to pre-set values stored in memory.
  4. The processor sends signals to Actuators to change the environment if necessary.

3. Real-World Examples

Industry: Nuclear Power

Automated systems manage rod temperatures and cooling. Humans are too slow to react to a sudden meltdown threat.

Transport: Self-Driving Cars

Uses LiDAR and cameras (sensors) to stay in lanes and brake automatically for pedestrians (actuators).

Agriculture: Smart Irrigation

Moisture sensors trigger water valves only when the soil is dry, saving massive amounts of water.

Weather: Storm Warnings

Monitors air pressure and wind speed to automatically trigger sirens or digital alerts for residents.

4. Advantages and Disadvantages

Advantages
  • Safety: Works in high-risk zones.
  • Efficiency: Faster than human labor.
  • Accuracy: No "human error" or fatigue.
  • Cost: Long-term savings on wages.
Disadvantages
  • Initial Cost: Very expensive to set up.
  • Maintenance: Requires highly skilled technicians.
  • Job Loss: Leads to unemployment for manual workers.
  • Failure: If a sensor fails, the whole system might crash.
⚠️ Exam Alert: When asked how an automated system works, always explicitly mention the Microprocessor comparing data to Stored/Pre-set limits. This is a common marking point!

Monitoring and Control Systems

Watch this lesson Video 6.1.2 · 7:20 · The one difference that decides which kind of system you are describing

Monitoring & Control Systems

Syllabus Topic 3.2.2: Automated Decision Making

1. The Need for Automated Systems

Automated systems use sensors and microprocessors to perform tasks without human intervention. They offer several advantages:

  • Safety: Can operate in dangerous environments (e.g., nuclear plants or chemical vats) where humans cannot go.
  • Consistency: Do not get tired or bored; they perform the same task exactly the same way 24/7.
  • Speed: Can react to changes (like a pressure spike) much faster than a human could.
  • Efficiency: Saves time and money by optimizing resource use (e.g., only heating a room when someone is in it).

2. Monitoring vs. Control

The fundamental difference lies in whether the system affects the environment or just reports on it.

Observation Only

Monitoring Systems

The system records data and alerts a human if values go outside a safe range. It does not take action to fix the problem.

Example: ICU Patient Monitor.

  • Sensors: Heart rate, Temperature, Oxygen.
  • Process: Microprocessor compares data to pre-set limits.
  • Outcome: Sound an alarm or display a warning on screen.
Action & Feedback

Control Systems

The system records data and takes direct action via actuators to maintain a specific state or "Set Point."

Example: Automated Greenhouse.

  • Sensors: Humidity, Light, Temperature.
  • Process: Microprocessor sends signals to actuators if values drift.
  • Outcome: Open windows (motors), Turn on fans, or start irrigation (valves).

3. System Components & Operation

Both systems follow a similar loop, but only Control systems complete the "Feedback Loop" via actuators.

SENSOR ➔ ADC ➔ MICROPROCESSOR ➔ [ALARM or ACTUATOR]
Component Role in the System
Sensor Continuously measures physical properties (Analogue).
ADC Converts analogue sensor data into digital for the processor.
Microprocessor Compares input to "Pre-set" or "Stored" values.
Actuator (Control only) Performs physical work (Valve, Motor, Heater).

4. Detailed Example: Street Lighting

This is a Control System because it changes the state of the light.

  • Sensor: Light Sensor (LDR) measures ambient light.
  • Pre-set Value: e.g., "If light level < 20%".
  • The Loop:
    1. Sensor sends analogue signal to ADC.
    2. Digital value sent to Microprocessor.
    3. Processor compares value to 20%.
    4. If Lower: Processor sends signal to switch on the lamp.
    5. If Higher: Processor sends signal to switch off the lamp.
⚠️ Exam Note: In a Monitoring system, the output is always an alert (Siren, Light, Message). In a Control system, the output is an actuator action (Opening a valve, starting a motor).