Is it possible to specify a dynamic value for the Integrator block's "Upper Saturation Limit" parameter using an external input?
14 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
MathWorks Support Team
el 8 de Oct. de 2013
Editada: MathWorks Support Team
el 20 de Sept. de 2022
The Integrator block has an "Upper Saturation Limit" parameter that denotes the upper limit for the integral. I would like to specify a dynamic value for this parameter using an external input to the Integrator block, such that its value is computed by other blocks in my model.
Respuesta aceptada
MathWorks Support Team
el 20 de Sept. de 2022
Editada: MathWorks Support Team
el 20 de Sept. de 2022
The ability to use an external input to specify a dynamic value for the built-in Integrator block's "Upper Saturation Limit" parameter is not available in Simulink.
To work around this issue, you can use core Simulink blocks to build your own integrator block that allows you to specify dynamic values for its parameters. See the attached Simulink model, named continuous_integrator.mdl, for an example that demonstrates a custom integrator block with external inputs for its "Upper Saturation Limit" and "Lower Saturation Limit" parameters.
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre General Applications 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!