what tuning method is used for 'pidtool' or 'pidTuner' for PID tuning ?
Ältere Kommentare anzeigen
I have used
Cbase = pid(1,2,'Ts',0.001,... 'IFormula','BackwardEuler','DFormula','BackwardEuler') pidTuner(tf2,Cbase) % Launch PID Tuner
for tuning my Transfer function 'tf2' it gives a perfect tuning but theoretically which particular method it follows for tuning PID?
Antworten (1)
Arkadiy Turevskiy
am 12 Jun. 2015
0 Stimmen
1 Kommentar
SHAH NEWAZ ABDUL KADER
am 15 Jun. 2015
thank you for your answer; I have seen the PID Tuning algorithm but what is the main method it follows like ZN or Cohen-Coon or The auto-tune variation (ATV) or The Internal Model Control (IMC) method?
Kategorien
Mehr zu PID Controller Tuning finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!