PID output...
4 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Robert
le 20 Juin 2011
Réponse apportée : rathod ujjval rameshbhai
le 13 Jan 2016
Hello all,
I have a questions, how do I clip/bound/limit the output of a PID loop to a certain set of values (say 1000-2000) so all I have to worry about is the tuning?
Regards, Robert
0 commentaires
Réponse acceptée
Paulo Silva
le 20 Juin 2011
2 commentaires
Arnaud Miege
le 22 Juin 2011
Not necessarily, you can put the saturation block on the output of the PID controller. However, be aware of integrator windup (see my answer).
Plus de réponses (2)
Arnaud Miege
le 20 Juin 2011
You may also need to add some additional control to prevent integrator windup. The new PID block introduced in R2009b, includes those effects, as well as many more.
Arnaud
0 commentaires
rathod ujjval rameshbhai
le 13 Jan 2016
I am implementing PID controller on the system 1/s......
My question is when I write the command pidtool and get the new window in that there are list of paramenters..... I want to see the output of controller at perticular point i.e. Pout=Kp*e(t)+P0....
other thing is if my system is 1/s then as in step response it becomes 1/s^2 and then Laplace inverse will give output equation.... in case of only P it would be Kp*e(t)*L^-1(1/s).... is it??
0 commentaires
Voir également
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!