Info

この質問は閉じられています。 編集または回答するには再度開いてください。

how to obtain pid output to 0 to 90 using automatic PID tunner

1 回表示 (過去 30 日間)
Lohith k j
Lohith k j 2018 年 4 月 26 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
hi, i am designing closed loop pid controller for mean value engine model, for this model i am using pid controller in this model output of pid is always goes high i.e greeter than 90 but in our model input should be with in 0 to 90, how to make controller in such a way that it should give 0 to 90 values.

回答 (1 件)

Birdman
Birdman 2018 年 4 月 26 日
Are you talking about saturating your control signal? There are two options:
1-You can basically use a Saturation block from Simulink library and set its limits to 0 and 90.
2-You can use PID Controller's PID Advanced pane and there, you can activate saturation option and then again set the limits as you wish.
  2 件のコメント
Lohith k j
Lohith k j 2018 年 4 月 26 日
if saturation block is used then it take step type of input for increase or decreasing the reference input
Birdman
Birdman 2018 年 4 月 26 日
I did not understand what you are trying to say.

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by