6.4 Instrumentation & Control Systems: Sensors, Transmitters, Controllers & Loops
Key Takeaways
- A control loop consists of a measuring element, a transmitter, a controller comparing measurement with setpoint, and a final control element; a break anywhere in that chain makes the loop useless regardless of how well it is tuned.
- The 4 to 20 milliamp current loop is the plant standard because current is immune to voltage drop over long runs and a live zero of 4 mA lets the system distinguish a genuine zero reading from a broken wire.
- Proportional action responds to the size of the error, integral action eliminates the residual offset that proportional action leaves behind, and derivative action responds to the rate of change and is normally kept small on noisy boiler signals.
- Differential-pressure drum level transmitters need density compensation, because the reference leg and the drum water change density with pressure and an uncompensated transmitter misreads level during pressure excursions.
- Zirconium oxide oxygen analyzers measure flue gas oxygen in situ at high temperature and drive automatic oxygen trim, which corrects for air density, fuel variation, and linkage wear that a fixed firing curve cannot see.
6.4 Instrumentation & Control Systems: Sensors, Transmitters, Controllers & Loops
Quick Summary: Every automatic function on a boiler — firing rate, drum level, furnace draft, deaerator level, oxygen trim — is a control loop: something measures, something transmits, something compares against a setpoint, and something moves. An operator who understands that four-part chain can diagnose a control problem by asking, in order, whether the measurement is real, whether the signal arrived, whether the controller decided correctly, and whether the final element actually moved.
1. The Four Parts of a Loop
[ PROCESS ] --> [ 1. SENSING ELEMENT ] --> [ 2. TRANSMITTER ]
^ |
| v
[ 4. FINAL CONTROL ELEMENT ] <-- [ 3. CONTROLLER: compare to setpoint ]
| Part | Examples | Question to ask when troubleshooting |
|---|---|---|
| 1. Sensing element | Bourdon tube, thermocouple, RTD, orifice plate, float, conductivity probe | Is the measurement physically real, or is a sensing line plugged? |
| 2. Transmitter | dP cell, temperature transmitter, pressure transmitter | Did the signal leave the field device and arrive at the controller? |
| 3. Controller | PID controller, PLC, DCS block | Given that input and that setpoint, is the output the right direction and magnitude? |
| 4. Final control element | Control valve, damper actuator, VFD, motorized fuel valve | Did the device physically move to where it was told? |
Always verify the measurement first. More boiler control complaints are caused by a plugged impulse line, a wet transmitter, or a fouled probe than by controller tuning. A perfectly tuned loop acting on a false input will confidently do the wrong thing.
2. The Instruments
Pressure
- Bourdon tube gauges for local indication (with a siphon on steam service).
- Pressure transmitters — a diaphragm sensing element with strain gauge or capacitance detection — for remote indication and control.
- Draft gauges for furnace and breeching pressure, calibrated in inches of water column, where 1 psi = 27.7 in. WC. Draft measurements are small numbers; a manometer or a low-range transmitter is required, not a pressure gauge.
Level
The workhorse is the differential-pressure (dP) transmitter connected across the drum's steam and water spaces. It measures the difference between a constant-head reference leg (a condensate-filled column) and the variable head of the drum water.
Density compensation is the systematic error to know. Both the reference leg and the drum water change density as pressure and temperature change. An uncompensated dP transmitter calibrated at operating pressure will read high when the boiler is at low pressure and low at elevated pressure. During a startup or a pressure excursion, that error can be several inches of indicated level — which is why the gauge glass, not the transmitter, remains the legal and operational reference for water level.
Other level devices in the plant: magnetic level gauges with follower flags, capacitance probes in deaerators and condensate receivers, and conductivity probes for low-water cutoff service.
Flow
- Orifice plate with a dP transmitter is still the standard for steam and feedwater. Flow varies with the square root of the differential pressure, so the controller or transmitter must extract that square root. An orifice-based flow signal is therefore poor at very low flows, where a small dP error becomes a large flow error.
- Vortex, turbine, and magnetic meters appear on water and condensate service.
- Annubar-type averaging pitot tubes are common for combustion air.
Temperature
- Thermocouples generate a small voltage from the junction of two dissimilar metals. Type K is the general workhorse; stack and furnace applications may use Type J or K in a thermowell.
- Resistance temperature detectors (RTDs), usually 100-ohm platinum, are more accurate and more stable than thermocouples over the moderate temperatures a boiler plant cares about — feedwater, deaerator storage, condensate return, hot water supply.
- Thermowells let any element be removed without breaching the pressure boundary. An element not seated to the bottom of its well reads low and slow.
Flue gas
- Zirconium oxide oxygen analyzers are mounted in situ in the flue and produce a millivolt output proportional to the ratio of flue gas oxygen to reference air. They operate hot and read continuously, which is what makes automatic oxygen trim possible.
- Electrochemical cells measure carbon monoxide in portable analyzers.
- Opacity monitors measure stack particulate on solid-fuel installations.
3. Signal Transmission: Why 4 to 20 mA
The plant standard analog signal is a 4 to 20 milliamp current loop.
- Current, not voltage. In a series loop the same current flows everywhere regardless of wire resistance, so a 500-foot run with terminal-strip resistance delivers the same value as a 5-foot run. A voltage signal would droop.
- Live zero. The bottom of the range is 4 mA, not 0 mA. That is the safety feature: 0 percent of range reads 4 mA, so a reading of 0 mA can only mean a broken wire, a dead transmitter, or a lost power supply. A 0-to-20 mA scheme could not distinguish a true zero from a failure.
- Two-wire loop power. Most field transmitters draw their operating power from the same two wires that carry the signal.
Discrete (on/off) signals travel as contact closures — pressure switches, flow switches, limit switches, proof-of-closure switches. Modern plants add digital protocols such as HART riding on the 4 to 20 mA loop, or fieldbus networks, but the underlying analog standard has not moved.
4. Controllers and Control Modes
A controller computes error = setpoint − measurement and drives an output. The three classic modes:
| Mode | Responds to | What it fixes | What it costs |
|---|---|---|---|
| Proportional (P) | The size of the error | Fast, stable response proportional to how far off you are | Leaves a permanent offset — the loop settles near, not at, setpoint |
| Integral (I) / reset | The accumulated error over time | Drives the offset to zero | Can wind up if the valve is saturated, causing overshoot when control returns |
| Derivative (D) / rate | The rate of change of the error | Anticipates fast excursions and damps overshoot | Amplifies measurement noise; usually small or zero on boiler loops |
Practical settings on boiler loops. Drum level and combustion loops are noisy and are normally run PI, with derivative off or very small. Reset windup matters on drum level: if the feed valve is wide open and the level still falls, the integral term keeps accumulating, and when the valve regains authority the loop overshoots badly. Modern controllers include anti-windup limiting.
Loop terminology worth knowing:
- Direct acting — output increases when measurement increases.
- Reverse acting — output increases when measurement decreases. A feedwater valve controller is reverse acting: falling level must open the valve.
- Cascade — one controller's output is another controller's setpoint. Three-element feedwater control is a cascade: the level-and-steam-flow master sets the feedwater flow controller's setpoint.
- Feedforward — a measured disturbance is injected directly into the output rather than waiting for it to show up as error. Steam flow in two-element feedwater control is a feedforward signal.
- Cross-limiting — output limits that force air to lead fuel on an increase and fuel to lead air on a decrease.
5. Oxygen Trim: Instrumentation Doing Real Work
A burner's firing curve — the relationship between firing rate, fuel valve position, and air damper position — is set during commissioning on a particular day, with a particular fuel, at a particular air density. Everything then drifts:
- Air density changes with temperature and barometric pressure. In Montana, a boiler tuned on a 75 °F August afternoon draws substantially more mass of air per damper degree on a −10 °F January night. The fixed curve does not know that.
- Fuel composition varies between deliveries and between utility supply sources.
- Linkages wear. Jackshafts develop backlash, set screws slip, ball joints loosen.
- Heat transfer surfaces foul, changing the gas-side pressure drop and therefore the airflow at a given damper position.
Oxygen trim closes a slow outer loop around the firing curve. A zirconium oxide analyzer measures actual flue gas oxygen, the trim controller compares it with a setpoint that varies with firing rate, and it applies a limited correction to the air damper or fuel valve position. The correction authority is deliberately bounded — typically a small percentage of the curve — so a failed analyzer cannot drive the burner into a fuel-rich condition.
The payoff is the same efficiency arithmetic used everywhere else in the plant: each 1 percent reduction in flue gas oxygen is worth roughly 0.5 percent efficiency, and holding the target continuously rather than tuning to a conservative margin twice a year recovers most of that.
6. Instrument Failure Modes
| Instrument | Failure | How it presents | Correct response |
|---|---|---|---|
| dP level transmitter | Reference leg boiled dry or lost | Indicated level reads high while the true level falls | Trust the gauge glass; refill and re-establish the reference leg |
| dP level transmitter | No density compensation during a pressure swing | Level indication and glass disagree by several inches | Compensate in the controller; use the glass as the reference |
| Orifice flow | One impulse line plugged | Flow reads erratic, or pegs high or low | Blow down both impulse lines; verify equal legs |
| Thermocouple | Element not bottomed in the thermowell | Reads low and slow; loop response sluggish | Reseat the element; add thermal compound where specified |
| Thermocouple | Reversed polarity at the terminal | Reading moves the wrong direction with temperature | Correct the wiring; verify with a known heat source |
| O₂ analyzer | Fouled or aged cell | Trim drives the burner steadily richer or leaner over weeks | Calibrate against a portable analyzer on a schedule |
| 4–20 mA loop | Broken wire or dead supply | Reading pegs at 0 mA, below live zero | Loop-check with a calibrator; the live zero is telling you it is a failure, not a real zero |
| Any transmitter | Isolation valve left closed after maintenance | Reading frozen at the last value, perfectly steady | Include valve line-up in the post-maintenance checklist |
| Control valve | Actuator or positioner failure | Controller output moves; process does not | Compare output signal with valve stem position at the valve |
The frozen-signal trap. A perfectly steady reading on a live process is suspicious. Real boiler measurements always show small movement. A pressure or level indication that has not moved a digit in an hour usually means a closed isolation valve, a plugged tap, or a failed transmitter holding its last value.
Why does the plant standard analog instrument signal run from 4 to 20 milliamps rather than 0 to 20 milliamps?
A differential-pressure drum level transmitter and the gauge glass disagree by several inches during a boiler pressure excursion, with the transmitter reading higher than the glass. What is the most likely explanation and what governs the operator's action?
What does automatic oxygen trim add to a commissioned firing curve, and why is its correction authority deliberately limited?