Automated systems
Building on the concept of input-process-output, automated systems rely on three core components working in collaboration:
- Sensors (Input): Detect changes in the physical environment (e.g., light, temperature, pressure) and convert them into electrical signals.
- Microprocessor (Process): The 'brain' of the system. It receives data, processes it according to a program, and makes decisions.
- Actuators (Output): Devices that perform physical actions (e.g., motors, heaters, lights) based on commands from the microprocessor.
| Component | Role in Automation | Key Technical Detail |
|---|---|---|
| Sensor | Detects 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). |
| Microprocessor | Processes 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. |
| Actuator | Performs physical action. | Receives electrical signals from the microprocessor and converts them into physical movement or energy (e.g., a motor turning, a valve opening). |
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.
Scenario: A system monitors soil moisture and waters plants when the soil is too dry.
Step-by-Step Operation:
- Sensor: A moisture sensor detects the water content in the soil, producing an analogue voltage signal.
- ADC: The ADC converts this analogue signal into digitised data (binary values) at regular intervals.
- 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.
- Actuator: A water pump receives the signal and turns on, watering the plants.
- Feedback Loop: The sensor continues to monitor. Once moisture > 30%, the microprocessor stops the pump.
Mistake: Students often say the sensor sends 'analogue data' directly to the microprocessor or that it sends 'continuous digital data.'
Correct Understanding:
- Sensors produce analogue signals. These must be converted by an ADC (Analog-to-Digital Converter) into digitised data (binary) at regular intervals.
- 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.
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.
- A proximity sensor is used.
- The sensor produces an analogue signal which is converted to digitised data by an ADC.
- The microprocessor repeatedly reads the digitised data.
- The microprocessor compares the data to a stored value/range.
- If the value is within the range (or matches), it indicates the fence is near.
- The microprocessor sends a signal to stop the robot.
- It receives data from the sensor/input device.
- It compares the received data to stored data (database).
- It sends signals to update the stock level or display an error message.
- Increases safety: Workers do not need to go into dangerous areas.
- Frees up time: Employees can perform other tasks or learn new skills (maintenance/programming).
| Category | Advantages | Disadvantages |
|---|---|---|
| Operational |
|
|
| Human/Social |
|
|
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'.
- High initial cost: The robot is expensive to purchase.
- Job losses: Farmers may lose jobs as the robot replaces manual labour.
- A level/pressure sensor is used.
- The sensor produces an analogue signal converted to digitised data by an ADC.
- The microprocessor repeatedly reads the digitised data.
- It compares the data to a stored value (e.g., full level).
- If the value is below the stored level, it sends a signal to open the valve.
- When the value reaches the stored level, it stops the flow.