FMI.jl is a free-to-use software library for the Julia programming language, which integrates FMI (fmi-standard.org): load, instantiate, parameterize and simulate FMUs seamlessly inside the Julia programming language!
- open a Julia-Command-Window, activate your prefered environment
- goto package manager using
]
- type
add FMI
oradd "https://github.com/ThummeTo/FMI.jl"
- simulation / plotting of CS- and ME-FMUs
- event-handling for discontinuous ME-FMUs
- the full FMI command set
- ...
- FMI 3.0 and SSP 1.0 support
- FMI Cross Checks
- more examples
- ...
FMI.jl is tested under Julia 1.5.4 on Windows 10 and Linux (macOS 11.4 untested).
See FMIFlux.jl.