logoalt Hacker News

dvhtoday at 7:46 AM1 replyview on HN

I used it in metal detector (direct frequency measurement kind). It works really well. I (and you probably too) half assed pid controllers before you even know what it is. But it makes perfect sense. Proportional part reacts to the acute difference, derivative adjusts it when your controller is already going right direction to limit overshoot, and integral part improves cases when the difference is small but persist for long time. Learn them and use them, they're good tool.


Replies

londons_exploretoday at 11:32 AM

Almost always a good analysis will find a control strategy which performs better than PID...

But the benefit of PID is it is fairly easy to tune and works in a really wide range of situations.

show 1 reply