A cover meant to stop accidental presses must not also slow the operator during a real emergency
Aliases: balancing guard and emergency response · functional safety
What it is
Guarding an emergency control against inadvertent activation — a cover, a mechanism requiring two independent actions, an authorization check — has to lower both the rate of accidental activation and the delay a real event suffers because of that same guard. What matters is the consequence distribution of each error, not a mechanical belief that more steps is always safer, or that faster is always better.
Why it happens
Covers, staged actions, and authorization checks all serve the same purpose: providing evidence that an action is deliberate, filtering out the reflexive, muscle-memory kind of accidental touch. But each added layer of evidence also adds a step the operator must complete in a real emergency. Evidence strength and time cost are not linearly tied together: a well-designed physical cover needs a conscious push or lift to open, an action a reflexive touch is unlikely to reproduce, and so provides enough evidence at almost no time cost. A confirmation dialog requiring a click looks more formal, but under stress it is exactly the kind of prompt operators learn to dismiss without thinking — it neither blocks the reflexive touch nor stops slowing the real response.
Where it stops holding
The trade-off shifts with how asymmetric the consequences are: where accidental activation itself would be catastrophic and irreversible, stronger guarding remains justified even at the cost of delay; where delay itself is the dominant hazard, such as in a fire scenario, guarding should be minimized and the risk of accidental activation shifted onto other controls, such as physical isolation. The actual balance is further constrained by sector requirements and how much the automatic protection layer can already absorb before a human confirms anything.
Applying it
Simulate accidental contact, wrong-target contact, and a genuine emergency separately, measuring false-activation rate and the time for discovery, release, execution, and cancellation where relevant. Compare the results against the hazard time window and the consequence of accidental activation. When the budget is exceeded, change the guard's physical form or bring in automation rather than simply removing a guarding step without verifying whether false activation then rises.
Related
- Same group: Y4.07.1 Reachable emergency controls · Y4.07.3 Consistent emergency-control placement · Y4.07.4 Unambiguous feedback after emergency action
- Nearby: Y3.05 Guarding against inadvertent operation · Y4.02 Redundancy and voting
- Search terms:
emergency stop·inadvertent activation·guard design·false activation rate
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.3The same emergency control needs to sit in the same place across every console so muscle memory transfers
- Y4.07.4Feedback after an emergency action needs to distinguish received, in progress, and actually achieved