Are Electrical Components Key to Filtering Noise in Digital PID Controllers?

Click For Summary

Discussion Overview

The discussion revolves around the role of electrical components in filtering noise within digital PID controllers, exploring both theoretical and practical aspects of PID control design, particularly in temperature control applications.

Discussion Character

  • Exploratory
  • Technical explanation
  • Conceptual clarification
  • Debate/contested
  • Homework-related

Main Points Raised

  • One participant questions whether the term "actual electrical components" applies to digital PID controllers, suggesting that while analog controllers use physical components, digital controllers operate in the digital domain and may only approximate analog behavior.
  • Another participant emphasizes the importance of identifying sources of noise in temperature control applications, noting that external factors like electrical interference and brief temperature changes can affect readings and should be managed through various methods, including shielding and digital filtering.
  • A participant inquires about the use of Laplace transforms in temperature controllers and whether such controllers come pre-equipped with heat transfer equations, suggesting that tuning parameters are typically all that is needed.
  • One response highlights the distinction between Laplace transforms for analog systems and Z-transforms for digital systems, indicating that digital systems can also employ non-linear techniques not easily achievable in analog systems.
  • A participant explains the basic operation of PID controllers, detailing how they compute outputs based on error signals and the roles of proportional, integral, and derivative components, while also comparing analog and digital implementations.

Areas of Agreement / Disagreement

Participants express differing views on the relevance of electrical components in digital PID controllers, with some emphasizing the digital nature of these systems while others point out the importance of noise filtering techniques. The discussion remains unresolved regarding the specifics of how electrical components relate to digital PID design.

Contextual Notes

Participants mention various factors that can introduce noise into PID control systems, but there is no consensus on the best methods for filtering or managing this noise. Additionally, the discussion touches on the complexity of PID controller design without fully resolving the mathematical or technical details involved.

Who May Find This Useful

This discussion may be useful for engineers and students interested in control systems, particularly those focusing on PID controllers and noise management in digital applications.

jaredokie
Messages
21
Reaction score
0
When speaking of filtering noise of an input or output, are the texts referring to the actual electrical components of a digital pid controller? Capacitors, resistors etc...
 
Engineering news on Phys.org
Kind of a weird question. An analog PID controller uses analog components to achieve results, as do filters. A digital PID controller achieves similar results in the digital domain. The concept "actual electrical components of a digital PID controller" is a bit off. One might approach a digital PID design by mimicing (approximating) the operation of analog components. In that case, yes, I guess, sort of.

You might want to elaborate on your question.
 
I work around pid control. I'm trying to understand the design process of temperature controllers
 
There is more to it than that. Long electrical lines can pick up unwanted electrical noise from other devices. The thermostat can read brief changes in temperature from doors opening and random convection changes that you want to ignore. A device might turn off and on, making brief temperature changes. For each application, you have to identify the possible sources of noise, decide which are too significant to ignore, and attenuate the noise. Shield cables or put digital filters in the system. The derivative part of the PID can amplify noise, so be careful with it.
 
Is the laplace transform the most commonly used transform? And does a temperature controller already have the needed heat transfer equations built into the program? For instance Eurotherm temperature controllers. All that is needed are tuning parameters right?
 
Everyone that reads a broad general question will react to a different thing about the question. Can you ask specific questions? Post links? The answers can be yes or no or maybe for all you ask.

Lapace transforms are useful for analyzing analog systems. Z-transforms are used for digital (sampled data) systems. There are transforms between the two.

Digital systems can also use non-linear techniques that are not easily done in analog systems.

Download a manual for a specific controller and study it. Don't expect us to do it for you. But, feel free to ask questions if you cannot understand what you read.
 
keep it simple...

The controller doesn't know anything about the process, that's the job of the engineer applying it.

Controllers generally operate on an error signal, which is the difference between measured and desired values of whatever's being controlled.

a PID calculates three functions of that error:

its value multiplied by some gain (Proportional)
its time integral (Integral)
and its approximate rate of change (Derivative)
The PID controller sums the three and applies its output to an actuating device that physically affects the process being controlled.

Analog controllers are just analog computers that use resistors and capacitors to realize their transfer function, which can be expressed as a Laplace transform. Digital controllers use computer programs to do the same calculations and produce same transfer function..

Figure 3 here is a slick analog PID controller that uses just one op-amp.
http://www.postreh.com/vmichal/papers/PID-Radio.pdf

I think it's based on a 1940's design by Philbrick Nexus... a google search turns up dozens of other circuits.

Filters are similarly implemented in either analog hardware or computer software.

hope this helps
 

Similar threads

  • · Replies 12 ·
Replies
12
Views
4K
  • · Replies 3 ·
Replies
3
Views
1K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
Replies
13
Views
5K
  • · Replies 14 ·
Replies
14
Views
3K
  • · Replies 39 ·
2
Replies
39
Views
21K
  • · Replies 15 ·
Replies
15
Views
4K
  • · Replies 2 ·
Replies
2
Views
3K