After watching countless PID videos to try and get understanding of PID separately, I can honestly say that your video was by far the most straight forward, easy to understand and straight to the point. Simplicity is key and you did that super well! Thank you so much!
D is watching sudden change of position within the fraction time to give feedback. It does’t matter where the target is. So .. 1. Set P for the smooth and sluggish curve. 2. Set I to help add power to P if it is taking too much time to get to the target. 3. Set D to push the power back if I is doing too much work and excessive acceleration. P I’ll try to get to the target. I I’ll give you extra power because you are taking too much time. D I’ll slow you down because I is giving too much power and detected sudden movement in short period of time.
P term is a rubber band with a resting length of zero. It needs distance to produce tension. If you increase the load on a rubber band, it needs to stretch further in order to produce the correct tension. This is insufficient for a regulator since you expect a regulator to compensate. The I term naturally complements the shortcoming of a rubber band. And since both pull towards the setpoint, you need the D term to compensate to avoid overshoot.
I have to write and say thank you. I built a PID box to control oven temps and I have been screwing with it all day. I knew what I wanted it to do but I just didn't know how to get there. Your explanation of D solved my problems. I was getting a 20 degree over and 10 degree under oscillation. Now I am getting a .1 to .3 degree over oscillation and thats it. It holds at exactly 167.0 to 167.3. Perfect for killing covid-19 on masks gloves whatever. I am using 2 oven thermometers to verify the temp and it is dead nuts. Again thanks so much I hadn't heard D explained that way before and it all clicked when you said it. TAS
As an electrician, I sometimes had to tune PID for process temp. control. I was able to muddle through it but it was sometimes frustrating. Wish I could have viewed your channel years ago. Thankfully, most micro controllers now have auto-tune feature. Turn it on and let it do its thing. Your video can be applied to many different control application. Thanks for sharing.
I'm fixing an oven in our laboratory and it has a pid controller I tried to autone and offset the controller the pv and the sv is already equal unfortunately the actual temperature in the inside is very high
Dude, i was here, because to know the meaning PID for tuning a stand alone ecu. But somehow i think its basicly the same and you explained it very good😅
One the best explanation I’ve come across watching quite a lot of PID vids. Still trial and error in tuning goes a long way. Especially if you got a very good updated trend to look at on a short time scale like inn15-30 min span or so. That allows you to see how things are playing out on a trend in adjustment as you try to smooth things out.
best discription i ever head out off all the videos i ever seen on tuning. i wii finally be able to tune my quad.. thanks a lot for breaing it down in a way anyone can understand and not just making stuff up....
Why is it that no one else could simplify what's going on. I've watched many many videos and read lots and I could never retain what was going on. You made this so simple to understand.
Referring to the beginning of the explanation: P term, as i understand it. does not slow down or speed up. That is derivative. P term also does not move back and fourth. That is Integral. The P term tries to move to the target, but because of physics, it ends up being in the wrong place. It outputs proportional to the input. If the p is 2/1, it outputs 2 for every 1. It is one number, the desired destination. Integral and Derivative correct the errors.
This is just about the best explanation of PIDs ever! I've watched a lot of videos on the topic including Joshua Bardwell's PID tuning masterclass and as much as I appreciate his practical approach, You've just nailed it in theory! Understanding Your video gives one a clear view on the Anti-Gravity and Feed Forward in Betaflight. Thanks for allowing me to grasp the whole thing. Awesome job! Subscribing for more!
Thank you for making me understand the use of each one of the three terms. Before this explanations, everything was like XYZ in mathematics, but from now on i will have in mind what PID means when calculating. It will make a big difference, thanks to you.
This makes more sense to me than any other PID explanation video I've seen, so thank you. I've been flying for about a year and have never really been able to visualize what each term does, and I just built a quad that is giving me more trouble to tune than my other two quads ever did, so I'm here to learn!
I had a foreign professor teach a class on Control Systems. These concepts didn't make sense until I started manipulating objects in Godot. My cube is orbiting my target point.
Why do we use a PID controller if the only thing that it does is to follow the input. Why dont we directly fed our input to the system instead of passing it through PID.
The human brain and body are massively proficient at PID. I just tried it a bunch by touching things quickly. I never would have thought about that aspect of the body until just now.
Why do we use a PID controller if the only thing that it does is to follow the input. Why dont we directly fed our input to the system instead of passing it through PID.
I'm surprised that I am just finding your channel... Absolutely worth the sub! Thanks for posting; I'll be checking out other content on your channel...!
Awesome video this has already help me in this Awesome hobby/sport you are a excellent teacher this video will help every beginner like myself that’s intimidated by tuning cause some people in the sport are so advanced that they are far removed from knowing and understanding how a beginner thinks 🤔. Thanks so much this has shaved months maybe longer off understanding Fpv in its entirety 😃👍
9:05 Just gonna let you know those arrows are backwards in size, as it curves away the arrows are bigger but in the center of the curve they're smaller because less change.
Have you ever tried zeroing out the kterm (the accumulating variable) when crossing the setpoint? I noticed it's always retaining it's value when overshooting, when it should really help to go the opposite direction.
P pushes up, D stabilize , I gives that last push.. But what fixed the D to overcompensate from the bumbps? was expecting I to fix that problem but now im confused. Guess im stupid since everybody gets it.
I am not sure of the D term explanation. D term is base of the error slope (Target - current position), not calculated according to how far we are from setpoint. Anyway, I love yours videos, thanks a lot !
I just don't understand. Whenever I see other examples, it shows a high rate of change (approaching set point quick, say a PV of 40degress and set point of 50 degrees)giving D a high value. If we are approaching a set point and want to avoid overshoot, is the D value inverse? So the D value gives a minus value to the PID controller to lower the power to avoid overshoot?
I feel like I've been ruined by this pseudocode PID where all the PID values are inverted, which opposite of industry standard but shows up in this one game I play.
After watching countless PID videos to try and get understanding of PID separately, I can honestly say that your video was by far the most straight forward, easy to understand and straight to the point. Simplicity is key and you did that super well! Thank you so much!
You wrote it already what I wanted to write.
D is watching sudden change of position within the fraction time to give feedback. It does’t matter where the target is.
So ..
1. Set P for the smooth and sluggish curve.
2. Set I to help add power to P if it is taking too much time to get to the target.
3. Set D to push the power back if I is doing too much work and excessive acceleration.
P I’ll try to get to the target.
I I’ll give you extra power because you are taking too much time.
D I’ll slow you down because I is giving too much power and detected sudden movement in short period of time.
Thanks for the brilliant comment!
This was so much better of an explanation of what each one does.
This made it really clear for me, thank you!
Nice breakdown!
Good explanation. Thx
P term is a rubber band with a resting length of zero. It needs distance to produce tension. If you increase the load on a rubber band, it needs to stretch further in order to produce the correct tension. This is insufficient for a regulator since you expect a regulator to compensate. The I term naturally complements the shortcoming of a rubber band. And since both pull towards the setpoint, you need the D term to compensate to avoid overshoot.
I have to write and say thank you. I built a PID box to control oven temps and I have been screwing with it all day. I knew what I wanted it to do but I just didn't know how to get there. Your explanation of D solved my problems. I was getting a 20 degree over and 10 degree under oscillation. Now I am getting a .1 to .3 degree over oscillation and thats it. It holds at exactly 167.0 to 167.3. Perfect for killing covid-19 on masks gloves whatever. I am using 2 oven thermometers to verify the temp and it is dead nuts. Again thanks so much I hadn't heard D explained that way before and it all clicked when you said it. TAS
I've seen a lot of pid videos, but this graph does a great job demonstrating what is going on. The graph is very informative
Thank you!
your explanation about PID basic concept for drone is the best... easy to understand and simple....
As an electrician, I sometimes had to tune PID for process temp. control. I was able to muddle through it but it was sometimes frustrating. Wish I could have viewed your channel years ago. Thankfully, most micro controllers now have auto-tune feature. Turn it on and let it do its thing. Your video can be applied to many different control application. Thanks for sharing.
What if auto tune doesn't fix the problem what would be the best way to fix it?
I'm fixing an oven in our laboratory and it has a pid controller I tried to autone and offset the controller the pv and the sv is already equal unfortunately the actual temperature in the inside is very high
this is the best theoretical
explanation so far
OMG, YOU ARE THE BEST, I AM A BRAZILIAN STUDENT OF ELECTRICAL ENGINEERING AND YOU HELP ME SO MUCH, THANKS MAN
This is the best explanation I have ever encountered, thank you!
THE BEST TUTORIAL ON PID CONTRLLERS! GREAT JOB MAN!
OMG finally someone to dumb down PIDs for me! I have been searching forever! Thank you soooooo much!!
Great job man, simplified PID explanation.
Just what I wanted.
The best explanation of quad tuning I have seen thus far... You are the Khan Academy of quad-copters... Keep up the good work.
Dude, i was here, because to know the meaning PID for tuning a stand alone ecu. But somehow i think its basicly the same and you explained it very good😅
That’s a really great presentation, now I got some basic understanding of PID control! Thx a lot!
One the best explanation I’ve come across watching quite a lot of PID vids. Still trial and error in tuning goes a long way. Especially if you got a very good updated trend to look at on a short time scale like inn15-30 min span or so. That allows you to see how things are playing out on a trend in adjustment as you try to smooth things out.
Hi how to adjust the PID temperature controller. Should I put all setting to zero then start adjusting the p?
best discription i ever head out off all the videos i ever seen on tuning. i wii finally be able to tune my quad.. thanks a lot for breaing it down in a way anyone can understand and not just making stuff up....
Excellent way of explaining how PID effect the performance!
P: fast. D: smooth. I: consistent.
Really a great way you explained the most complicated part. Thanks
Why is it that no one else could simplify what's going on. I've watched many many videos and read lots and I could never retain what was going on. You made this so simple to understand.
Referring to the beginning of the explanation: P term, as i understand it. does not slow down or speed up. That is derivative. P term also does not move back and fourth. That is Integral. The P term tries to move to the target, but because of physics, it ends up being in the wrong place. It outputs proportional to the input. If the p is 2/1, it outputs 2 for every 1. It is one number, the desired destination. Integral and Derivative correct the errors.
first video that made me understand pids
This is just about the best explanation of PIDs ever! I've watched a lot of videos on the topic including Joshua Bardwell's PID tuning masterclass and as much as I appreciate his practical approach, You've just nailed it in theory! Understanding Your video gives one a clear view on the Anti-Gravity and Feed Forward in Betaflight. Thanks for allowing me to grasp the whole thing. Awesome job! Subscribing for more!
Thank you for making me understand the use of each one of the three terms. Before this explanations, everything was like XYZ in mathematics, but from now on i will have in mind what PID means when calculating. It will make a big difference, thanks to you.
Best simplifying video on PID ever
I got inspired to learn about these after watching the brick experiment channel build an automatic depth control Lego submarine.
Very good explanation dude! Now I know all I need to know about PID!
You won the nerd contest. You are king nerd. Well done.
Thank you for your explanation of pid I been trying to figure out how it works.
Wow. that was the best explanation about PIDs ever!
You've got a stable pulse on your mouse. Very helpful video. Thanks.
in a very bad and laymen way to put it, P is like distance, I is like speed, D is like acceleration.
Great explanation on PID's physical meaning!
This makes more sense to me than any other PID explanation video I've seen, so thank you. I've been flying for about a year and have never really been able to visualize what each term does, and I just built a quad that is giving me more trouble to tune than my other two quads ever did, so I'm here to learn!
This is a really nice look at PIDs. Good work.
I had a foreign professor teach a class on Control Systems. These concepts didn't make sense until I started manipulating objects in Godot. My cube is orbiting my target point.
This is a great explanation. Thanks for posting!
really nice explanation. thank u
You sir are a great teacher.
You explained very very simple sir,thank you so much
Kudos on his ingenuity!
Thx a lot!!! :-)
Your lecture helps me to survive final exam.
Surprises me you don't have more subscribers, your channel is great. Keep it up!
Considering his video is completely wrong, I disagree. The comments, thankfully, saved me from this bad information.
This is the perfect visualization i needed. Thank you
Why do we use a PID controller if the only thing that it does is to follow the input. Why dont we directly fed our input to the system instead of passing it through PID.
Awesome explanation!
Thanks for the simplified explanation!
great video, now I finally understand PIDs , thanks you!
The human brain and body are massively proficient at PID. I just tried it a bunch by touching things quickly. I never would have thought about that aspect of the body until just now.
Thank you for clear explanation.
That's the best explanation outhere! Thanks!!
Thanks!. It's the best simple explanation
Thanks man. I've now better understanding of PIDs.
Why do we use a PID controller if the only thing that it does is to follow the input. Why dont we directly fed our input to the system instead of passing it through PID.
Great explanation. Kudos.
Great video! When someone asks me about pid's I show them this video
I'm surprised that I am just finding your channel... Absolutely worth the sub! Thanks for posting; I'll be checking out other content on your channel...!
wow, best explanation ever
did you see any code example like this explanation?, I mean basic codes
Thank you for uploading. Well explained.
thank you for the wonderful video. Helped me understand better :)
really nice video
Great explanation! 👏
Awesome video this has already help me in this Awesome hobby/sport you are a excellent teacher this video will help every beginner like myself that’s intimidated by tuning cause some people in the sport are so advanced that they are far removed from knowing and understanding how a beginner thinks 🤔. Thanks so much this has shaved months maybe longer off understanding Fpv in its entirety 😃👍
Very well explained ! it helps controling compressor speed for AC loop
Straightforward and to the point. Thanks
Great explanation 🫡
the illustrations made it simple, I like it
I'm very surprised se how you chat with the control paraemters. That's kind of lovely relationship
This video was so good and easy to understand!! Huge thanks!!
Excellent video!
Good video
Well done 👍 thanks man
9:05 Just gonna let you know those arrows are backwards in size, as it curves away the arrows are bigger but in the center of the curve they're smaller because less change.
good catch, I'm drawing the value curve but thinking about the acceleration curve
Have you ever tried zeroing out the kterm (the accumulating variable) when crossing the setpoint?
I noticed it's always retaining it's value when overshooting, when it should really help to go the opposite direction.
.kool way to look at P.I.Ds
best explanation
Great explanation.Subscribing.
Very well explained in simple terms, well done, subbed you
good explanation. Btw, what instrument do you use for drawing?! thanks
I almost never see Derivative being used in manufacturing ("D term").... Proportional and Integral are more than enough to tune almost any loop
Is there any side effects or drawbacks while using D term?
@@priyeshrabadiya4826 just unnecessary
Have been struggling to understand PIDs for ages. This video helped a lot. Thank you. :)
Thx. This is so easy to understand.
nice job
P pushes up, D stabilize , I gives that last push.. But what fixed the D to overcompensate from the bumbps? was expecting I to fix that problem but now im confused. Guess im stupid since everybody gets it.
I am not sure of the D term explanation.
D term is base of the error slope (Target - current position), not calculated according to how far we are from setpoint.
Anyway, I love yours videos, thanks a lot !
Agree with you on both terms, the D term and the video as well.
is a PID good in following a moving target?
Thanks, very helpful information
Thank you. Thank you! Thank you!!!
Is it possible to create a PID controler that won't allow overshoot like ' You need to stop this car right before it falls off a cliff '
Nice teaching
Thanks for sharing
But Integral can accumulate and stall a PID as well. It's called "Integral Windup".
saviors do exist
I just don't understand. Whenever I see other examples, it shows a high rate of change (approaching set point quick, say a PV of 40degress and set point of 50 degrees)giving D a high value. If we are approaching a set point and want to avoid overshoot, is the D value inverse? So the D value gives a minus value to the PID controller to lower the power to avoid overshoot?
This is incredibly helpful thanks!
Thankyou SIR . Thankyou very much
So if D has to do a lot of work, the motors are getting hotter? :D .. I'm trying to get this .. nice Video
I feel like I've been ruined by this pseudocode PID where all the PID values are inverted, which opposite of industry standard but shows up in this one game I play.
A big P is UNDER DAMPENED. A small P is OVER DAMPENED.
Based on the small 🍆 energy you give off, your P must be over-dampened.
Perfect explanation! Thanks!
Is setpoint in blackbox explorer the target?