Genetic algorithm for FOPID in simulink

10 vues (au cours des 30 derniers jours)
Md Muzakkir Quamar
Md Muzakkir Quamar le 3 Mai 2023
Commenté : Sam Chak le 31 Août 2023
cam anyone please help me tune the gai paramters of fractional order PID controller in simulink.

Réponses (1)

Gagan Agarwal
Gagan Agarwal le 31 Août 2023
Hi Md Muzakkir Quamar
To optimize the gain parameters of your PID controller, you can proceed with the following standard steps:
  1. Start with the Proportional (P) gain: Set the Integral (I) and Derivative (D) gains to zero initially. Increase the P gain until the system starts to oscillate or exhibit sustained oscillations. This is known as the critical or ultimate gain.
  2. Determine the oscillation period: Measure the period of the oscillations, which is the time it takes for the system to complete one full cycle.
  3. Adjust the Integral and Derivative gains: Once the P gain is set, you can fine-tune the I and D gains. The I gain helps eliminate steady-state errors, while the D gain reduces the overshoot and improves response time.
  4. Test and iterate: Test the system's response to the changes in gains and observe its behavior. If necessary, adjust the gains further based on the system's performance. Iterate this process until you achieve the desired response.
It is also worth considering advanced tuning methods like Ziegler-Nichols, Cohen-Coon etc.
You can also refer to the link below to know how to adjust the above-mentioned parameters in Simulink: -
  1 commentaire
Sam Chak
Sam Chak le 31 Août 2023
Hi @Gagan Agarwal, those steps do not seem to optimize the gain parameters of your PID controller. The steps also do not mention the Integral Time Absolute Error (ITAE) performance cost function. Which optimal control textbooks are you referring to?
Moreover, @Md Muzakkir Quamar asked about tuning the gains of the fractional-order PID control using the genetic algorithm. None of the steps mention the fractional parameters λ and μ. Could you provide a simple example of optimizing the FOPID controller for a Double Integrator, ?

Connectez-vous pour commenter.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by