8.3 Instrumentation, Online Analyzers, SCADA & Calibration
Key Takeaways
- Calibration compares an instrument to a known standard and adjusts it; verification checks it against a standard without adjusting, and both must be documented.
- Turbidimeters used for regulatory compliance are calibrated with formazin or an approved equivalent primary standard, and secondary standards are only for verification between calibrations.
- A pH meter is calibrated with at least two buffers that bracket the expected sample pH, and the slope should fall near 95 to 105 percent of theoretical.
- SCADA consists of field instruments and final control elements, PLCs or RTUs doing local control, a communications layer, and an HMI for operator interaction.
- An online analyzer that disagrees with a verified grab sample is presumed wrong until proven otherwise, because compliance decisions rest on the grab sample method.
8.3 Instrumentation, Online Analyzers, SCADA & Calibration
Modern plants run on instrument readings. An operator who cannot tell the difference between a real process change and an instrument drifting out of calibration will make the wrong adjustment — and a false turbidity reading is a compliance problem regardless of what the water is actually doing.
Instruments at a Water Treatment Plant
| Measurement | Instrument | Operational role |
|---|---|---|
| Turbidity | Nephelometric turbidimeter (90° scattered light) | Filter effluent compliance monitoring; the single most important regulatory instrument |
| Chlorine residual | Amperometric or colorimetric analyzer | Disinfection control and CT verification |
| pH | Glass electrode with reference | Coagulation, corrosion control, disinfection efficiency |
| Flow | Magnetic, ultrasonic, venturi, propeller, weir/flume | Dosage calculation, loading rates, billing |
| Level | Ultrasonic, radar, pressure transducer, float | Tanks, basins, wet wells, filters |
| Pressure | Transducer, gauge | Pump discharge, filter head loss, distribution |
| Streaming current | Streaming current monitor | Real-time coagulant charge control |
| Particle counter | Optical | Sensitive early indication of filter breakthrough |
| Conductivity | Toroidal or contacting probe | TDS surrogate, membrane integrity |
| Fluoride | Ion-selective electrode | Feed verification |
Calibration Versus Verification
These are different activities, and the distinction is tested.
- Calibration: compare the instrument to a known standard and adjust it to match. Establishes accuracy.
- Verification (calibration check): compare to a standard and record the result without adjusting. Confirms the instrument is still in tolerance.
- Standardization: adjust a single point, often against a grab sample.
Both must be documented: date, standards used and their lot numbers and expiration, as-found reading, as-left reading, and the technician. "As-found" data is what proves whether data collected since the last calibration was valid — if an instrument is found far out of tolerance, the readings it produced since the last check are suspect and may need to be reported.
Specific Calibration Procedures
Turbidimeter
- Calibrate with formazin primary standard or an approved equivalent such as stabilized formazin or styrene divinylbenzene beads.
- Secondary standards (sealed gel or glass cubes) are for verification between calibrations only; they are assigned values traceable to a primary calibration and cannot substitute for it.
- Keep sample cells scrupulously clean and scratch-free, index them the same way each time, and apply silicone oil to mask minor imperfections.
- Eliminate bubbles — entrained air reads as turbidity and is the most common cause of falsely high readings.
- Verify continuous online units against a calibrated benchtop unit on a routine schedule.
pH Meter
- Calibrate with at least two buffers that bracket the expected sample pH — commonly pH 7 and pH 10 for typical drinking water, or 7 and 4 for acidic samples.
- Buffers are temperature sensitive; use the value for the actual buffer temperature and enable automatic temperature compensation.
- Check the slope, which should be roughly 95 to 105 percent of theoretical (about 59 mV per pH unit at 25°C). A slope drifting outside that band means the electrode is aging or fouled.
- Keep the electrode hydrated in storage solution, never in distilled water, which leaches ions out of the bulb.
Chlorine Analyzer
- Verify against a DPD grab sample taken at the analyzer's own sample point.
- Amperometric analyzers need periodic membrane and electrolyte replacement and electrode cleaning.
- Confirm adequate and consistent sample flow; a partially blocked sample line reads low and slow.
- Check reagent supply and expiration on colorimetric units.
[!IMPORTANT] When an online analyzer disagrees with a properly collected grab sample, the grab sample governs. Compliance determinations are based on approved analytical methods, and the online instrument is a control and alarm tool that must be reconciled to them. Investigate the sample line, the sample flow, the standard, and the instrument — in that order.
SCADA Architecture
Supervisory Control and Data Acquisition is not one device but four layers.
| Layer | Components | Function |
|---|---|---|
| Field devices | Instruments (inputs) and final control elements: valve actuators, VFDs, motor starters (outputs) | Sense and act |
| Controllers | PLC (Programmable Logic Controller) or RTU (Remote Terminal Unit) | Execute local control logic, run whether or not the network is up |
| Communications | Fiber, Ethernet, radio telemetry, cellular, leased line | Move data between sites and the control room |
| Supervisory | HMI (Human Machine Interface), historian, alarm management, reporting | Operator display, trending, and record |
The PLC keeps running local control if communications fail. That distinction matters: SCADA gives supervisory visibility and command, while the PLC provides the control that must not depend on a network link.
Control Loops
A basic loop is measure → compare to setpoint → compute error → adjust the final control element. PID control combines:
- Proportional — response scaled to the size of the current error
- Integral — response to accumulated error over time, which eliminates persistent offset
- Derivative — response to the rate of change, which damps overshoot
Common feed control strategies:
- Manual: fixed output.
- Flow-paced (feed-forward): chemical feed proportional to plant flow. Maintains constant dosage as flow varies.
- Residual (feedback): feed trimmed to hold a measured residual setpoint.
- Compound loop: flow-paced with residual trim — the best of both, and the standard for chlorination at larger plants.
Alarms and Cybersecurity
Alarm design matters: too many nuisance alarms and operators stop reading them. Prioritize alarms by consequence and eliminate chattering points.
Water systems are recognized critical infrastructure. Baseline SCADA cybersecurity practice includes segregating the control network from the business network, eliminating direct internet exposure of PLCs and HMIs, controlling and logging remote access with multifactor authentication, changing default credentials, patching on a managed schedule, keeping offline backups of PLC programs and HMI configurations, and maintaining a manual operating procedure so the plant can run if SCADA is lost.
[!NOTE] Every operator should be able to run the plant manually. SCADA failure, a network compromise, or a lightning strike on a radio path should degrade operations, not stop them. Practicing manual operation is a legitimate and expected training activity.
An operator calibrates a compliance turbidimeter using a sealed gel secondary standard. Why is this procedure inadequate?
A plant loses its SCADA communications link to the control room, but the filtration process continues to operate with chemical feed pacing to flow. What explains this?
An online chlorine analyzer reads 0.4 mg/L while a properly collected DPD grab sample at the same point reads 1.1 mg/L. What is the correct interpretation and first troubleshooting step?