Types of signals in process control

In summary: 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.If there are system components with significant dynamic behavior (lags, leads, etc), the continuous PID controller is much more flexible.
  • #1
MexChemE
237
55
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 [itex]T_{sp}[/itex], then we measure the outlet temperature of the fluid [itex]T[/itex]. As long as [itex]T < T_{sp}[/itex], the controller activates a constant-power electrical heater, and it turns it off once [itex]T < T_{sp}[/itex]. 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 [itex]T < T_{sp}[/itex], 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
  • #2
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
  • #3
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 are the different types of signals used in process control?

The most common types of signals used in process control are analog, digital, discrete, and pulse signals.

What is an analog signal in process control?

An analog signal is a continuous signal that varies in time or amplitude and can have any value within a range. It is represented by a smooth curve and is commonly used for measuring and controlling physical quantities such as temperature, pressure, and flow.

What is a digital signal in process control?

A digital signal is a discrete signal that has only two possible values, usually represented by 0 and 1. It is commonly used for communication and control purposes, as it is less susceptible to noise and can transmit information more accurately and reliably.

What is a discrete signal in process control?

A discrete signal is a signal that can only take on specific values at specific times. It is commonly used for on/off control and can be thought of as a digital signal with a limited number of possible values.

What is a pulse signal in process control?

A pulse signal is a digital signal that consists of a series of pulses, with each pulse representing a bit of information. It is commonly used for communication and control purposes, especially in digital systems.

Similar threads

  • Electrical Engineering
Replies
3
Views
805
  • Engineering and Comp Sci Homework Help
Replies
4
Views
2K
  • General Engineering
Replies
2
Views
3K
Replies
23
Views
3K
  • Mechanical Engineering
Replies
10
Views
1K
  • Electrical Engineering
Replies
13
Views
4K
  • Engineering and Comp Sci Homework Help
Replies
5
Views
1K
  • Electrical Engineering
Replies
16
Views
4K
  • DIY Projects
2
Replies
35
Views
5K
Back
Top