Synchronising plant and controller

1 次查看(过去 30 天)
Girisha Joshi
Girisha Joshi 2019-5-2
回答: Raj 2019-5-2
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?

回答(1 个)

Raj
Raj 2019-5-2
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.

类别

Help CenterFile Exchange 中查找有关 Linearization 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by