Vol. Control Systems
Chapter Basic Process Control Strategies and Control System Configurations

Supervisory Control

Supervisory control relies on a main CPU to provide setpoint values while one or more ‘regulatory’ controllers perform the continuous, real-time feedback and output loops to the final control elements.

In a manually-controlled process, a human operator directly actuates some form of final control element (usually a valve) to influence a process variable. Simple automatic (“regulatory”) control relieves human operators of the need to continually adjust final control elements by hand, replacing this task with the occasional adjustment of setpoint values. The controller then manipulates the final control element to hold the process variable at the setpoint value determined by the operator.

Automatic Timed Cycles

The next step in complexity after simple automatic control is to automate the adjustment of the setpoint for a process controller. A common implementation of this concept is the automatic cycling of setpoint values according to a timed schedule. An example of this is a temperature controller for a heat-treatment furnace used to temper metal samples:

temperature controller for a heat-treatment furnace

Here, a computer “supervises” the furnace’s temperature by communicating setpoint values to the temperature indicating controller (TIC) over a digital network interface such as Ethernet. From the temperature controller’s perspective, this is a remote setpoint signal, as opposed to a local setpoint value which would be set by a human operator at the controller faceplate. 

Since the heat-treatment of metals requires particular temperature ranges and rates of change over time, this control system relieves the human operator of having to manually adjust setpoint values again and again during heat-treatment cycles. Instead, the computer schedules different setpoint values at different times (even setpoint values that change steadily at a certain rate over a period of time) according to the needs of the particular metal type and treatment type. Such a control scheme is quite common for heat-treating processes, and it is referred to as ramp and soak.

Supervisory Setpoint Control

Process controllers configured for supervisory setpoint control typically have three operating modes:

  • Manual mode: The controller takes no automatic action. Output value set by a human operator.
  • Automatic mode with local SP: Controller automatically adjusts its output to try to keep PV = SP. Setpoint value set “locally” by a human operator.
  • Automatic mode with remote SP: Controller automatically adjusts its output to try to keep PV = SP. Setpoint value set “remotely” by supervising computer.

Supervisory setpoint control is also used in the chemical processing industries to optimize production efficiencies by having a powerful computer provide setpoint adjustments to regulatory controls based on mathematical models of the process and optimization constraints. In simple terms, this means having a computer make setpoint adjustments to the normal PID loop controllers instead (or in addition to) human operators making setpoint changes. This forms a two-layer process control system: the “base” or “regulatory” layer of control (PID loop controllers) and the “high” or “supervisory” level of control (the powerful computer with the mathematical process models).

Such “optimizing” control systems are usually built over a digital network for reasons of convenience. A single network cable not only is able to communicate the frequent setpoint changes from the supervisory computer to the multitude of process loop controllers, but it may also carry process variable information from those controllers back to the supervisory computer so it has data for its optimization algorithms to operate on:

Supervisory computer sending setpoints to multiple regulatory (loop) controllers

The complexity of these optimization algorithms is limited only by the computational power of the supervisory computer and the creativity of the programmers and engineers who implement it. A modern trend in process optimization for industries able to produce varying proportions of different products from the same raw material feed is to have computer algorithms select and optimize production not only for maximum cost efficiency, but also for maximum market sales and minimum storage of volatile product.

REVIEW:

  • Final control elements (valves, solenoids, etc) are positioned manually or automatically with setpoint (SP) values.
  • A computer is responsible for receiving the SP value from a human operator or from a recipe, then sending it off to a local ‘regulatory’ controller.
  • Computer networks can carry SP data to multiple regulatory controllers, and allows bi-directional transmission of process data.