Integration in engineering means combining two or more subsystems — mechanical and electrotechnological — so that they work together as a unified, functional whole. An integrated system achieves outcomes that neither subsystem could achieve alone.
KEY TAKEAWAY: An integrated system is more than the sum of its parts. The key design challenge is ensuring that the interfaces between subsystems are compatible — in terms of force, speed, voltage, current, and control signals.
Real-world engineered products are almost always integrated systems:
- A washing machine has a mechanical drum and drive system, an electrotechnological motor and control board, sensors for water level and temperature, and a microcontroller managing the wash cycle.
- A robotic arm has mechanical joints (levers, gears), electrotechnological motors and sensors, and a microcontroller executing programmed motion sequences.
- An automatic gate combines a mechanical drive (rack and pinion, motor), electrotechnological sensors (infrared, reed switch), and control logic (microcontroller with limit switch feedback).
When mechanical and electrotechnological subsystems are joined, several interface considerations arise:
| Interface | Example | Engineering consideration |
|---|---|---|
| Electrical → Mechanical | Motor converting electrical energy to rotation | Matching motor torque/speed to mechanical load |
| Mechanical → Electrical | Generator or sensor transducer | Signal conditioning (amplification, filtering) |
| Control signal → Actuator | Microcontroller PWM → motor speed | Driver circuit (transistor, H-bridge) to handle current |
| Sensor → Microcontroller | Thermistor voltage divider → ADC pin | Voltage range must match ADC input (0–5 V) |
APPLICATION: When designing an integrated system, always check that the output range of one subsystem falls within the input range of the next. Mismatched interfaces are the most common cause of prototype failure.
The integration strand covers three specific areas:
1. Achieving specific functions through integration — what the combined system does
2. Feedback and control — how the system monitors and adjusts its own output
3. Engineering design and prototyping — the process of designing, building, and testing integrated systems
STUDY HINT: For any integrated system you encounter, sketch a block diagram showing: inputs → sensors → controller → actuators → outputs. Add feedback arrows where the system monitors its own output. This diagram is your starting point for both analysis and design questions.