フィルターのクリア

Error using ltipack.Sy​stemArray/​pidtune_ (line 15).The PID tuning tools are not supported for plant models of type "tf".

4 ビュー (過去 30 日間)

Hi everyone, I have been trying to compile PID tuning tools to javapackage and this is the error I get:
Error using ltipack.SystemArray/pidtune_ (line 15)
The PID tuning tools are not supported for plant models of type "tf".

Thank you very much.
Best regards.

回答 (1 件)

Sivapriya Srinivasan
Sivapriya Srinivasan 2023 年 3 月 28 日
Hello,
The error message you are seeing indicates that the PID tuning tools in ltipack.SystemArray package do not support transfer function plant models.
Hence you may need to convert your transfer function model into state-space model and then you can tune your PID controller using the pidtune function in ltipack.SystemArray package
You can also refer this documentation for further understanding:
Hope this helps!
  1 件のコメント
xiyu quan
xiyu quan 2023 年 3 月 29 日
when I convert my transfer function model into state-space model,
it warns again.
this is the erroring:
The PID tuning tools are not supported for plant models of type "ss".
Is there any other way to compile .m code to .jar code?

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

カテゴリ

Help Center および File ExchangePID Controller Tuning についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by