フィルターのクリア

How PI control tuned using the error information ?

3 ビュー (過去 30 日間)
Birhan Gezahegn
Birhan Gezahegn 2019 年 5 月 13 日
編集済み: Birhan Gezahegn 2019 年 5 月 14 日
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

回答 (1 件)

Raj
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
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.
Untitled.jpg
Birhan Gezahegn
Birhan Gezahegn 2019 年 5 月 14 日
編集済み: Birhan Gezahegn 2019 年 5 月 14 日
It is clear up to here, I have input data from the output of the PI and and output data from the negative feeedback loop. But, what is procedure to collect these INPUT/OUTPUT data for two or more parrallel PI control ( not cascaded or double loop)? They have influnce each other? Is threre any guiding rules?

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeClassical Control Design についてさらに検索

タグ

製品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by