Feedback after an emergency action needs to distinguish received, in progress, and actually achieved
Aliases: unambiguous feedback after emergency action · functional safety
What it is
Feedback after an emergency action must distinguish four separate stages: command received, action in progress, physical effect achieved, and safe state confirmed by an independent means. A single lamp lighting or a button changing colour, without saying which stage it represents, lets an operator mistake "command received" for "hazard cleared" and stop follow-up response or evacuation too early.
Why it happens
Between pressing a control and the safety effect actually taking hold, a physically distributed system carries several independent delays: the communication link takes time to carry the command, the actuator — a valve, a breaker — takes time to complete its physical motion, and the controlled process itself takes time to respond. A common local echo, where the button changes colour the instant it is pressed, only proves the click event was captured; it proves nothing about whether those later delays have finished. A valve can stick without closing fully while the display already reads "done." Breaking that false certainty requires sensing the physical effect itself through a path independent of the command, and showing intent, process, and result as three explicit, separate layers rather than one generic status icon — positive feedback, in the engineering sense, confirms the effect rather than merely echoing the input.
Where it stops holding
The sensors feedback depends on can themselves fail or disagree, so the feedback system cannot be treated as an unconditionally trustworthy source — when a sensor's state is unclear or readings conflict, the display should show "unknown," not default to an optimistic result. Some safety effects, such as confirming no residual hazardous material remains in a space, fall outside what any sensor can cover and still need a physical, on-site check; feedback here can only prompt "verification needed," not substitute for it. When several workstations can issue the same emergency command, feedback must also show the command's source and whether a conflicting command exists, or an operator may wrongly attribute the current state to their own action.
Applying it
Give the command-received, in-progress, and effect-confirmed stages each an explicit label with a timestamp and source, so an operator can tell at a glance which stage is current. Set a timeout for every stage: if the next confirmation does not arrive in time, the state should switch to "unknown" or "failed" and offer the next safe action, rather than staying frozen on the last optimistic reading. For effects that need physical confirmation, keep an explicit "verification still required" marker and assume residual hazard until it is cleared. Verification should inject network loss, a stuck actuator, and contradictory sensor readings, and check whether the display still gives an honest account rather than assuming normal operation.
Related
- Same group: Y4.07.1 Reachable emergency controls · Y4.07.2 Balancing guard and emergency response · Y4.07.3 Consistent emergency-control placement
- Nearby: Y3.05 Guarding against inadvertent operation · Y4.02 Redundancy and voting
- Search terms:
positive feedback·command confirmation·human-machine interface latency·state ambiguity
Cards in the same group
- Y4.07.1An emergency control has to stay reachable under stress, gloves, low light, and noise, not just on a calm day
- Y4.07.2A cover meant to stop accidental presses must not also slow the operator during a real emergency
- Y4.07.3The same emergency control needs to sit in the same place across every console so muscle memory transfers