Tuning PID controller with Python

Hello,

Does exist a particular PID library that facilitate PID controller tuning.
Let’s say realize following scenario:

  1. specify some guess values for Kp, Ki, Kd
  2. apply some kind of perturbation (e.g. step) on settle point
  3. measure output
  4. extract from measurements optimized Kp, Ki, Kd parameters according some constaraints (e.g. settling time less than 1us, overshoot less than certain value, etc.)

Thanks.
Sincerely,
Sancho

Hi Sancho! I think you may have got the wrong forum: we’re all about Persistent Identifiers here, and it sounds like you’re more interested in proportional-integral-derivative controllers? I don’t think we’ll be able to help much with industrial control systems.