How PI control tuned using the error information ?
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (1)
Raj
el 14 de Mayo de 2019
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 comentarios
Raj
el 14 de Mayo de 2019
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.

Ver también
Categorías
Más información sobre PID Controller Tuning en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!