Why are "Argument" parameters not exported in FMU 2.0 in MATLAB R2024b?
조회 수: 3 (최근 30일)
이전 댓글 표시
MathWorks Support Team
2025년 9월 5일 0:00
답변: MathWorks Support Team
2025년 9월 24일 14:58
I have created a Simulink model in MATLAB R2024b, and I am exporting it as a FMU 2.0.
In the FMU Builder, all the parameters for the model have got the "Argument" attribute enabled.
However, when I generate the FMU, I get the following message:
Warning:Non-tunable parameters are not exported
...
Make the parameter tunable in order to export it.
Is there a way to correctly export these parameters?
채택된 답변
MathWorks Support Team
2025년 9월 5일 0:00
Some parameters may not be exported as FMU arguments if their value does not impact the simulation. This may happen if for example "Unit Delay" blocks are included in the model that override the value that is set by a parameter.
This is expected behaviour when exporting the FMU.
To correctly export these parameters, they can be connected to an "Outport" or a terminator block.
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 RF Blockset Models for Transceivers에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!