- Index
- » Usage and Applications
- » OpenModelica Usage and Applications
- » problems using OMEdit
problems using OMEdit
problems using OMEdit
I am totally new to modelica and OpenModelica.
I tried making some small examples but I have a problem with OMEdit 1.6.0
Explanation:
I add blocks to the diagram view.
When i edit parameters using the graphic interface. they do not get stored in the modell. In the graphic interface it looks like they get stored, but running a simulation shows results for other parameters (orginal default paramaters are used during simulation).
When looking in the "text view" of the modell i can see that no parameter settings are stored:
Example,
sine source looks like this:
Modelica.Blocks.Sources.Sine sine1annotation(Placement(visible = true, transformation(origin = {-63,36.5}, extent = {{-15,-15},{15,15}}, rotation = 0)));
when it should look like this:
Modelica.Blocks.Sources.Sine sine1(freqHz = 10) annotation(Placement(visible = true, transformation(origin = {-63,36.5}, extent = {{-15,-15},{15,15}}, rotation = 0)));
Its not a major problem for me, I can define the parameters in text mode to get correct results.
But if anyone can tip me in the right directions... I would apreciate it.
- sjoelund.se
- 1700 Posts
- Index
- » Usage and Applications
- » OpenModelica Usage and Applications
- » problems using OMEdit