Monitoring and control systems
Computers that watch and act
- Many computers connect to the physical world through sensors and actuators.
- Some only watch (monitoring); others watch and act (control).
- The key idea that lets a system correct itself is feedback.
Monitoring vs control
- Both read sensors — the difference is what they do next.
- Monitoring collects and reports data but takes no action (a weather station logging readings).
- A control system uses the data to decide and act through actuators, usually in a feedback loop (a thermostat turning a boiler on/off).
The key difference between a monitoring system and a control system is that a control system:
Both read sensors, but a control system uses the data to act (via actuators), while monitoring only collects and reports.
A pure monitoring system takes action through actuators to change its environment.
Monitoring only collects and reports data — it does not act. Acting through actuators is what makes it a control system.
Sensors and actuators
- A sensor turns a physical quantity into a signal: temperature (thermistor), pressure (strain gauge), light, sound.
- An analogue sensor signal must pass through an ADC before the processor can use it.
- An actuator does the reverse — turns a signal into an action: a motor, valve, heater or buzzer.
A sensor:
A sensor measures the world and outputs a signal. An actuator does the reverse — it turns a signal into an action.
Which is an actuator?
An actuator carries out an action (motor, valve, heater, buzzer). The others are sensors/inputs.
Feedback
- In a control system the actuator changes the environment, which the sensors then re-measure — a feedback loop.
- Without feedback the system cannot correct itself or know when to stop.
- A thermostat with no temperature feedback would just heat forever.
Why is feedback essential in a control system?
Feedback closes the loop: the actuator changes the environment, the sensors re-measure it, and the system adjusts — e.g. a thermostat stops heating once the target is reached.
You've got it
- monitoring = read sensors and report (no action); control = read sensors and act via actuators
- a sensor turns a physical quantity into a signal (analogue needs an ADC)
- an actuator turns a signal into an action
- a feedback loop lets a control system correct itself