In PID tuning using control system tuner why am i getting waveform like this? Why there is no S and T and why in speed response plot its showing zero in actual?
2 ビュー (過去 30 日間)
古いコメントを表示
Muhammed Fasil
2016 年 4 月 24 日
回答済み: Arkadiy Turevskiy
2016 年 4 月 26 日
I am trying to tune my PI controller using control system tuner as exactly as in http://in.mathworks.com/videos/automatic-tuning-of-multi-loop-dc-motor-controller-91844.html. But Im unable to get plots as in figure.
0 件のコメント
採用された回答
Arkadiy Turevskiy
2016 年 4 月 26 日
Control System Tuner works by linearizing a Simulink model and then trying to design a controller for the linearized model. You have Universal Bridge block in your model, which models the switching. Switching linearizes to zero, therefore you see the results you see. Try changing the model to eliminate switching behavior when you design your controller. Then, once you design the controller, you can verify it in the model that has switching.
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!