Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fmi3 support #292

Open
CThuleHansen opened this issue Jul 9, 2021 · 3 comments
Open

fmi3 support #292

CThuleHansen opened this issue Jul 9, 2021 · 3 comments

Comments

@CThuleHansen
Copy link
Contributor

CThuleHansen commented Jul 9, 2021

FMI3 Implementation Repo

FMI3 has been implemented in: https://github.com/INTO-CPS-Association/org.intocps.maestro.fmi/tree/fmi3 (notice the branch, fmi) and is in the test-phase, with the initial test being https://github.com/INTO-CPS-Association/org.intocps.maestro.fmi/blob/fmi3/jnifmuapi/src/test/java/org/intocps/fmi/jnifmuapi/fmi3/BouncingBallFmi3Test.java

Incubator

There is a java 17 incubator project seeking to "replace JNI". A test project has been set up for trying this out.
This loads an FMU and executes a function to get the version of the FMU.
Just run main, it should work. Requires java 17:
https://github.com/INTO-CPS-Association/java17fmitest

Model Description Parser

@FrederikPM has implemented an FMI3 Model Description Parser. See https://github.com/INTO-CPS-Association/maestro/blob/development/fmi/src/main/kotlin/org/intocps/maestro/fmi/fmi3/Fmi3ModelDescription.kt

Resources:

Reference FMUs https://github.com/modelica/Reference-FMUs
Specification: https://fmi-standard.org/docs/3.0-dev/

@CThuleHansen
Copy link
Contributor Author

reference fmus: https://github.com/modelica/Reference-FMUs

@CThuleHansen
Copy link
Contributor Author

specification: https://fmi-standard.org/docs/3.0-dev/

@FrederikPM FrederikPM removed their assignment Jan 11, 2022
@lausdahl
Copy link
Contributor

#387 adds native support. A mabl library is then possible to make

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants