tunable parameters in simscape
Show older comments
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!
Answers (1)
Michelle Wu
on 13 Mar 2017
0 votes
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 Comments
Alicia Roder
on 13 Mar 2017
Michelle Wu
on 13 Mar 2017
Unfortunately, you cannot change the value of a run-time configurable parameter during simulation. You can only change the value of a run-time configurable parameter when a simulation is stopped.
On the other hand, the value of a Simulink tunable parameter can be changed while a simulation is running. Because the Hydraulic Pressure Source can also take a signal from Simulink, it may be possible for you to use Simulink tunable parameter to suit your need depending on what kind of source you are looking for and what parameters you want to be tunable. Some parameters (like sample time and priority) are not tunable.
For example, if you would like a constant source for the Hydraulic Pressure Source, instead of using the "PS Constant" block from the Simscape Foundation Library, you may use a Simulink "Constant" block together with a "Simulink-PS Converter" block. Now you should be able to make this Simulink "Constant" block tunable for your application. Please refer to the following doc page for more information:
Alicia Roder
on 16 Mar 2017
Alicia Roder
on 30 Mar 2017
Giovanni
on 9 Aug 2018
do not use memory block into loops! use dynamic blocks instead modeling, for example, the dynamics of a measure
Categories
Find more on Sources in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!