UK HQ Your time

Dosing Control Strategy

How a dosing pump is controlled determines whether the plant under-doses (fails consent), over-doses (wastes chemical) or holds setpoint reliably. This page covers feedback, feed-forward and cascade control modes; PID tuning for water-treatment dosing; sensor selection and placement; and SCADA integration.

Feedback, Feed-Forward, Cascade

The three building blocks of every dosing control loop.

Every chemical-dosing control system reduces to one of three modes, or a combination. Feedback measures the result and adjusts the dose to correct error — reliable but slow. Feed-forward measures the disturbance (flow, influent quality) and adjusts dose proactively — fast but uncalibrated. Cascade combines both: feed-forward provides the bulk dose, feedback trims for accuracy. Choosing the right combination depends on process dynamics, available sensors and consequence of error.

Feedback Control

The classic PID loop: measure the output, correct the dose.

Downstream analyser (pH, ORP, chlorine, turbidity) measures the controlled variable. A PID controller calculates the error from setpoint and adjusts dosing pump speed or stroke to drive error to zero.

Strengths: robust to unmeasured disturbances; self-correcting; needs only one analyser.

Weaknesses: reactive — corrects after the process has drifted; performance limited by deadtime between dose injection and analyser response. Large deadtime (long pipe runs, slow reactions) makes pure feedback unstable or sluggish.

Where it works

pH neutralisation (fast reaction, short loop, robust pH sensor). Free-chlorine residual hold (slow process, long contact tank). Wherever loop deadtime is short relative to acceptable error duration.

PID parameter starting points

ApplicationP (gain)I (reset, min)D (rate, s)
pH (single-stage)0.5–20.5–30
pH (cascade lime + acid)0.2–11–50–5
Free chlorine1–32–100
ORP (oxidation)0.5–21–50
Turbidity trim (coagulant)0.2–110–300

Always re-tune after commissioning; published gains are starting points only. Use auto-tune feature on modern PLCs as the first pass.

Feed-Forward Control

Look at the input, calculate the dose, deliver it — before the disturbance reaches the process.

Influent flow meter (or composition analyser) drives dosing pump speed via a calibrated function. Example: ratio-paced coagulant dosing where pump speed is directly proportional to plant flow. There is no feedback loop — the control assumes the calibration is accurate.

Strengths: fast response (no deadtime); inherently stable; simple to commission.

Weaknesses: no self-correction. If the calibration drifts (due to seasonal water quality changes, polymer batch variation, etc.), the process slowly drifts away from optimum.

Where it works

Coagulant flow-pacing in drinking-water plants. Polymer flow-pacing in clarifiers. Chlorination of constant-quality groundwater. Wherever the process is dominated by one disturbance variable and there is no fast, reliable downstream analyser.

Calibration function

Linear: dose = k · flow (kg/h = k · m³/h). Determine k by jar testing on representative samples and verify quarterly.

Calibration robustness

Calibration valid only within tested range. Outside it, performance degrades. Use feedback trim (cascade) to extend operating range without recalibration.

Recalibration frequency

Seasonal at minimum. Storm events, source-water changes, polymer batch changes all warrant recalibration.

Cascade / Compound-Loop Control

The best of both worlds — fast bulk dose + slow accuracy trim.

Feed-forward provides the bulk dose proportional to flow. Feedback PID adds a small trim correction based on residual analyser. Either pump speed adjusts via two stacked inputs, or two pumps (large bulk pump + small trim pump) work together.

Strengths: fast response to flow change AND self-correcting drift; tolerant of calibration error; handles wider operating range than either mode alone.

Weaknesses: more complex to commission; requires two reliable signals (flow + analyser); needs PID tuning that respects both inputs.

Where it works

Most modern industrial and municipal plants. Particularly: drinking-water coagulation (flow + turbidity), chlorination (flow + residual), pH control (flow + pH), polymer dewatering (sludge mass flow + cake solids).

Implementation pattern

Output = (kflow × flow) + PID(residual error). Bound the PID output to ~±30% of bulk dose to prevent integrator wind-up if the analyser fails.

Failure mode design

If residual analyser fails → fall back to feed-forward only with last-known offset. Alarm operator. Do not allow uncontrolled overshoot.

Sensor Selection & Placement

Bad sensor = bad control. Online analyser performance is the most common limitation.

pH

Glass-membrane probes — reliable, fast, well understood. Replace every 12–24 months; calibrate weekly. Inline retractable mount preferred for solids-laden streams.

ORP

Robust for monitoring oxidising/reducing conditions (oxidation, disinfection, dechlorination). Slower response than pH; needs reference electrolyte refill.

Turbidity

Surface-scatter (low NTU) or ratio-turbidimeter (high NTU). Auto-clean wipers essential for fouling-prone water. Replace optics annually.

Free chlorine / total chlorine

Amperometric (membrane) or DPD-colorimetric reagent-based. Amperometric: faster, cheaper; needs flow cell. DPD: more accurate at low residual; reagent Operating expenditure.

NH₄-N (ammonia)

Ion-selective electrode (fast, Operating expenditure-low) or wet-chemistry analyser (accurate, slower). Critical for breakpoint chlorination control.

Conductivity / TDS

Inductive probes for high-fouling waters; contacting probes for clean water. Useful surrogate for alkalinity dosing or salt-load monitoring.

Sensor placement rules

  • Locate analyser AFTER the mixing/contact zone so the dose has had time to react
  • Locate at a representative flow (well-mixed cross-section, not against a wall)
  • Keep deadtime to under 5x the controller’s reset time
  • Provide grab-sample tap immediately adjacent for manual calibration verification
  • Avoid bend / weir / orifice immediately upstream (vortex air entrainment confuses readings)

Where Dosing Control Breaks

Excessive Deadtime

Long pipe runs between dose and analyser cause oscillation in pure feedback. Mitigation: shorten loop with closer analyser, or switch to feed-forward dominant.

Integrator Wind-up

If pump saturates at max speed but error persists, PID integrator keeps accumulating. When error clears, controller overshoots. Mitigation: clamping I-term, anti-windup logic in PLC.

Sensor Drift & Noise

pH electrode drift, fouled chlorine cell, vibration noise all corrupt the control signal. Mitigation: scheduled calibration; signal filtering; cross-checks with redundant sensors.

Setpoint Chasing

Operator manually adjusts setpoint during transients, hiding the real problem. Mitigation: clear alarms, trending dashboards, daily setpoint discipline; periodic loop audits.

SCADA & Site-Wide Strategy

Distributing local PID loops within a coordinated plant-wide control architecture.

Modern plants run dosing PID loops at PLC level for fast, deterministic response. SCADA above provides:

  • Setpoint management, recipe handling, mode switching (auto / manual / cascade)
  • Trending and historian for tuning and forensic analysis
  • Alarm management with priority and escalation
  • Cross-loop coordination (e.g., reduce chlorine dose when ammonia drops)
  • Predictive control overlay (model-based feed-forward from weather, flow forecast, source-water analyser)

Industry 4.0 add-ons include dosing-pump health monitoring, predictive maintenance, dose-vs-result analytics and remote tuning via secure VPN.

Explore SCADA integration

Architecture stack

PLC layer

Deterministic PID loops — 100–500ms scan. Pump speed control, residual measurement, interlocks.

SCADA layer

Setpoints, recipes, alarming, trending, operator visualisation. 1–10 second update.

MES / Cloud

Multi-plant comparison, predictive analytics, chemical Operating expenditure dashboard, supplier integration. Daily / hourly.

Related Pages

Optimise an existing dosing control loop

Send us your loop performance data, P&ID and current PID gains. We will audit the control strategy, suggest mode upgrades (e.g., feed-forward addition), retune the PID and document SCADA integration improvements.

Industries We Serve

Our expertise spans multiple industries with sector-specific water treatment solutions.