Why does PID Tuner App not open from Simulink PID Controller block?

6 views (last 30 days)
I am trying to tune my PID Controller using PID Tuner App. If I click on the "Tune" button, only a status window indicating the plant linearization process briefly shows up, but the PID Tuner App does not open. Why is this?

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 13 Nov 2025 at 0:00
Edited: MathWorks Support Team on 13 Nov 2025 at 4:13
The error is with the initially tuned PID Controller. When launching the PID Tuner Application, an initial controller is tuned using default settings and the 'form' and 'type' specified in the PID Controller block.
For example, the type could be 'PI' and the form 'Ideal (Standard)'. However, the initial controller that is determined has a Proportional gain equal to zero, which can not be represented using Ideal form.
To get around this issue, change the form from 'Ideal' to 'Parallel' in the PID Controller block(s) and launch the PID Tuner App.

More Answers (0)

Products


Release

R2018a

Community Treasure Hunt

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

Start Hunting!