Simscape Block Parameter not Tunable

5 ビュー (過去 30 日間)
Matthew Mishrikey
Matthew Mishrikey 2022 年 1 月 6 日
コメント済み: Matthew Mishrikey 2022 年 1 月 13 日
I wish to control a Simscape block parameter using the dashboard slider switch.
I select Temperature Source, but the slider switch does not recognize it as having a tunable parameter.
The only block I can link the switch to is the scope!
Are the dashboard elements not compatible with simscape ones?

採用された回答

Pratyush Roy
Pratyush Roy 2022 年 1 月 11 日
Hi Matthew,
Simscape run-time parameters are run-to-run tunable. Therefore, for Dashboard blocks linked to Simscape blocks, changing the dials during simulation does not affect the simulation results.
To use Dashboard blocks for run-to-run tuning of Simscape block parameters, we can designate the parameter as Run-time configurable, associate it with a workspace variable, and link the Dashboard block to the workspace variable. The link here might be helpful for more information.
Hope this helps!
  3 件のコメント
Pratyush Roy
Pratyush Roy 2022 年 1 月 12 日
Hi Matthew,
Currently setting a Simscape parameter to any other configuration other than "run-time" and then connecting it to a Dashboard block is a limitation. The issue of tuning Simscape Variables using Dashboard blocks is a known one and our developers will try to fix it in a future release.
To link a dashboard block to a workspace variable, consider defining a variable, say T, in the base workspace and set the Parameter value for temperature in the Temperature Source as T. Then the dashboard blocks can be linked to the variable T. Please refer to the image file attached for reference,
Hope this helps!
Matthew Mishrikey
Matthew Mishrikey 2022 年 1 月 13 日
I went to matlab workspace and wrote
ambT = 273.15
Then I changed the Temperature parameter of the temperature source to ambT.
Then I tried to connect the slider switch to the temperature source, but it does not recognize the temp source to have tunable parameters.
Then I tried to change the simscape preferences to show the run-time parameter setting, and I changed the Temperature parameter of the source to be run-time.
Then when I connect the the slider switch to the source, it recognizes the connection. However if I try to toggle the slider switch, the connection breaks.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSimscape Multibody についてさらに検索

製品


リリース

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by