필터 지우기
필터 지우기

Export model as FMU for Cosimulation stand-alone

조회 수: 21 (최근 30일)
Kevin Kühl
Kevin Kühl 2019년 3월 22일
댓글: Christian Bertsch 2022년 5월 30일
Hello,
i need to export a Simulink model as FMU for Cosimulation stand-alone (not FMU for CoSimulation).
Is there a way to do this in MatLab 2018b?
The Tool-Coupling Co-Simulation FMU Export for Simulink seems just to support FMU for CoSimulation.
Thanks in advance
Kevin

답변 (2개)

Guy Rouleau
Guy Rouleau 2020년 12월 10일
Beginning with R2020a, you can export your Simulink model as a standalone FMU with Simulink Compiler. When a third-party tool runs the FMU, no MATLAB or Simulink license will be required.
  댓글 수: 1
Christian Bertsch
Christian Bertsch 2020년 12월 10일
This is great progress. It works for Simulink models with fixed-step solver, not with variable step solvers.

댓글을 달려면 로그인하십시오.


Christian Bertsch
Christian Bertsch 2019년 6월 15일
The Tool coupling Co-Simulation is a so called "tool wrapper FMU" with an external dependency to a ML/SL installation or runtime.
For Simulink Models you can create stand-alone FMUs with https://github.com/CATIA-Systems/FMIKit-Simulink using the Simulink coder.
This works for ME FMUs or CS FMUs in case your Simulink model uses a fixed step solver.
  댓글 수: 2
Karthikeyan Subramani
Karthikeyan Subramani 2022년 5월 30일
@Christian Bertsch Is it possible to create stand-alone FMU using Variable step solver ?
Christian Bertsch
Christian Bertsch 2022년 5월 30일
Technically I see no problem, but this is a buisiness decision of MathWorks, if and when they want to release such a feature. Please ask your Mathworks contacts for more information. Only Mathworks could create a CS FMU with the original Simulink variable step solver as this is their IP.
(As a workaround, you could export a model exchange FMU (with FMI-Kit https://github.com/CATIA-Systems/FMIKit-Simulink) , import it another tool such as Dymola and re-export it as CS-FMU with a variable step solver. However, this will be a different variable step solver than the original Simulink solver. )

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Create Standalone FMU에 대해 자세히 알아보기

제품


릴리스

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by