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

Ability to graphically visualize FMUs #195

Open
acxz opened this issue Sep 25, 2023 · 4 comments
Open

Ability to graphically visualize FMUs #195

acxz opened this issue Sep 25, 2023 · 4 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@acxz
Copy link

acxz commented Sep 25, 2023

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!

@ThummeTo
Copy link
Owner

Dear @acxz,
happy to hear that you like the library!
Having a nice graphical user interface is always a win - but also a bunch of work :-D
I am not sure if I will have the time to implement that by myself to be honest... but if someone wants to add a nice GUI this would be cool of course!

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?

@ThummeTo ThummeTo added enhancement New feature or request help wanted Extra attention is needed labels Sep 26, 2023
@acxz
Copy link
Author

acxz commented Sep 26, 2023

Having a nice graphical user interface is always a win - but also a bunch of work :-D

Haha, I can only imagine!

BTW there is already a nice GUI in JuliaSim for object oriented modeling using ModelingToolkit

Sweet, can you provide a link for this?

@ThummeTo
Copy link
Owner

ThummeTo commented Sep 26, 2023

Sure, see the JuliaSim Homepage. However, the GUI seems to be part of the non-open-source module.

@ThummeTo
Copy link
Owner

ThummeTo commented Aug 9, 2024

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:
https://github.com/ThummeTo/FMI.jl/tree/main/examples/pluto-src/FMUExplorer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants