Initial integrator states in MPC toolbox.
12 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
To guarantee offset free control the MPC toolbox adds an integrator for each measurment in your system model. The particular model I am working with is a "delta" model, that is it shows the changes from some steady-state condtion. I would like to use the integrator in the model to take care of that steady-state condition rather than always subtracting a bias from measurement and setpiont. To do this I would have to initialize the integrator to a non-zero value. For the actual model states I use:
MPCobj.Plant = [...]
but how do I initialize the disturbance integrator?
Thanks, mike
0 comentarios
Respuestas (0)
Ver también
Categorías
Más información sobre Controller Creation 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!