Types of signals in process control

Click For Summary
SUMMARY

This discussion focuses on the types of signals used in process control, specifically comparing on-off control loops and PID control loops. On-off control loops predominantly utilize digital signals, while PID control loops typically require analog instrumentation, although they can operate with digital hardware through signal conversion. The conversation highlights the flexibility of PID controllers in managing systems with significant dynamic behavior, contrasting their use in industrial applications with the simpler on-off controls found in home appliances. The importance of selecting appropriate instrumentation based on project requirements is emphasized.

PREREQUISITES
  • Understanding of PLC programming and ladder logic
  • Knowledge of on-off control loops and PID control loops
  • Familiarity with analog and digital signal processing
  • Basic concepts of process dynamics and system behavior
NEXT STEPS
  • Research analog-to-digital and digital-to-analog converters for PLC applications
  • Study the implementation of PID control in various industrial processes
  • Explore the design and programming of on-off control systems in home appliances
  • Learn about the impact of dynamic behavior on control loop selection
USEFUL FOR

Process control engineers, PLC programmers, chemical engineering students, and anyone interested in the practical applications of control systems in both industrial and domestic settings.

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   Reactions: 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.
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
1K
  • · Replies 4 ·
Replies
4
Views
3K
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
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 35 ·
2
Replies
35
Views
8K