VCE Systems Engineering Unit 1 — Electrotechnological systems design · Stage 6
Make a system decide: read a sensor, apply a threshold, drive an output, and stop it chattering.
Open this deck on the projector and press F for full-screen. N toggles speaker notes. The accompanying teacher guide is at /curriculum/vce-systems-engineering-unit-1/teacher/lessons/5.
Before this lesson:
Let students hit the chattering problem before you name it. The fix means nothing until they have seen the fault.
Make a system decide: read a sensor, apply a threshold, drive an output, and stop it chattering.
Let students hit the chattering problem before you name it. The fix means nothing until they have seen the fault.
if and else — and immediately complicate it
with the problem that makes it real: a sensor sitting near the threshold makes the
output chatter on and off. Introduce hysteresis as the fix, and have
students find their own chatter before you name it.Now the system decides for itself.
Fix the chattering you found in PRP 5, then compare the two ways a system can be controlled.
The bridge to your project: a complete system that senses a resource, decides, and acts on the physical world.
The driver module sits between them: the board sends a small control signal, and the module switches the pump's own supply. Three things you need to know about why it is built the way it is:
I can justify my threshold with data, and demonstrate hysteresis fixing a real chattering problem.
Students copy a threshold from an example and cannot defend it. The number is a design decision and must come from their own readings.
What would make your system do the wrong thing, and how would you know it had?
PRP 5, 6 and 7 sheets; before-and-after evidence of the chattering fix; the justified threshold.
End of lesson 5
Tomorrow / next lesson: Investigating and defining your own problem.