ThummeTo / FMI.jl

FMI.jl is a free-to-use software library for the Julia programming language which integrates FMI (fmi-standard.org): load or create, parameterize, differentiate and simulate FMUs seamlessly inside the Julia programming language!
MIT License
86 stars 24 forks source link

Support for 32-bit-FMUs #87

Open ThummeTo opened 2 years ago

ThummeTo commented 2 years ago
ThummeTo commented 2 years ago

Will be fixed soon @Amuri44

Amuri44 commented 2 years ago

Thank you very much! Please keep me updated.

ThummeTo commented 2 years ago

This should be fixed in v0.5.0, can you please check?

Amuri44 commented 2 years ago

This should be fixed in v0.5.0, can you please check?

Thanks for your work! I used fmiGetReal to check the values of parameters set by fmiSetReal. However, it always returns 0.0f0. Does it mean any thing?

ThummeTo commented 2 years ago

This does not sound rigth, I will have a look on this ;-)

ThummeTo commented 2 years ago

Sorry I need to re-ask: Are you sure you used FMI.jl v0.5.0 or v0.5.1 (doesnt matter which one)? Please check the installation status. Can you provide the FMU - maybe via mail or similar?

Amuri44 commented 2 years ago

Maybe the below picture can help. Screenshot 2022-02-22 071930 Yes, I can provide the FMU (can I know you email?). But this FMU works only with EMTP tool installed on the computer.

ThummeTo commented 2 years ago

Sorry, did not read the last sentence. Is EMTP a free tool?

ThummeTo commented 5 months ago

32-bit support (including callback logging) will be supported and tested in the next release.