Introduction
YouTube blocked? Click here for the Google Drive Version
Monitoring vs Control Systems
Monitoring systems seek to observe and record data about about an environment through the use of sensors, e.g. recording the temperature of a greenhouse..
Control systems seek to actively maintain or change the state of an system through the use of actuators. The control system is continually monitoring the inputs and adjusting the outputs from actuators through a feedback loop.
At the heart of both processes is a microcontroller.
Example 1 : Heart Rate Monitoring system
Heart rate monitor systems are commonly used both in hospitals and by individuals who want to track their health.
The systems usually give visual output on the display and often data is logged in persistent file storage for future analysis.
Example 2 : Automatic Blood Glucose Control system
In the past patients would have to monitor their blood glucose levels manually and give themselves an insulin injection as necessary. Advances in technology mean that glucose can now be controlled automatically through the use of a closed loop control system.
Sensors
Sensors
Analogue Sensors
The most basic sensors are analogue sensors. These a usually resistance varying components that are connected directly to the GPIO pins of a microcontroller, combined with a Pull Up / Pull Down resistor. The Microcontroller if then responsible converting the signal to digital format via the on-board ADC chip.
Digital Sensors
More complex sensors contain the ADC chip on the sensor board itself and send data digitally via a serial connection.
Actuators
Actuators
Actuators are a component of a system that converts a control signal into some kind of mechanic motion.
They can:
- operate values
- drive motors / conveyor belts
- Switch switches
DAC/ADC
Analogue to Digital Convertor
Data needs to be converted from analogue format (e.g. the voltage running through a temperature sensor circuit) into a digital value the the computer can read. This is the job of the analogue to digital convertor (ADC). Some temperature sensors have an ADC chip built into the device and then the digital data is sent onto the microcontroller using a serial connection(such as USB). On other devices (for example when you connect a light dependent resistor to the GPIO pins of a microcontroller then the ADC on the controller itself handles the conversion.
Digital to Analogue Convertor
When sending the control signal to the actuator the signal may need to be converted to analogue format before or after the transfer. This is the just of the digital to analogue converter.
For example when turning on a electrical motor actuator, then the signal needs to be converted from a number stored in binary to a voltage supplied to circuit.
Applications
Applications of monitoring and control systems
Schools
- Attendance monitoring using a keycard scanner
- Fire Monitoring using a smoke sensor and fire alarm.
- Temperature control system using an air conditioner with temperature sensor
Hospitals
- Blood pressure monitor using a pressure sensor
- Blood sugar level control system with a chemical sensor
- Temperature control system in a premature baby incubator
Offices
- Air conditioning temperature control system
- Staff monitoring using cameras and facial recognition.
Farming / Agriculture
- Humidity / Moisture control systems
- Water level monitoring system.
Military
- Intruder detection systems using motion sensors and pressure sensors.
Transport
- Pressure detectors to detect traffic waiting at lights
- Pressure sensors in engines
- Ultrasonic distance sensors to help with reverse parking
- Radar distance sensors to help with collision detection.
Resources
Resources
https://daniel-gce-al.weebly.com/uploads/1/4/1/2/1412714/361_monitoring_and_control_systems.pdf
Past Paper Questions
0478/11 Paper 1 Theory May/June 2015 – Qn 8d
0478/12 Paper 1 Theory May/June 2015 – Qn 7
0478/12 – Paper 1 Theory May/June 2016 Qn 2
0478/11 – Paper 1 Theory October/November 2016 9
0478/11 – Paper 1 Theory May/June 2017 Qn 12
0478/12 – Paper 1 Theory May/June 2017 Qn9
0478/12 Paper 1 Theory February/March 2018 Qn4 (two control values)
0478/12 – Paper 1 Theory October/November 2018 qn 10