problem while tuning PID controller
3 ビュー (過去 30 日間)
古いコメントを表示
I try to tune a PID-Controller in Matlab2010b if i use a discrete one i get the error Message "The second input argument of the "d2d" command must be a positive scalar." if i use a continuous one i get "Input to SVD must not contain NaN or Inf." what i have to pay attention that this block works fine? My system can became NaN due to a Sqrt-expression....
0 件のコメント
採用された回答
Arkadiy Turevskiy
2012 年 2 月 6 日
What is the purpose of the memory block that you are using at the output of the PID controller? Long story short, that is what creates the problem.
0 件のコメント
その他の回答 (4 件)
Yoni
2012 年 1 月 19 日
Hi Martin,
I've had the same problem.
It seems the discrete PID option does not handle a sampling time of "-1" (should have inherited the sampling time it that case)
So the workaround for your problem is to enter your own explicit expression for the sampling time. do not leave it on "-1".
This should eliminate the "The second input argument of the "d2d" command must be a positive scalar."
Cheers, Yoni
参考
カテゴリ
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!