How set saturation for PID?

How can I set pid saturation output using pidstd or some another function ? (PS. I know how to set saturion in simulink)

1 件のコメント

Bruno Pop-Stefanov
Bruno Pop-Stefanov 2014 年 1 月 20 日
編集済み: Bruno Pop-Stefanov 2014 年 1 月 20 日
Would you like to enter your own parameters or have MATLAB tune them for you? What do you mean by saturation output?

サインインしてコメントする。

回答 (1 件)

Arkadiy Turevskiy
Arkadiy Turevskiy 2014 年 1 月 27 日

2 投票

There is no easy way to do this in MATLAB (or Control System Toolbox, to be more precise). Control System Toolbox is geared towards linear control systems. PID objects in Control System Toolbox are LTI (linear time-invariant) systems of a special type. There is no property for output saturation in PID objects.
Simulink is the tool for modeling and simulation of nonlinear systems, such as PID controllers with output saturation.
HTH.
Arkadiy

タグ

質問済み:

2014 年 1 月 20 日

回答済み:

2014 年 1 月 27 日

Community Treasure Hunt

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

Start Hunting!

Translated by