Proportional-Integral-Derivative (PID) controllers
21–30 of 65 posts
Re: Proportional-Integral-Derivative (PID) controllers
#22Honest question: are wiki links to any technical topic post worthy now?
Re: Proportional-Integral-Derivative (PID) controllers
#23PIDs are great but notoriously hard to tune. They require deep insight into the underlying physical phenomena to get right. They are also rather rigid and cannot adjust well to a changing environment (temperature and humidity can fluctuate dramatically between summer and winter in some climates). Of course, no one tunes them by hand anymore for these reasons, relying instead on optimization techniques like particle s…
Re: Proportional-Integral-Derivative (PID) controllers
#24Re: Proportional-Integral-Derivative (PID) controllers
#25I 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…
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.
Re: Proportional-Integral-Derivative (PID) controllers
#26Re: Proportional-Integral-Derivative (PID) controllers
#27PIDs are great but notoriously hard to tune. They require deep insight into the underlying physical phenomena to get right. They are also rather rigid and cannot adjust well to a changing environment (temperature and humidity can fluctuate dramatically between summer and winter in some climates). Of course, no one tunes them by hand anymore for these reasons, relying instead on optimization techniques like particle s…
in the industry, maybe. Otherwise, FRC competitions are seeing a LOT of manually tuned PIDs
Re: Proportional-Integral-Derivative (PID) controllers
#28PIDs are great but notoriously hard to tune. They require deep insight into the underlying physical phenomena to get right. They are also rather rigid and cannot adjust well to a changing environment (temperature and humidity can fluctuate dramatically between summer and winter in some climates). Of course, no one tunes them by hand anymore for these reasons, relying instead on optimization techniques like particle s…
I wanna know more about particle swarm . Btw i tuned my line follower with a customgui/pypidtune+mujoco
Re: Proportional-Integral-Derivative (PID) controllers
#29I do sort of suspect a fan thermal control curve is a PID response curve written out in long hand but don't really have the math to prove it.
Re: Proportional-Integral-Derivative (PID) controllers
#30Still uses a PID for BLDC motor coil current control, as this control loop is much more predictable.
Currently using the proportional part only from a PID for position control, but this may change in the future.
[0] https://en.wikipedia.org/wiki/Active_disturbance_rejection_c... (although this isn't a very useful reference if you want the implementation maths!)