Synchronising plant and controller
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I am using a controller in my simulink model. how to make sure that controller works only after previous controller output (n-1) is applied to the system?
0 commentaires
Réponses (1)
Raj
le 2 Mai 2019
If your system and controller are working in same sample time then this question will not arise as output of controller will get applied to system before next output of controller is computed. Just set the execution priority accordingly. In case your system and controller are in different sampling time, then you will have to use rate transition block between your controller and system . Set the rate transition block output rate same as your plant. This will basically make sure that irrespective of what rate your controller gives output, the plant will get the next control only after application of previous control. Again, set the execution priorities correctly.
0 commentaires
Voir également
Catégories
En savoir plus sur Linearization dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!