Archived OpenModelica forums. Posting is disabled.

Alternative forums include GitHub discussions or StackOverflow (make sure to read the Stack Overflow rules; you need to have well-formed questions)


Forgot password? | Forgot username? | Register

FMU export with Openmodelica?

FMU export with Openmodelica?

Hello,
is it possible, to export a model as functional mockup unit (FMU) with the current version of openmodelica?
If yes, how?

Regards:

Uwe Fechner

Edited by: ufechner - Sep-05-11 17:48:42

Re: FMU export with Openmodelica?

The following works, but support is still experimental and very much work in progress. I suggest using the very latest nightly builds.

Code:

loadString("

model M
  Real r=15.0*time;
end M;
");
translateModelFMU(M);getErrorString();

// Creates file M/M.fmu

There are 0 guests and 0 other users also viewing this topic
You are here: