-
Notifications
You must be signed in to change notification settings - Fork 24
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
Ability to graphically visualize FMUs #195
Comments
Dear @acxz, BTW there is already a nice GUI in JuliaSim for object oriented modeling using ModelingToolkit (even if FMUs are causal, they can be used together with acausal modeling). I am not sure if there is already support for FMUs - but if not there will probably be one in the near future? |
Haha, I can only imagine!
Sweet, can you provide a link for this? |
Sure, see the JuliaSim Homepage. However, the GUI seems to be part of the non-open-source module. |
Feel free to checkout this Pluto-notebook, which is part of FMI.jl, you can load, parameterize and plot FMUs. Not exactly what you are looking for (Simulink like GUI), but useful for a quick check/overview of FMUs: |
I am currently interested in trying to port over much of my Simulink codebase into a more open standard pipeline. One huge blocker that I am currently trying to navigate around is the ability to graphically visualize FMUs, in particular the input/output connections between blocks. Having such a visual aid, can make it much easier to debug and work on FMUs and I believe would be a great addition to this package.
Thanks for your work on FMI in Julia!
The text was updated successfully, but these errors were encountered: