Control Loops

On this page

A control loop is the closed circle of measurement, decision, and action that holds a process variable near its setpoint. Loops can be simple feedback or layered into sophisticated strategies for tough processes.

Overview

Every loop has four elements: sensor → transmitter → controller → final element. Any weak link limits the whole loop.

Types of Loops

  • Open-loop — output is set without measuring the result.
  • Closed-loop (feedback) — output adjusts based on measured error.
  • Feedforward — output reacts to a measured disturbance before the PV changes.
  • Cascade — outer loop’s output is inner loop’s setpoint (e.g., temperature → jacket valve flow).
  • Ratio — keeps one stream proportional to another.
  • Split-range — one controller drives two final elements across a range.
  • Override / select — low/high signal selector chooses between competing controllers.

Stability & Performance

  • Gain margin > 6 dB; phase margin > 45° as rule-of-thumb for robust loops.
  • Dead time hurts more than process gain — minimize sensor lag and sample period.
  • Filter just enough to suppress noise without slowing the loop.
  • Tune at the operating region the loop will live in.

Advanced Strategies

  • Smith predictor — compensates for known dead time.
  • MPC — multivariable, constrained optimization in real time.
  • Gain scheduling — different tuning for different operating regions.
  • Adaptive control — automatic re-tuning as plant changes.
  • Fuzzy logic / rule-based — handles nonlinearities heuristically.

Performance Metrics

  • IAE = ∫|e(t)|dt
  • ISE = ∫e(t)²dt (penalizes large errors)
  • ITAE = ∫t·|e(t)|dt (penalizes sustained error)
  • Rise time, settling time, overshoot %, decay ratio (¼ for ZN).
  • Output travel — surrogate for valve wear.

Loop Monitoring

  • Identify oscillating loops with cross-correlation across the plant.
  • Track time in auto / manual / cascade.
  • Watch valve position vs travel limits — stiction is a top cause of oscillation.
  • Tools: Honeywell Loop Scout, Emerson PlantWeb, ExperTune PlantTriage, AspenTech aspenONE APC.
  • Most plants improve performance more by maintaining loops than by upgrading them.
reference page