Timeline



2016-09-29:

19:39 Ticket #4061 (Backend - Not well-posed models not always rejected) updated by Lennart Ochel
Status, Owner, Milestone changed
checkModel returns unexpected numbers in some cases. However, it …
19:05 Ticket #4061 (Backend - Not well-posed models not always rejected) updated by Lennart Ochel
I just tried to check if the number of equations match the number of …
18:20 Ticket #3967 (*unknown* - Variable of matrix element accessed by enumeration value not replaced ...) updated by Martin Sjölund
We do if the frontend accepts it :)
18:19 Ticket #3967 (*unknown* - Variable of matrix element accessed by enumeration value not replaced ...) closed by Willi Braun
invalid: Okay, make sense. Then the model in the ticket is also invalid and we …
18:13 Ticket #4061 (Backend - Not well-posed models not always rejected) created by Willi Braun
The following model should rejected as not well-posed: […] This …
17:56 Ticket #3967 (*unknown* - Variable of matrix element accessed by enumeration value not replaced ...) updated by Martin Sjölund
Yes, it is invalid. You have to use Integer(enum.index2) explicitly.
17:38 Ticket #3967 (*unknown* - Variable of matrix element accessed by enumeration value not replaced ...) updated by Willi Braun
okay, but is then m2[enum.index2] also invalid, since it is outside …
17:25 Ticket #3967 (*unknown* - Variable of matrix element accessed by enumeration value not replaced ...) updated by Martin Sjölund
m1[2] is not valid Modelica and can never appear (it is outside the …
17:18 Ticket #3967 (*unknown* - Variable of matrix element accessed by enumeration value not replaced ...) updated by Willi Braun
Replying to sjoelund.se: > And reading the C-code, isn't …
17:12 Ticket #3967 (*unknown* - Variable of matrix element accessed by enumeration value not replaced ...) updated by Willi Braun
Replying to sjoelund.se: > And reading the C-code, isn't …
17:09 Ticket #3967 (*unknown* - Variable of matrix element accessed by enumeration value not replaced ...) updated by Willi Braun
Replying to sjoelund.se: > No, we need to never replace …
17:06 Ticket #3967 (*unknown* - Variable of matrix element accessed by enumeration value not replaced ...) updated by Martin Sjölund
And reading the C-code, isn't the problem that we replaced it with …
17:04 Ticket #3967 (*unknown* - Variable of matrix element accessed by enumeration value not replaced ...) updated by Martin Sjölund
No, we need to never replace the index until code generation for …
17:03 Ticket #3967 (*unknown* - Variable of matrix element accessed by enumeration value not replaced ...) updated by Willi Braun
Cc, Component changed
The code generation issue is raised by a the fact that we try to …
15:31 Ticket #3967 (*unknown* - Variable of matrix element accessed by enumeration value not replaced ...) updated by Willi Braun
Strange, slightly changed and it works: […]
13:35 Ticket #3999 (Backend - Variable name creation problem in C sources when model using complex ...) updated by Willi Braun
Milestone changed
13:35 Ticket #3999 (Backend - Variable name creation problem in C sources when model using complex ...) closed by Willi Braun
fixed: Ihe issue was related to the usage of enumerations as array subscript. …
12:11 Ticket #4060 (Code Generation - Final attribute for parameters has no effect at all) created by Patrick Täuber
If you run the following model with […] which means without …
07:11 Ticket #3939 (Backend - unitChecking does not always find mismatched units) updated by Christoph <buchner@…>
Thank you, I can confirm this being fixed!

2016-09-28:

15:02 Ticket #3939 (Backend - unitChecking does not always find mismatched units) updated by Lennart Ochel
Component, Milestone changed
14:50 Ticket #4059 (Frontend - Wrong detection of structual parameters for instances) created by Patrick Täuber
While flattening of the following model b is detected as structural …
14:40 Ticket #4058 (Frontend - Inconsistent handling of structural parameters) created by Patrick Täuber
In the following model b1 is detected as a structural parameter and b2 …
14:33 Ticket #4057 (Frontend - Cyclic parameter bindings with more than two elements lead to stack ...) created by Patrick Täuber
The following model leads to a stack overflow in …
12:12 Ticket #3939 (Backend - unitChecking does not always find mismatched units) closed by Lennart Ochel
fixed: This is fixed with …
11:54 Ticket #3939 (Backend - unitChecking does not always find mismatched units) updated by Lennart Ochel
@Christoph: Yes, it is a bug. I just pushed a fix for it: …
11:11 Ticket #3939 (Backend - unitChecking does not always find mismatched units) updated by Christoph <buchner@…>
@lochel: Did you manage to have a look at this?
08:00 Ticket #4042 (OMEdit - OMEdit crash when saving model with conflicting variable names) closed by Adeel Asghar
fixed: Fixed in 1dd8804/OMEdit.

2016-09-27:

15:21 Ticket #4056 (Code Generation - DeviceDrivers on Win32 as FMU) created by Volker Waurich
Hi, I created a model using the KeyboardKeyInput from Modelica …
09:41 Ticket #3781 (Backend - Fix scaling of detectJacobianSparsePattern) updated by Francesco Casella
Some futher remarks on the topic of this ticket Replying to …
08:34 Ticket #4019 (Installation program - Using CombiTimeTable emits multiple unused variable tableAvailable warnings) updated by Christoph <buchner@…>
added version info: Connected to OpenModelica v1.11.0-dev-87-gf0f37a3
08:34 Ticket #4019 (Installation program - Using CombiTimeTable emits multiple unused variable tableAvailable warnings) updated by Christoph <buchner@…>
@sjoelund.se: sorry, I am still seeing this behaviour with the above …

2016-09-26:

13:44 Ticket #3769 (Installation program - Problem with GCC compiler on Windows 10 - OpenModelica 1.9.4 final rel) updated by Martin Sjölund
There have been several 1.9.x maintenance releases (1.9.5 and 1.9.6 …
13:43 Ticket #3769 (Installation program - Problem with GCC compiler on Windows 10 - OpenModelica 1.9.4 final rel) updated by Christoph <buchner@…>
No reply from the OP - can this be closed? Also, milestone 9.x - will …
12:28 Ticket #3913 (Backend - modelica_Synchronous runtime error) closed by Willi Braun
fixed
10:31 Ticket #4050 (Backend - Array of component: Too many equations.) updated by Adrian Pop
I did a bit more investigation and I know what the problem is, but not …
09:24 Ticket #4050 (Backend - Array of component: Too many equations.) updated by Lennart Ochel
Cc changed
And this is what the algorithm statements look like, that are used to …
08:37 Ticket #4050 (Backend - Array of component: Too many equations.) updated by Lennart Ochel
The wrongly detected output variables are the following ones, which …
07:35 Ticket #4055 (Code Generation - Wrong code generation template for complex numbers in algorithms) updated by massimo ceraolo
At least there is a problem related to the use of complex numbers in …
05:48 Ticket #4055 (Code Generation - Wrong code generation template for complex numbers in algorithms) updated by massimo ceraolo
Description changed

2016-09-24:

16:10 Ticket #4055 (Code Generation - Wrong code generation template for complex numbers in algorithms) created by massimo ceraolo
The following simple model compiles but does not run: […] Here's …
10:31 Ticket #4054 (Frontend - Binding equation does not accept reduced-outputs function calls) updated by massimo ceraolo
Description changed
10:30 Ticket #4054 (Frontend - Binding equation does not accept reduced-outputs function calls) created by massimo ceraolo
Consider the following code: […] The binding equation defining …

2016-09-23:

18:37 Ticket #4051 (FMI - Add documentation for FMI 2.0 for CS) closed by Adrian Pop
fixed: Fixed in 257c15/OpenModelica-doc.
17:46 Ticket #4051 (FMI - Add documentation for FMI 2.0 for CS) updated by Adrian Pop
Yes, those parts are automatically added by running omc and collecting …
17:41 Ticket #4051 (FMI - Add documentation for FMI 2.0 for CS) updated by Francesco Casella
It seems to be missing from the gitub view, because github does not …
16:55 Ticket #4051 (FMI - Add documentation for FMI 2.0 for CS) updated by anonymous
It looks like some content is missing just below the last two rows …
15:35 Ticket #4051 (FMI - Add documentation for FMI 2.0 for CS) updated by Francesco Casella
Sounds good, please merge it.
07:04 Ticket #4050 (Backend - Array of component: Too many equations.) updated by Lennart Ochel
It seems that there are some algorithm sections, which have too many …

2016-09-22:

20:15 Ticket #4049 (Build Environment - Mac openmodelica won't build) updated by Adam Dershowitz
Apparently, there is a bug in the current version of cmake from …
17:51 Ticket #3979 (Interactive Environment - OMEdit 64 bit Windows version crashes when saving models) updated by Adrian Pop
Added test in b1f3e5/OpenModelica-testsuite.
17:48 Ticket #4051 (FMI - Add documentation for FMI 2.0 for CS) updated by Adrian Pop
Is this ok? …
17:22 Ticket #4051 (FMI - Add documentation for FMI 2.0 for CS) updated by Adrian Pop
Yes. This is the case. The code is here: …
17:13 Ticket #3979 (Interactive Environment - OMEdit 64 bit Windows version crashes when saving models) closed by Adrian Pop
fixed: Fixed in 4f0d761/OMCompiler.
17:11 Ticket #4051 (FMI - Add documentation for FMI 2.0 for CS) updated by Francesco Casella
I understand CS FMU only takes a single Euler step with step-size …
15:07 Ticket #4052 (Frontend - Structural parameters) updated by Patrick Täuber
Cc, Status, Owner changed
15:06 Ticket #4053 (Frontend - Structural parameters (second issue)) created by Lennart Ochel
In this example is the parameter state a structural parameter and …
15:00 Ticket #4052 (Frontend - Structural parameters) created by Lennart Ochel
It seems that structural parameters get tagged as final within the …
14:39 Ticket #4051 (FMI - Add documentation for FMI 2.0 for CS) updated by Adrian Pop
The FMI page is generated from this via Sphinx: …
14:30 Ticket #4051 (FMI - Add documentation for FMI 2.0 for CS) updated by Francesco Casella
Can you take care of getting this info in the man page? I could also …
14:30 Ticket #4048 (*unknown* - Where is function print defined?) updated by Adrian Pop
Cc changed
Adeel, can one run the simulation without the XML logging? What is …
14:29 Ticket #4048 (*unknown* - Where is function print defined?) updated by Adrian Pop
I think all output that the simulation generates should be visible …
14:27 Ticket #4045 (OMEdit - Better support for naming of dragged component instances) closed by Francesco Casella
fixed: Thanks!
14:27 Ticket #3540 (FMI - Improve support for exporting FMI for co-simulation) updated by Adrian Pop
@casella: I think that the Bielefeld people have some plans to add …
14:25 Ticket #4051 (FMI - Add documentation for FMI 2.0 for CS) updated by Adrian Pop
Currently CS FMU generation only supports one inline forward Euler …
14:25 Ticket #4048 (*unknown* - Where is function print defined?) updated by Francesco Casella
Replying to sjoelund.se: > It seems to print to terminal …
14:20 Ticket #3540 (FMI - Improve support for exporting FMI for co-simulation) updated by Francesco Casella
Summary changed
Are there any concrete plans to add more solvers to FMI 2.0 for CS? …
14:17 Ticket #4051 (FMI - Add documentation for FMI 2.0 for CS) created by Francesco Casella
I am trying to understand how exactly do FMIs for CS generated from …
14:16 Ticket #3979 (Interactive Environment - OMEdit 64 bit Windows version crashes when saving models) updated by Adrian Pop
Status, Owner changed
14:15 Ticket #3979 (Interactive Environment - OMEdit 64 bit Windows version crashes when saving models) updated by Adrian Pop
The problem is with: […] in TestPackage/package.mo Because …
12:54 Ticket #4047 (OMEdit - Weird behaviour of connectors in icons) closed by Adeel Asghar
fixed: Fixed in b6bd36b/OMEdit.
08:59 Ticket #4050 (Backend - Array of component: Too many equations.) updated by Lennart Ochel
Description changed
I just added an inner Settings component to the example to get rid of …
08:40 Ticket #4045 (OMEdit - Better support for naming of dragged component instances) updated by Adeel Asghar
Done in c6b9df1/OMEdit. When user drops a component a …
08:30 Ticket #4050 (Backend - Array of component: Too many equations.) created by Lennart Ochel
I need to create an array of PC components, similar to the minimal …
07:14 Ticket #4048 (*unknown* - Where is function print defined?) updated by Martin Sjölund
It seems to print to terminal just fine: […]
07:13 Ticket #4048 (*unknown* - Where is function print defined?) updated by Martin Sjölund
It's the MetaModelica print operator being used :)
07:09 Ticket #4048 (*unknown* - Where is function print defined?) updated by Christoph <buchner@…>
There is the Modelica.Utilities.Streams.print() predefined function, …
Note: See TracTimeline for information about the timeline view.