Designing an integrated system requires applying engineering principles systematically — from defining the problem, through concept generation and analysis, to prototyping and testing. VCE Systems Engineering emphasises both the technical principles used at each stage and the design process that structures the work.
KEY TAKEAWAY: Good engineering design is iterative. Define clearly, analyse rigorously, prototype early, test systematically, and refine based on evidence. Each stage applies specific engineering principles.
The design process for integrated systems typically follows these stages:
| Stage | Activity | Engineering principles applied |
|---|---|---|
| Define | Establish design brief, constraints, requirements | Requirements analysis, specifications |
| Research | Investigate existing solutions, components, materials | Technical literature, data sheets |
| Generate | Brainstorm concepts; sketch alternatives | Creative problem solving, functional decomposition |
| Analyse | Calculate forces, speeds, voltages, power; select components | Ohm’s Law, gear ratios, torque/power equations |
| Prototype | Build a working model | Component assembly, circuit construction |
| Test & Evaluate | Measure performance against specifications | Systematic testing, error analysis |
| Refine | Modify design based on test results | Iterative improvement |
VCAA FOCUS: In extended response questions, demonstrate that you understand design is an iterative process — not a linear one-pass sequence. Prototype testing almost always reveals issues that require design changes.
A complex integrated system is easier to design by breaking it into smaller subsystems, each with a defined function:
Example — Automatic watering system:
- Subsystem 1 (Sensing): Soil moisture sensor reads resistance; voltage divider provides signal to microcontroller
- Subsystem 2 (Control): Microcontroller compares moisture level to threshold; activates pump if too dry
- Subsystem 3 (Actuation): Relay controlled by transistor switch; mains-powered pump turns on
- Subsystem 4 (Mechanical): Pipe, nozzle, and valve deliver water to plants
Each subsystem is designed, built, and tested independently before integration.
APPLICATION: When writing up a system design, use the subsystem approach. Describe the function, components, and connections of each subsystem before explaining how they are integrated.
Choosing the right component involves matching its specifications to the system requirements:
Electrical matching:
- Voltage ratings must exceed the supply voltage
- Current ratings must exceed maximum operating current
- Power ratings ($P = I^2 R$ or $P = VI$) must not be exceeded
Mechanical matching:
- Motor torque and speed must be matched to the load (using gear ratios)
- Material strength must withstand forces under worst-case conditions
- Bearing type and size must suit the load and speed
Worked example: A system requires a load force of 20 N at a speed of 0.5 m/s.
$$P_{required} = F \times v = 20 \times 0.5 = 10 \text{ W}$$
A motor rated at 15 W (accounting for ~67% efficiency) would be selected:
$$P_{motor} = \frac{P_{required}}{\eta} = \frac{10}{0.67} \approx 15 \text{ W}$$
EXAM TIP: Always select components with a safety margin above the calculated minimum. VCAA questions may ask you to justify a component selection — your justification should cite the calculated requirement and explain why the chosen component meets it.
A prototype is a working model used to test design concepts before finalising the system. Prototypes may be:
- Appearance models: Test physical form, ergonomics, aesthetics
- Functional prototypes: Test mechanical or electrical operation
- Integrated prototypes: Test the complete system
Breadboard prototyping: Electronic circuits are assembled on a solderless breadboard — components and wires can be repositioned easily. This is the standard approach for first-build electronic prototypes.
Mechanical prototyping: 3D printing, laser cutting, or hand fabrication using sheet metal, timber, or acrylic produces mechanical parts for fit and function testing.
REMEMBER: The purpose of a prototype is to find problems early, when changes are cheap. A prototype is not the final product — expect to rebuild or modify it.
Systematic testing compares actual performance to the design specification:
| Test | What is measured | Instruments used |
|---|---|---|
| Electrical function | Voltages, currents, signal timing | Multimeter, oscilloscope |
| Mechanical function | Forces, speeds, positions | Newtonmeter, tachometer, ruler |
| Control response | Response time, accuracy, stability | Stopwatch, data logging |
| Reliability | Performance over repeated cycles | Endurance testing |
Recording results: Use tables to record multiple measurements; calculate averages to reduce random error.
Evaluating against specification: For each criterion, compare measured performance to the specified value and state whether the criterion is met.
COMMON MISTAKE: Vague evaluations (“the system worked well”) receive minimal marks. VCAA markers expect specific, evidence-based evaluations: “The motor reached the target speed of 300 rpm (measured: 297 rpm); this meets the specification of ±10 rpm.”
Engineering design must incorporate safety at every stage:
- Electrical safety: Use appropriate insulation, correct fuse ratings, and safe working voltages
- Mechanical safety: Guard against pinch points, ensure fasteners are adequate, and use limit switches to prevent over-travel
- Fail-safe design: If power fails, the system should default to a safe state (e.g. a gate remains closed, a heater switches off)
STUDY HINT: For every design you document, include a brief safety analysis: What could go wrong? What could injure someone or damage equipment? What design features prevent each hazard? This shows engineering maturity and is rewarded in extended response marking.