- Index
- » Usage and Applications
- » OpenModelica Usage and Applications
- » Question about OMShell
Question about OMShell
Question about OMShell
Hello people!
I want to do a interactive simulation on the OMShell but I don't know how to do it. Specifically, I want to simulate a model and read/change some parameters in simulation time. Is that possible through OMShell? If it is not possible, how can i achieve it?
Thanks in advance,
Carlos
Re: Question about OMShell
OMShell cannot perform interactive simulations. The only client shipped with OpenModelica that can do this is OMEdit.
- sjoelund.se
- 1700 Posts
Re: Question about OMShell
Thank you very much. The point is that I wanted to do a real-time simulation exchanging data between Java and model in OM. I found a client in Java-Corba to communicate with OM through commands (as in OMShell). With you information I guess that it is impossible to do the real-time simulation with this client. Then, do you know how can I perform this simulation?
Thank you again!
Re: Question about OMShell
Do what OMEdit does and program your own interactive client.
Read the system documentation CHAPTER 6 INTERACTIVE SIMULATION FACILITIES https://openmodelica.org/svn/OpenModeli … System.pdf
(user: anonymous password: none (4 letters)).
- sjoelund.se
- 1700 Posts
Re: Question about OMShell
Hi,
You can contact Parham at EADS (parham <DOT> vasaiely <AT> eads <DOT> com) as he already implemented an interactive client in Java.
As far as I know the client is part of ModelicaML and I think the code is here:
https://openmodelica.org/svn/MDT/trunk/ … simulation
user: anonymous
pass: none
Cheers,
Adrian Pop/
- adrpo
- 885 Posts
- Index
- » Usage and Applications
- » OpenModelica Usage and Applications
- » Question about OMShell