- Index
- » Usage and Applications
- » OpenModelica Usage and Applications
- » Interactive Simulation View
Interactive Simulation View
Re: Interactive Simulation View
Yes. You have to connect to the interactive simulation manually. For example using telnet
- sjoelund.se
- 1700 Posts
Re: Interactive Simulation View
In the OpenModelica system documentation (pdf shipped with OpenModelica). Chapter 6: Interactive Simulation Facilities
The interface is a bit of a mess due to abusing software design patterns
- sjoelund.se
- 1700 Posts
Re: Interactive Simulation View
How to run "Interactive Simulation View" in last version of OpenModelica on MAC OS?
In user documentation for version 1.8.1 (OpenModelica 1.8.1 User's Guide) - it was a chapter 3 "
Chapter 3: Interactive Simulation in OMEdit...................................................................... 19
OpenModelica Interactive ....................................................................................... 20
Invoking Interactive Simulation................................................................................ 20
Interactive Simulation View..................................................................................... 20"
but in latest User's Guide this section is absent?
I need to run model simulation interactively. How I can do it?
Re: Interactive Simulation View
It was removed from the user's guide because the functionality never really worked
You can perform interactive simulations by using FMI.
- sjoelund.se
- 1700 Posts
Re: Interactive Simulation View
You need to program your own master algorithm probably as I think most FMU masters are not interactive. It depends a bit on what you want to do. Synchronize to real-time? Just set inputs at specific times? Etc...
- sjoelund.se
- 1700 Posts
- Index
- » Usage and Applications
- » OpenModelica Usage and Applications
- » Interactive Simulation View