- Index
- » Usage and Applications
- » OpenModelica Usage and Applications
- » Inputs of the exe file generated bu...
Inputs of the exe file generated bu OpenModelica
Inputs of the exe file generated bu OpenModelica
Hi everyone,
I an currently working one a C# application which should use the exe file created by OpenModelica after compiling my model.
If i understand well, the exe file needs a inputs file (.xml) to run. And it saves all the results in a .mat file.
My problem is that i don't want to write in a input file when i change the inputs of the exe. Is there any other way to define the inputs for the exe?
Maybe a command line?
Thanks by advence for the help.
Tom
Re: Inputs of the exe file generated bu OpenModelica
Well, you could modify the existing file in-place. But that's almost the same as writing a new input file.
- sjoelund.se
- 1700 Posts
Re: Inputs of the exe file generated bu OpenModelica
You might be able to change the simulation runtime code to link it
directly with your application and call it via C calls and change the
variables directly in the input vectors.
Cheers,
Adrian Pop/
- adrpo
- 885 Posts
- Index
- » Usage and Applications
- » OpenModelica Usage and Applications
- » Inputs of the exe file generated bu...