tunable parameters in simscape
이전 댓글 표시
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!
답변 (1개)
Michelle Wu
2017년 3월 13일
0 개 추천
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
Alicia Roder
2017년 3월 13일
Michelle Wu
2017년 3월 13일
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
2017년 3월 16일
Alicia Roder
2017년 3월 30일
Giovanni
2018년 8월 9일
do not use memory block into loops! use dynamic blocks instead modeling, for example, the dynamics of a measure
카테고리
도움말 센터 및 File Exchange에서 Sources에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!