modelon-community / fmi-library

C library for importing FMUs
Other
115 stars 34 forks source link

FMU 3.0 support #24

Open ArunMaiya opened 1 year ago

ArunMaiya commented 1 year ago

FMI Organization has released FMI 3.0 Standards which supports FMU 3.0 models.

We are looking for a library (fmilib) which supports FMI 3.0 models (We can use those library to import FMI 3.0 models in our tool).

So, my questions are as follows:

  1. Is there any plan to release FMI-Library Package for FMI 3.0?
  2. If yes, what is the release plan? If possible, please share the release information with us.

We really appreciate your support. Thank you.

filip-stenstrom commented 1 year ago
  1. Yes.
  2. There is work planned for 2023, but scope and dates are not decided.
KishorBasavaraju-NI commented 1 year ago

Hi,

Is there any update on release dates of FMILibrary package for FMI 3.0?

vijayasarathee commented 1 year ago

Hi There,

We are looking for FMI 3.0 import library for immediate need. When can we expect the first release and what are the planned capabilities that will be supported?

Thanks. Vijay

filip-stenstrom commented 1 year ago

A first release is planned for late May.

ni-nutkalit commented 1 year ago

@filip-stenstrom I think the latest release is in alpha stage, any insights into when a final is expected? Also wanted to understand if the latest alpha release has any changes to FMI 2.0 as well? Can I safely assume that FMI 2.0 remains unaffected in the latest release?

kirankumari04 commented 1 year ago

@PeterMeisrimelModelon We're building our product on top of FMI 3 and have to release soon, so wanted to know if any more releases are planned in near future, so that we can plan ours accordingly. Thanks.

modelonrobinandersson commented 1 year ago

Hi @kirankumari04, besides the most recent release https://github.com/modelon-community/fmi-library/releases/tag/3.0a2 we are likely only releasing another alpha within the next month to include a fix for vulnerability issues that are detected in one of the third party components. There will be an official beta release later, likely not this year, when we have finalized work on terminals and icons. In terms of the support for FMI3, the mandatory parts are already in the recent alpha, but what is missing are the optional features for Terminals and icons, including BuildConfiguration.

modelonrobinandersson commented 1 year ago

@kirankumari04 I also forgot to mention that we plan to backport the support for terminals and icons to FMI 2, but that is also earliest next year as we need to finalize the implementation for FMI3 first.