tunable parameters in simscape
Mostra commenti meno recenti
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!
Risposte (1)
Michelle Wu
il 13 Mar 2017
0 voti
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 Commenti
Alicia Roder
il 13 Mar 2017
Michelle Wu
il 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
il 16 Mar 2017
Alicia Roder
il 30 Mar 2017
Giovanni
il 9 Ago 2018
do not use memory block into loops! use dynamic blocks instead modeling, for example, the dynamics of a measure
Categorie
Scopri di più su Sources in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!