How PI control tuned using the error information ?
4 ビュー (過去 30 日間)
古いコメントを表示
How PI control tunned using the error information
error = refefrence-measure
PI = kp+ki/s
vb =( refefrence-measure ) *(kp+ki/s);
I can access the error excil data, so i need to determone the PI gain. Any information please. thanks
0 件のコメント
回答 (1 件)
Raj
2019 年 5 月 14 日
I'll assume you have a set of time domain (rise time, settling time, overshoot etc) or frequency domain (gain margin, phase margin etc) criteria that should be met by your closed loop system. Now you have multiple options to estimate and tune your PI gains.
1) Use root locus technique to see the movement of system Poles-Zeros in the S-Domain and pick the gain which meets your desired criteria.
2) Use MATLAB pidTuner. Its a very user friendly tool to tune your controller. Just type 'pidTuner' in your command prompt. Contrary to the name, you have option to choose type of controller (P,PI,PID etc).
Hope this helps. Get back in case you are having any difficulty.
3 件のコメント
Raj
2019 年 5 月 14 日
Ok, so i understand that you dont have the system's transfer function and you are just using it as a black box. In that case i suggest you generate a set of input-output data and use the pidTuner to identify the system first. Then you can proceed with design and tuning of controller.

参考
カテゴリ
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!