Types of signals in process control

Click For Summary
On-off control loops primarily utilize digital signals, as they operate on a simple binary system of activation and deactivation, making them suitable for applications like home appliances. PID control loops, while traditionally associated with analog signals due to their continuous nature, can also function with digital hardware through the use of signal converters. Although PID controllers are favored in industrial settings for their flexibility and accuracy, on-off controls, or "bang-bang" controls, remain common in less critical applications. The choice between these control methods depends on the specific requirements of the system, including dynamic behavior and accuracy needs. Overall, both control strategies have their place in process control, with on-off loops being more prevalent in simpler applications.
MexChemE
Messages
237
Reaction score
54
Hello, PF! I've been learning some process control on my own lately, and some questions have come to my head while on it.

Consider the following on-off control loop:
on-off.png

Let's say we want to control the temperature of the fluid inside the tank. We set up an on-off control loop and establish a temperature set point T_{sp}, then we measure the outlet temperature of the fluid T. As long as T < T_{sp}, the controller activates a constant-power electrical heater, and it turns it off once T < T_{sp}. Now, I know this is a very rudimentary description, but I think it gets the job done. Let's say the controller is a PLC, so we set up our ladder logic program with an open contact for the temperature sensor input that gets energized as long as T < T_{sp}, and the corresponding output coil for the electrical heater. Clearly, this system can run on digital signals only.

Now, consider the following PID control loop:
pid.png

Now we have a steam heating jacket, and we can control its mass flowrate using a control valve. Now we need an analog temperature sensor which provides a continuous reading of the outlet temperature. Let's say we're still running the control loop on a PLC, so we need analog I/O modules in order to receive the analog signals from the sensor, and send the output signals to the valve actuator, which should adjust mass flowrate accordingly. Now, this system runs mostly on analog signals, at least the instrumentation has to.

Now, my questions are:
1. Do on-off control loops mostly run on digital signals? As a process control newbie, I don't see the need for an on-off loop using analog instrumentation.
2. Do PID loops always imply analog instrumentation? Could a PID loop run on just digital hardware?
3. PID loops seem to be ubiquitous in the chemical processes industry, are on-off loops used at all as an alternative to PID control? Not when accuracy is critical, I think.

P.S. I'm currently taking a practical course on PLC programming by a local engineering firm, and it's really nice because we always end up assembling the actual machines to run our programs, and we mostly do everything from scratch, from the programming to the actual wiring of sensors and actuators. As a chemical engineering major, I'm learning a lot about electrics/electronics and pneumatics, which are useful skills to have, however, we mostly program for discrete processes, such as assembly lines, which are not that relevant to my major.

Thanks in advance for any input!
 
Engineering news on Phys.org
MexChemE said:
Now, my questions are:
1. Do on-off control loops mostly run on digital signals? As a process control newbie, I don't see the need for an on-off loop using analog instrumentation.
There is no hard and fast rule regarding the instrumentation. It depends on what type of sensors and controls are available that fit the requirements (cost, power capability, temperature limits, etc.) If there are analog components, there will need to be some conversion between discrete and analog somewhere.
2. Do PID loops always imply analog instrumentation?
Classical analysis of PID circuits assumes that the signals are continuous, not on/off discretes.
Could a PID loop run on just digital hardware?
For all practical purposes, yes. Converters for analog-to-digital and digital-to-analog are common for the I/O of digital computers.
3. PID loops seem to be ubiquitous in the chemical processes industry, are on-off loops used at all as an alternative to PID control? Not when accuracy is critical, I think.
On-off controls are called "bang-bang" controls. They are usable in far fewer applications. If there are system components with significant dynamic behavior (lags, leads, etc), the continuous PID controller is much more flexible. Your second example, with an entire jacket that must warm up would have a significant lag in warming the fluid and then it may warm the fluid far beyond the desired temperature. A PID controller is better for that situation. In fact, the first example would also have some lag.

EDIT: Although PID controls are more flexible, discrete on/off controls are very common. Thermostat control of home furnaces and air conditioners, stoves, electric blankets, etc. If they control it well enough, they are much simpler.
 
Last edited:
  • Like
Likes MexChemE and BvU
Nice response! I did notice on-off control loops are much more used in home appliances and the like (almost any introductory discussion on process control mentions the home heating/cooling situation with an on-off loop), and not so much in a more industrial setting, such as the examples I sketched. However, as you point out, it would all depend on the needs of the project. For example, if the dynamic behavior of the system is stable (I'm not sure my terminology is correct), an on-off loop would be more feasible than a PID.
FactChecker said:
For all practical purposes, yes. Converters for analog-to-digital and digital-to-analog are common for the I/O of digital computers.
Yes, for example, analog I/O modules are basically signal converters for the PLC, but the instrumentation would still be analog. But, one of my texts mentioned something about digital PID loops, and I was wondering if those ran exclusively on analog signals, if that's even possible at all.
 
What mathematics software should engineering students use? Is it correct that much of the engineering industry relies on MATLAB, making it the tool many graduates will encounter in professional settings? How does SageMath compare? It is a free package that supports both numerical and symbolic computation and can be installed on various platforms. Could it become more widely used because it is freely available? I am an academic who has taught engineering mathematics, and taught the...

Similar threads

  • · Replies 4 ·
Replies
4
Views
5K
  • · Replies 3 ·
Replies
3
Views
1K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 2 ·
Replies
2
Views
3K
Replies
23
Views
5K
Replies
13
Views
5K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 16 ·
Replies
16
Views
5K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 7 ·
Replies
7
Views
4K