Why can't I tune my controllers in Simulink Control Design?

15 vues (au cours des 30 derniers jours)
I am trying to tune controllers in my model using either Control System Tuner or the PID Tuner App. However, I keep getting error messages such as:
"Linearization resulted in a system that cannot be tuned, you may try a different operating point(s)."
or
"Plant cannot be linearized. Use the Plant menu to create or select a new plant"
How do I tune my controllers in the model?

Réponse acceptée

MathWorks Support Team
MathWorks Support Team le 20 Juin 2018
In order for Simulink to perform its tuning capabilities, it must be able to linearize the plant model. Simulink performs linearization using a block-by-block approach, then combines the individual block linearizations to product the overall system linearization. The linearization of each block can use one of two different methods:
1) Analytical linearization: obtain the Jacobian from the block
2) Numerical perturbation: perturb the block by a small amount and compute a linear model based on the response to these perturbations
Strong discontinuities in a block (such as those generated by PWM signals) can cause poor linearization results, e.g. linearizing to zero or an infinite gain. Therefore, such blocks require special handling.
For more on this, see the following page, which describes common problematic blocks and potential solutions for linearizing them:
Refer to the following page when troubleshooting linearization results in general, which provides a number of useful resources and approaches for obtaining better linearization results:
To handle poor linearization results, you can specify a custom linearization for a block if it is known. This can be down using either of these two approaches:
An alternative approach is to use the System Identification Toolbox to identify a linear system for the block. An example of how to do that can be found here:

Plus de réponses (0)

Tags

Aucun tag saisi pour le moment.

Produits


Version

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by