Reported by hansolsson on 10 Dec 2014 15:56 UTC
As noted in https://trac.modelica.org/Modelica/ticket/1619#comment:8 the trunk version of time tables no longer generates time events in Dymola (and possibly other tools), due to the scaling of time. That decreases performance and accurancy.
The 3.3. Modelica Language Specification in 8.5 states that time>=... and time < ... may generate events. The previous version used time>=... which can generate time events, but the new version contains timeScaled>=...
I have not investigated exactly how to rewrite it.
It is less important than #1619, but should still be resolved before the library is released.
Migrated-From: https://trac.modelica.org/Modelica/ticket/1627
Reported by hansolsson on 10 Dec 2014 15:56 UTC
As noted in https://trac.modelica.org/Modelica/ticket/1619#comment:8 the trunk version of time tables no longer generates time events in Dymola (and possibly other tools), due to the scaling of time. That decreases performance and accurancy.
The 3.3. Modelica Language Specification in 8.5 states that time>=... and time < ... may generate events. The previous version used time>=... which can generate time events, but the new version contains timeScaled>=...
I have not investigated exactly how to rewrite it.
It is less important than #1619, but should still be resolved before the library is released.
Migrated-From: https://trac.modelica.org/Modelica/ticket/1627