Opened 14 years ago
Last modified 14 years ago
#1272 closed defect (fixed)
Flattenning of Modelica.Blocks does not work for all components
Reported by: | Jan Brugård | Owned by: | Jan Brugård |
---|---|---|---|
Priority: | blocker | Milestone: | Red October |
Component: | Version: | ||
Keywords: | Cc: | Jan Brugård, Per Östlund |
Description
The following models do not work to check, because flattening fails:
Check of Modelica.Blocks.Continuous.TransferFunction failed [fixed in r6142] Check of Modelica.Blocks.Continuous.StateSpace failed [fixed in r6157] Check of Modelica.Blocks.Examples.BusUsage failed [fixed in r6337] Check of Modelica.Blocks.Examples.BusUsage_Utilities.Part [fixed in r6337] Check of Modelica.Blocks.Tables.CombiTable1D failed. [fixed in r6142] Check of Modelica.Blocks.Tables.CombiTable1Ds failed. [fixed in r6142] Check of Modelica.Blocks.Tables.CombiTable2D failed. [fixed in r6142] Check of Modelica.Blocks.Sources.KinematicPTP failed [fixed in r6160] Check of Modelica.Blocks.Sources.KinematicPTP2 failed [fixed in r6160] Check of Modelica.Blocks.Sources.TimeTable failed [fixed in r6142] Check of Modelica.Blocks.Sources.CombiTimeTable failed. [fixed in r6142] Check of Modelica.Blocks.Sources.BooleanTable failed [fixed in r6147]
Change History (5)
comment:1 by , 14 years ago
comment:2 by , 14 years ago
This is a duplicate of [BUG:1265], i added it as a parent in Associations.
comment:3 by , 14 years ago
checkModel on BooleanTable gives an error message about initial algorithms not being supported, but it's only the backend that doesn't support initial algorithms. Since the check succeeds I'm going to consider BooleanTable fixed.
comment:4 by , 14 years ago
All Modelica.Blocks models now work, except for the BusUsage examples. These models use expandable connectors, so I will leave them for Adrian to fix.
Note:
See TracTickets
for help on using tickets.
MathCore ticket: http://intranet/trac/mathmodelica/ticket/2954