PID tuning for system with parameter

55 Views Asked by At

How can I tune a PID to control a system with a parameter? Can I know beforehand how to change the PID parameters in function of the value of the system parameter?

1

There are 1 best solutions below

1
On

There is no clear rule for this but generally P is used to make the system faster, I is used to get rid of steady state error and D is used to reduced the overshoot.