tunable parameters in simscape

1 visualización (últimos 30 días)
Alicia Roder
Alicia Roder el 10 de Mzo. de 2017
Comentada: Giovanni el 9 de Ag. de 2018
Is there any possiblity to implement a tunable parameter within the simscape environment? I would need a tunable parameter such as seen in the simulink environments for a hydraulic pressure source. Thank you!

Respuestas (1)

Michelle Wu
Michelle Wu el 13 de Mzo. de 2017
From your descriptions, it looks like Simscape run-time parameters might be something you are looking for. Simscape run-time parameters are coded as variables with values that you can change before or between simulations without recompiling the model. Please refer to the following link to learn more about what they are and how to use them:
Please note that the above doc page is for the latest release R2017a. Depending on the release you currently use, the level of availability of such feature may also vary.
  5 comentarios
Alicia Roder
Alicia Roder el 30 de Mzo. de 2017
Solved the problem by adding a memory block within the loop and replacing the constant pressure source with a fixed displacement pump. The fixed displacement pump can react on PS converted signals given out by stateflow. The Memory block adds an delay which makes it possible to solve the loop equations.
Giovanni
Giovanni el 9 de Ag. de 2018
do not use memory block into loops! use dynamic blocks instead modeling, for example, the dynamics of a measure

Iniciar sesión para comentar.

Productos

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by