Error using ltipack.SystemArray/pidtune_ (line 15).The PID tuning tools are not supported for plant models of type "tf".
조회 수: 2 (최근 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.
댓글 수: 0
답변 (1개)
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!
참고 항목
카테고리
Help Center 및 File Exchange에서 PID Controller Tuning에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!