Tuning of PIID controller
4 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
when I am trying to tune PID controller, I am getting an error message below, The Simulink model abc could not be linearized because the blocks listed below have individual linearizations with A, B, C, or D matrices which are not finite. Either linearize at another operating point or remove the blocks. These blocks are:
abc/Subsystem
2 commentaires
Réponses (1)
Arkadiy Turevskiy
le 16 Août 2018
Hi there,
The way you are trying to model uncertainty in Simulink is not supported. If you define uncertain parameters in Robust Control Toolbox using ureal, you cannot parameterize Simulink blocks with them, as you are trying to do. before you even try tuning a PID controller, try running a simulation, and you will get an error message.
If you are trying to tune a controller that would perform robustly in the presence of uncertainty, please follow the approach explained in this example .
0 commentaires
Voir également
Catégories
En savoir plus sur Uncertain Models dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!