How can I tune S-Function parameters in Simulink Real-Time?

조회 수: 2 (최근 30일)
When I enter a literal value in the S-Function parameters dialog, the parameter doesn't show up in the Simulink Real-Time Explorer.
This happens even though I configured the S-Function parameter to be tunable and I set the Default parameter behavior to Tunable.
What is the right way to make an S-Function parameter tunable in Simulink Real-Time?

채택된 답변

MathWorks Support Team
MathWorks Support Team 2023년 3월 29일
First confirm that the parameter is configured to be tunable. You can use the sfun_runtime1.c demo from the S-Function Examples as a starting point. 
Then you have 2 options to make the parameter tunable in SLRT
1) Use a variable for the parameter, and pass the variable to the S-Function
2) Create a mask on top of the S-Function, and create a mask parameter to pass down to the S-Function. This is a good option if you want to use a literal expression instead of creating a variable.

추가 답변 (0개)

태그

아직 태그를 입력하지 않았습니다.

제품


릴리스

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by