how to measure PID parameters from PID tuning of SISOtool
44 ビュー (過去 30 日間)
古いコメントを表示
Franklin Ngo
2016 年 11 月 19 日
回答済み: Arkadiy Turevskiy
2016 年 12 月 6 日
I have a discrete plant which I wanna find a PID controller:
I used SISOtool and PID tuning to find a fine PID controller, result is:
How can I find PID parameters from that to program my microcontroller? Thank in advanced.
0 件のコメント
採用された回答
Arkadiy Turevskiy
2016 年 12 月 6 日
Export the compensator you designed, C, to MATLAB workspace. Then in MATLAB type
C=pid(C)
This will convert the compensator from a transfer function to a PID object. You can then access the gains as shown below.
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
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!