In PID control, how to work with integrator with different sample time ?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
In a model with Ts=1sec , I have PID controller with integrator sample time of 20 sec. It accumulates values at sample rate of model(1s) and gives output at every 20s. Rather I want it to accumulate at 20s rate. How to do the same?
1 comentario
Arvind Sathyanarayanan
el 3 de Jun. de 2019
I would sugeest making your own PID block and setting the sample time of integrator to 20 sec.
It can be as simple as copying blocks under the mask of the built-in PID controller and pasting in to a new subsytem.
Respuestas (0)
Ver también
Categorías
Más información sobre PID Controller Tuning en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!