01
Automation strategy & architecture
The shape of the control estate: control philosophy, the layering of equipment, supervisory and operations systems, platform and vendor choices, integration approach and who owns each layer.
Architecture decides what can be changed independently later. A tightly coupled estate means every upgrade is a site-wide project, which is why obsolete control systems stay in service long past the point where they can be patched or supported.
HOW IT FAILS
- Platforms proliferate by project, so the site runs several control systems no one team is competent across.
- Layer boundaries are blurred, and business-system availability becomes a dependency for production control.
- Lifecycle horizon is not considered at selection, so a platform reaches end-of-support mid-life with no upgrade path.
WHAT CONTAINS IT
- A control philosophy and platform standard applied across projects rather than chosen per project.
- Explicit layer boundaries so production control degrades gracefully when upper layers are unavailable.
- Vendor lifecycle and support horizon assessed as selection criteria, with a planned upgrade path.
EVIDENCE IT OPERATES
- Control philosophy and architecture documents with layer and ownership definitions.
- Platform standards and deviations from them, with justification.
- Lifecycle and obsolescence plans per platform.
02
Instrumentation & measurement
The measurement layer: sensors, transmitters and analysers, their ranges and accuracy, diagnostics, calibration interface and how they physically connect to the process.
Every control action and every recorded value begins at an instrument. An instrument that is correctly calibrated but wrongly installed or badly ranged produces credible numbers that do not describe the process.
HOW IT FAILS
- Range is selected so the normal operating point sits at the bottom of the span, where relative error is largest.
- Installation location is chosen for accessibility, so the sensor measures a spot that is not representative of the process.
- Instrument diagnostics are available and unmonitored, so a degrading sensor reports plausible values until it fails.
WHAT CONTAINS IT
- Range and accuracy specified from the control and recording requirement, not from catalogue availability.
- Installation location justified against process representativeness, reviewed at design.
- Diagnostic data monitored and trended so degradation is detected before failure.
EVIDENCE IT OPERATES
- Instrument specifications with range and accuracy rationale.
- Installation details and location justification for critical measurements.
- Calibration history and diagnostic trending for critical instruments.
03
PLC, DCS, SCADA & supervisory control
The control systems themselves: controllers and input/output, control modules, operator interfaces, supervisory functions and the boundaries between one system and the next.
These systems execute the process, and the operator interface is where a human forms their understanding of what the plant is doing. A display that shows values without context produces confident wrong decisions during upsets.
HOW IT FAILS
- Operator displays present raw values without limits or trends, so an operator cannot tell normal from drifting.
- System boundaries are undefined, so a fault propagates across systems that were assumed independent.
- Manual overrides are available at the interface without record, so the as-run process differs from the recipe.
WHAT CONTAINS IT
- Interface design that presents state and trend, not only current value, for parameters operators must judge.
- Documented system boundaries with the failure behaviour at each defined and tested.
- Override and manual intervention captured in the batch record automatically.
EVIDENCE IT OPERATES
- Control system design documents with boundary and failure-mode definitions.
- Operator interface design records and usability review.
- Override and manual-intervention logs reconciled to batch records.
04
Batch control, recipes & sequencing
Procedural control: master recipes, phases and unit procedures, parameter sets, versioning and the execution record the batch leaves behind.
The recipe is the executable form of the approved process. When recipe versioning is weak, the question "which version made this batch" has no reliable answer, and the batch record cannot be tied to the process that was validated.
HOW IT FAILS
- Parameter sets are editable outside recipe version control, so two batches on the same recipe version ran differently.
- Recipe changes are versioned but the version is not captured in the batch record, breaking the link at execution.
- Phase logic is reused across products without re-verifying that the shared logic suits each one.
WHAT CONTAINS IT
- Parameters held within the versioned recipe, with any runtime adjustment recorded and bounded.
- Recipe version recorded in the batch record at execution, automatically.
- Impact assessment across every product using a shared phase before that phase changes.
EVIDENCE IT OPERATES
- Recipe version history with approval records.
- Batch records carrying the executing recipe version and parameter set.
- Change impact assessments covering all products using shared logic.
05
Alarms, interlocks & safety functions
The layer that tells people something is wrong and the layer that acts without them: alarm rationalisation and priority, limits, interlocks, bypass control, testing and defined response.
Alarm floods are a documented cause of major industrial incidents. An operator receiving hundreds of alarms in an upset cannot prioritise, and the alarm that mattered is indistinguishable from the ones that did not.
HOW IT FAILS
- Alarms are added per project without rationalisation, so alarm count grows until standing alarms are normal.
- Bypasses are applied for maintenance and not tracked to removal, leaving protection disabled indefinitely.
- Testing verifies annunciation rather than that the interlock prevents the hazardous condition.
WHAT CONTAINS IT
- Alarm rationalisation with each alarm having a defined cause, consequence, response and priority.
- A bypass register with authorisation, compensating control and mandatory expiry.
- Periodic interlock testing that forces the condition, on a risk-based frequency.
EVIDENCE IT OPERATES
- Alarm rationalisation records and standing-alarm performance metrics.
- Bypass register with authorisations, expiry and restoration verification.
- Interlock test records including forced-condition results.
06
Historian, contextualization & OT data
The operational data layer: time-series collection, tag naming and context, time synchronisation, retention, interfaces to analytics and whether the stored data are fit for the decisions taken on them.
Historian data are used for investigations, trending and increasingly for models. Data compressed for storage efficiency or stamped by unsynchronised clocks will support a confident conclusion about a sequence of events that did not happen in that order.
HOW IT FAILS
- Compression settings discard the excursions investigations most need, and the loss is invisible in the trend.
- Clocks across control systems drift, so event sequences reconstructed across systems are unreliable.
- Tags carry no context, so meaning lives in the knowledge of individuals rather than in the data.
WHAT CONTAINS IT
- Compression and resolution set from the intended use of the data, with GMP-critical tags exempted from lossy settings.
- A single authoritative time source across control, execution and historian layers, monitored.
- Governed tag naming and asset context maintained as the plant changes.
EVIDENCE IT OPERATES
- Historian configuration including compression and retention per tag class.
- Time synchronisation architecture and drift monitoring records.
- Tag dictionary and asset model with change control.
07
OT networks & infrastructure
What the control systems run on: network zones and conduits, time services, virtualisation, remote access, backup and restore, availability and the obsolescence of the infrastructure layer.
Operational technology cannot be patched or rebooted on an IT schedule, so it accumulates exposure that ordinary IT practice would have removed. Remote access is the highest-value control here, and it is the one most often granted informally to a vendor and never revoked.
HOW IT FAILS
- Vendor remote access is standing rather than requested, unmonitored, and outlives the support contract.
- Backups are taken and never restored in a test, so restorability is assumed rather than demonstrated.
- Zone segmentation exists in the design document and is bypassed in practice by a convenience connection.
WHAT CONTAINS IT
- Remote access granted per session with approval, monitoring and automatic expiry.
- Periodic restore testing to a representative environment, not backup-completion reporting alone.
- Periodic verification that actual network segmentation matches the designed zones and conduits.
EVIDENCE IT OPERATES
- Remote access requests, session logs and revocation records.
- Backup and restore test records with recovery time achieved.
- Network architecture with segmentation verification results.
08
Configuration, software & source control
Everything that defines behaviour: controller logic, code, parameter sets, libraries, baselines and versions, plus the testing, deployment and rollback around each change.
Control logic is software that usually escapes software discipline. Where the authoritative copy is whatever is loaded in the controller, a failure means recovering from an engineer’s laptop and hoping it is current.
HOW IT FAILS
- The authoritative source is the running controller, so nobody can diff the live logic against an approved baseline.
- Library changes propagate to every instance silently, changing behaviour in areas not part of the change.
- Rollback is assumed possible and never tested, so a failed deployment becomes an extended outage.
WHAT CONTAINS IT
- Source control for logic and configuration with an approved baseline separate from the running system.
- Library change impact assessed across every consuming instance before release.
- Tested rollback procedures with a defined decision point during deployment.
EVIDENCE IT OPERATES
- Version-controlled configuration baselines with approval records.
- Deployment records including pre-deployment comparison to baseline.
- Rollback test evidence and post-deployment verification.
09
Automation lifecycle & support
The automation system across its life: requirements, design, factory and site acceptance testing, commissioning, assurance, ongoing support, patching, change and eventual retirement.
Automation systems outlive the projects that install them and the people who configured them. Support arrangements made at handover determine whether the system can be safely changed in year eight, when the original integrator is gone.
HOW IT FAILS
- Site acceptance testing repeats factory testing rather than testing what only site integration can reveal.
- Support depends on individuals at an integrator, with no transferable documentation of design intent.
- Patching is deferred indefinitely because the system cannot be taken down, and exposure accumulates unassessed.
WHAT CONTAINS IT
- Test allocation between factory and site based on what each can meaningfully demonstrate.
- Design intent documented to a standard that lets a competent third party support the system.
- A patching strategy with risk assessment and compensating controls where patching is deferred.
EVIDENCE IT OPERATES
- FAT and SAT protocols with the rationale for test allocation.
- Design and support documentation sufficient for third-party support.
- Patch assessment records including deferrals and compensating controls.
10
PAT, advanced control & autonomous operation
Control beyond fixed set points: real-time process measurement, multivariate models, optimisation and closed-loop control — with the human oversight and fallback that must remain around them.
Real-time release and advanced control move the quality decision from the laboratory to the model. That is a genuine gain and a transfer of risk: the model becomes a critical control, and its degradation is silent in a way an out-of-specification result is not.
HOW IT FAILS
- The model is validated at implementation and not re-verified as feed materials and equipment drift away from its training range.
- Operators lose the manual competence to run the process when the advanced layer is unavailable.
- Fallback is documented but never exercised, so its first use is during the upset it exists for.
WHAT CONTAINS IT
- Ongoing model performance verification against reference measurement, with defined re-validation triggers.
- Maintained manual operating competence, exercised rather than assumed.
- Fallback procedures tested periodically under realistic conditions.
EVIDENCE IT OPERATES
- Model development, validation and ongoing verification records.
- Reference method comparisons and drift monitoring.
- Fallback exercise records and operator competence assessments.