Editing a safety limit moves the whole operating envelope, so it belongs in formal change control
Aliases: management of change for safety limits · process control interface
What it is
Adjusting a safety limit is not simply editing a number — it changes when an alarm fires, when an interlock trips, and where the entire operating envelope is drawn, so it belongs in formal management of change: recorded rationale, scope of impact, authorization, test results, and a rollback plan. It sits at a completely different order of magnitude from adjusting an interface font size or a personal preference, and should not be treated with the same casualness.
Why it happens
The same limit value usually exists in more than one place — a copy on the interface, a copy in controller logic, a copy written into the operating procedure. Changing the number on the interface alone without propagating it to the controller and the procedure creates three-way divergence: the limit an operator judges against on screen no longer matches the interlock logic actually in force, so protection may trip on a different number than the one displayed, or vice versa. The deeper issue is that a limit value encodes the system's risk classification — moving it does not just move a line, it implicitly changes the alarm's response time window, how much deviation is tolerable, and which severity category a given deviation falls into. Changing the number without evaluating these knock-on effects redefines the risk level without anyone realizing it.
Where it stops holding
Not every adjustable interface parameter deserves equally heavy process — a pure display scaling range (a trend chart's y-axis bounds) affects only readability and changes no real safety limit, and should not be forced through the same approval chain as an actual safety-limit change; doing so slows down changes that genuinely need the process and leaves operators viewing "management of change" as pointless red tape. Conversely, a temporary adjustment made under genuine emergency conditions, even through an expedited path, still needs a formal retrospective review afterward — urgency is not a reason to permanently skip evaluation.
Applying it
Maintain an authoritative inventory of where each limit value lives — interface, controller logic, procedure document — and the dependencies between them.
- Require a hazard assessment before any change, independent review by someone other than the proposer, offline then field testing before going live, and a rollback path to the prior version.
- Temporary emergency adjustments must carry an automatic expiry and a prominent marker, so a smoothly handled upset does not quietly become a permanent configuration.
- How to check: after a change goes live, actually trigger one alarm and one interlock action and verify the trip point precisely matches the new limit, rather than trusting that the change took effect just because the configuration screen shows the new number.
Related
Cards in the same group
- Y3.10.1Operating limits belong drawn on the display itself, not buried in a document nobody opens mid-shift
- Y3.10.2Showing that a trip happened without showing what triggered it first leaves diagnosis nowhere to start
- Y3.10.3Bypassing an interlock needs authorization above routine and a status that stays visible while active