CATIA-Systems / FMIKit-Simulink

Import and export Functional Mock-up Units with Simulink
Other
157 stars 51 forks source link

Can this tool export an FMU that supports restart in Matlab ? #448

Open Th721ass opened 1 year ago

Th721ass commented 1 year ago

I need a fmu that supports fast restart in Matlab. I have already adapted the code described in Issue #410. Matlab not only needs canGetAndSetFMUstate="true" but also canSerializeFMUstate="true". The problem is that the functions of "Serialized" are not stored in fmi2Functions.c.

Is there a chance that we will get an experimental implementation here as well?

image