PID vs. Other Control Methods: What's the Best Choice

  Рет қаралды 135,721

RealPars

RealPars

Күн бұрын

Пікірлер: 71
@realpars
@realpars 6 ай бұрын
Want to learn about industrial automation? Go here: www.realpars.com/individual-pricing Want to train your team in industrial automation? Go here: www.realpars.com/pricing-team
@guatagel2454
@guatagel2454 11 ай бұрын
I use PID with some fuzzy logic: if the error is close to ideal, I turn off the D part of PID. The result is incredible, the noise is very low. Also, being the I accumulator a measure of the system loses (drift, heat loss, etc.), I preload the I accumulator value with the P value as soon as it is not saturated, and periodically. If I have historical data, I preload the I accumulator at start with the typical value of I fir that setpoint. That way I save time loading the I accumulator, and I reach the setpoint faster. With these two techniques combined my controllers behaves beautifully.
@microdesigns2000
@microdesigns2000 11 ай бұрын
Wow, very nice ideas. I remember back before Kinetix 5xxx brought decent default tuning and adaptive tuning. We altered the PID values during operation when we knew the load was changing. Tell me, what kind of processes are you tuning that made you develop your techniques?
@realpars
@realpars 11 ай бұрын
Interesting..... Thanks for sharing!
@eugenepohjola258
@eugenepohjola258 10 ай бұрын
Howdy. Yeah. During my days as a training planner in a paper mill. Operator experience. Shifting to another paper grade only changing the main set value would take almost a whole reel if the PID:s were left to do the adjustments. One whole reel to be repulped. The experienced operators knew the output values of the most important PID:s. They manually set them close to the final values. Then they input the new grade to the master controller and switched back to automatic. The new grade was achieved in about an hour. The shifting reel only needed to be rerolled cutting out the transition part. Enormous time saving and way less to be repulped. Regards.
@ppokorny99
@ppokorny99 10 ай бұрын
Recommend looking into PDF (psuedo derivative feedback) where the derivative term is replaced leveraging feedback and the integral. Limiting windup on the integral accumulator is also important. Theoretical results show you can get faster convergence with little or no overshoot which can be very important for some control situations.
@HermanWillems
@HermanWillems 10 ай бұрын
What about NON-Linear control. PID suck at that. Actually PID sucks at many processes. Because the world is not linear.
@MrSaemichlaus
@MrSaemichlaus 10 ай бұрын
The shocks in your car's suspension can be thought of as PID controllers: the spring is the proportional part, the damper is the derivative part, and your manual height setting is the integral part. The shocks in the suspension stabilize the ride height of the car against the constantly changing height of the ground (setpoint) while allowing minimal overshoot and oscillation.
@odissey2
@odissey2 11 ай бұрын
There is also another type of bang-bang control, called "Take Half Back" by Steven Woodward. It offers settling time comparable to PID and useful for on/off systems like AC or home heaters.
@realpars
@realpars 11 ай бұрын
Hi there! Thanks for sharing. If I remember correctly, this concept was introduced over 20 years ago.
@dvdvideo1234
@dvdvideo1234 10 ай бұрын
LQ-PID has worked for me quite well over the years
@蓝狐
@蓝狐 11 ай бұрын
It's so rare to watch comparative control methods, thanks a lot!
@realpars
@realpars 11 ай бұрын
You're very welcome!
@luciddream2033
@luciddream2033 11 ай бұрын
Nice introductory to these concepts.
@realpars
@realpars 11 ай бұрын
Glad you liked it! Thank you for sharing.
@sennabullet
@sennabullet 9 ай бұрын
A superb video!!! Thank you for the clear and easy to digest explanation of the various processes.
@realpars
@realpars 9 ай бұрын
Glad it was helpful!
@David_Bruton
@David_Bruton 11 ай бұрын
I wonder will you have videos about advanced applications for PID control? For example these applications are commonly used in most DCS: split range, gain scheduling, ratio control, cascade control, and feed forward.
@realpars
@realpars 11 ай бұрын
Hi @David_Bruton, Thanks for reaching out. We have not yet developed any videos on advanced applications for PID Control. Stay tuned though as we are planning more videos and courses on such topics.
@borisdelaine9797
@borisdelaine9797 11 ай бұрын
I love this refresher. I am not working in controls but I loved the study. Where are my eigenvalues and eigenvector? Does anybody know root locus or Bode diagram anymore?
@Beregorn88
@Beregorn88 10 ай бұрын
Long story short, a properly tuned PID controller IS the best solution, when feasible; if not, due to changing dynamics or excessive degrees of freedom, an MPC wil hack together a solution that is "good enough"
@benjtheo414
@benjtheo414 2 ай бұрын
It is always a trade-off between complexity and performance. A PID controller is simple to implement for the industry, like he said it basically is just 3 tuning knobs. However, classical (frequency domain) control strategies go way beyond a PID controller called "Loop shaping". This allows you to combine all sort of filters like for example notch filters to suppress resonant process dynamics and low-pass filters to suppress noise. Lastly, MPC is a so called optimal control strategy, it finds the optimal controller output given future predictions, which is something that a feedback controller like a PID-controller is never able to do. Therefore, if you put them side by side, an MPC is superior since it is able to counteract to disturbances outside of your control (feedback) by recalculating the optimization problem every time step, as well as counteract for reference-based disturbances which you know beforehand (feedforward). However, if the MPC fails on site, your average machine operator won't be able to fix it because you need to know what you're doing to be able to tune an MPC-based controller and prove stability is more involved.
@stefnirk
@stefnirk Ай бұрын
MPC consistently outperforms PID, so it's objectively the best solution. However, it has an Achilles heel if the model is more than 10% off reality. The PID is good enough and should be the default control. In my experience, the feature I like best in MPC is that it has programmable limits. Most real systems have limits, and it's hard to optimize PID when there are real-world limits.
@VEC7ORlt
@VEC7ORlt 11 ай бұрын
MPC sounds like feed forward control with extra steps.
@benjtheo414
@benjtheo414 2 ай бұрын
MPC is indeed a combination between feedback and feedforward. It re-calculates the optimal controller output, so every time-step it takes into account disturbances that may have arisen -> feedback. The fact that it is able to predict the future given the a-priori known reference is why it is also feedforward.
@manyirons
@manyirons 10 ай бұрын
Excellent and informative presentation. Thank you.
@realpars
@realpars 10 ай бұрын
Glad you enjoyed it!
@sahand944
@sahand944 5 ай бұрын
Very helpful. Thanks
@realpars
@realpars 5 ай бұрын
Glad to hear that, happy learning!
@moriscnam
@moriscnam 9 ай бұрын
The most important condition to use the MPC is having an accurate model. If the model has a low precision, the outcome would be disastrous.
@DayaneRodriguesNeves
@DayaneRodriguesNeves 11 ай бұрын
Very nice! Excelent Explanation! Thanks!
@realpars
@realpars 11 ай бұрын
Glad you enjoyed it!
@Flankymanga
@Flankymanga 11 ай бұрын
Thanks for the refresher video. It would be nice to make a video about Adaptive control.
@realpars
@realpars 11 ай бұрын
You're very welcome! Thank you for the topic suggestion, I will happily go ahead and add this to the list. Happy learning!
@pierrekilgoretrout3143
@pierrekilgoretrout3143 10 ай бұрын
Very interesting the FLC part, but to which extent the fuzzy logic gradation is like the proportional part of the PID? Or does it add a quadratic value?
@realpars
@realpars 10 ай бұрын
Thanks for your question. Fuzzy logic doesn’t actually add directly to the proportional part of the PID response. FLC helps in determining the proportional, integral, and derivative gains dynamically by using linguistic variables, fuzzy sets, and a set of rules
@AlexandreSantos-gg9il
@AlexandreSantos-gg9il 11 ай бұрын
Excellent RealPars from Brazil.
@realpars
@realpars 11 ай бұрын
Many thanks!
@mustafaaldwaini2345
@mustafaaldwaini2345 11 ай бұрын
That's great and brilliant 👏
@realpars
@realpars 11 ай бұрын
Glad you like it! Thank you for sharing
@walidazouz3563
@walidazouz3563 11 ай бұрын
Always good and nice video quality, also i hope the teams talk about linear matrix inequality LMI it quite new automation control type
@realpars
@realpars 11 ай бұрын
Thank you very much for your kind support! I will happily go ahead and add that topic to the list.
@filimniko
@filimniko 11 ай бұрын
Thanks!
@realpars
@realpars 11 ай бұрын
You're very welcome!
@Karthik-ut3vo
@Karthik-ut3vo 11 ай бұрын
Which control methods used in Boston Dynamics robots? example Boston Dynamics Atlas humanoid robot?
@realpars
@realpars 11 ай бұрын
Hi there, thanks for reaching out. Sorry, we can’t answer that question definitively as Boston Dynamics incorporates a combination of control methods, some may not be publicly disclosed. For availalbe information, refer to Boston Dynamics' website at bostondynamics.com
@anasyousaf4439
@anasyousaf4439 11 ай бұрын
Please make a tutorial on GE FANUC PLC
@realpars
@realpars 11 ай бұрын
Thank you for your topic suggestion, I will happily go ahead and forward this to our course developers. Thank you very much for sharing, and happy learning!
@syufrijal
@syufrijal 11 ай бұрын
Amazing information of PID vs other control method..very helpful
@realpars
@realpars 11 ай бұрын
Glad you liked it! Thank you for sharing.
@dordagiovex9989
@dordagiovex9989 11 ай бұрын
there is sliding mode control too..
@lohikarhu734
@lohikarhu734 11 ай бұрын
I wonder if any of you-all have seen the introduction of pseudorandom inputs into a system that allows a kind of real-time model building, where the pseudorandom inputs are small relative to the setpoint?
@realpars
@realpars 11 ай бұрын
Hi there. That's a new one for me. Thanks for sharing.
@linossinkala7840
@linossinkala7840 11 ай бұрын
Thankyou for the knowledge
@realpars
@realpars 11 ай бұрын
Our pleasure, happy learning!
@petr0rabbit
@petr0rabbit 10 ай бұрын
its always funny at work when I see the integrator and they some pid loops to ne tuned and you have 5 guys telling the programmer what you put as p i d😅
@robertolin4568
@robertolin4568 11 ай бұрын
"Wait it’s all PID?" "Always has been"
@u1zha
@u1zha 11 ай бұрын
​@@VK-tv1eq "sounds like a Kalman filter" - there you got off track a bit. The MPC is way more general, because everywhere the video says the word "algorithm" it can compute many more complex functions than multiply or integrate or derive. Higher order derivatives? Sure. (No they aren't D, they are functions that you can't generally get by tuning the gain on D.) Shortest path algorithms? Sure. All kinds of things implied under MPC. Turing-complete computations. Examples: figure the next engine gimbal for Starship flip, balance a double inverted pendulum, return a ping pong ball using three drones carrying a net, ...
@bjarnenilsson80
@bjarnenilsson80 11 ай бұрын
Yea furnaces cuntrull, in other videos that touch on that subject it allways struck me as strange the the furnace wos either on or if an not controlled in a more fine graned manner , well I 'm no hvac engineer and certainly no gas fitter, but why can't ng furnace have it 's gas supply controlled ( thus controlling the ammount of heat actually beeing created) is it justba question of cost or is my lack of knowlage sowing wet clearly?
@realpars
@realpars 11 ай бұрын
Hiya...... I'm not an HVAC SME or a gas fitter either. Your question is reasonable indeed. Maybe you'll get a response from somebody in the know. In many large industrial systems, the temperature is controlled by duct louvres and vanes that move when commanded. Also not a terribly efficient way to control. Does anybody else want to chime in?
@lohikarhu734
@lohikarhu734 11 ай бұрын
I think that typical home heating systems have, historically, been designed to run at an "optimum" level of "burn", and have quite simple fixed jetting and air supply... It's quite possible to run a system that has enough "mass" with proportional control, for a smoother response, and even put in an offset value to make the output appear to be the commanded one, especially where the expected target temperature is normally in a quite narrow range.
@rezah336
@rezah336 9 ай бұрын
the fact that PID and fuzzy logic is used means that the control world has failed at creating good algorithms because these are the most basic algorithms based on zero theory
@eugenepohjola258
@eugenepohjola258 11 ай бұрын
Howdy. Great. There are systems that use two PID:s in a Master - Slave configuration. 1. A servo valve has a built in flow sensor and a built in PID controller. The servo valve's Set Value is the desired flow. For regular control valves the Set Value is the throttle position. The master PID is an algorithm in the plant automation computer. The master PID sends the desired flow to the servo valve. 2. The master PID sends varying P, I, and D variable values to the slave PID. The master PID senses the diffrence between Set Value and Process Value. If the difference is large the master sends aggressive P, I, D values to the slave PID. Small Proportional value (=large k=large gain), large D value and small I value. When the Process Value comes close to the Set Value the master sends mild P, I, D values to the slave. Large Proportional value (=small k= low gain), small D value and large I value for smooth approach of Process value to the Set value. The system will provide fast approach yet with no overshooting when tuned to optimum. It much resembles Fuzzy control. Regards.
@realpars
@realpars 11 ай бұрын
Good stuff! Thanks for sharing...... I've heard of this as well. Bottom line - The Master controller provides setpoint values, and the Slave controller adjusts the actual process to match these setpoints.
@dany9368
@dany9368 11 ай бұрын
Thanks god bless
@realpars
@realpars 11 ай бұрын
Always welcome!
What is a PID Controller? | DigiKey
22:19
DigiKey
Рет қаралды 102 М.
Everything You Need to Know About Control Theory
16:08
MATLAB
Рет қаралды 586 М.
Sigma Kid Mistake #funny #sigma
00:17
CRAZY GREAPA
Рет қаралды 30 МЛН
Арыстанның айқасы, Тәуіржанның шайқасы!
25:51
QosLike / ҚосЛайк / Косылайық
Рет қаралды 700 М.
Model Predictive Control
12:13
Steve Brunton
Рет қаралды 272 М.
How to Program a Basic PID Loop in ControlLogix
13:12
RealPars
Рет қаралды 385 М.
Controlling Self Driving Cars
4:41
AerospaceControlsLab
Рет қаралды 519 М.
Tuning A Control Loop - The Knowledge Board
21:51
ABB Process Automation
Рет қаралды 443 М.
PID Balance+Ball | full explanation & tuning
13:13
Electronoobs
Рет қаралды 767 М.
PIDs Simplified
13:07
SiieeFPV
Рет қаралды 309 М.
PID Controller Explained
9:25
RealPars
Рет қаралды 894 М.
FASTEST Way to Learn Automation and ACTUALLY Get a Job
11:42
Bee Automation
Рет қаралды 37 М.
PID Math Demystified
14:38
Scott Hayes
Рет қаралды 467 М.
How to Tune a PID Controller
18:14
PID Explained
Рет қаралды 120 М.
Sigma Kid Mistake #funny #sigma
00:17
CRAZY GREAPA
Рет қаралды 30 МЛН