Does Matlab FMI export will support operating FMU serialisation function ?

2 vues (au cours des 30 derniers jours)
william arrouy
william arrouy le 24 Nov 2020
Réponse apportée : Yash le 20 Jan 2025
Playing with FMU export with 2020b, I have noticed that serialising and accessing FMU State can be invoked but doing nothing. Is it planned to get those two FMI features (Serialising and GetFMUState) available (operating and not empty shell) in the future ?

Réponses (1)

Yash
Yash le 20 Jan 2025
exportToFMU function provides the argument EnableFMUState - Option to export model to FMU with FMUState. This is valid for Co-Simulation FMUs that have a fixed-step solver and are compatible with FMI 2.0 and 3.0 standards. The canGetAndSetFMUState and canSerializeFMUState flags in modelDescription.xml are set to true when FMU state is enabled. This enables enhanced simulation control like fast restart, model operating point, and backward simulation stepping.

Catégories

En savoir plus sur Create Standalone FMU dans Help Center et File Exchange

Tags

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by