Skip to content

Commit fffe3d8

Browse files
author
Georg Pessler
committed
changed readme and revision info of first level package file
1 parent 441015a commit fffe3d8

File tree

3 files changed

+28
-3
lines changed

3 files changed

+28
-3
lines changed

BuildingControlLib/Examples/AirHandlingUnitControlStateGraph.mo

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -363,8 +363,8 @@ model AirHandlingUnitControlStateGraph
363363
annotation (Placement(transformation(extent={{-390,170},{-370,190}})));
364364
Buildings.BoundaryConditions.WeatherData.Bus weaBus "Weather Data Bus"
365365
annotation (Placement(transformation(extent={{-360,170},{-340,190}})));
366-
Buildings.Examples.VAVReheat.ThermalZones.Floor flo(redeclare package Medium =
367-
MediumA, lat=lat)
366+
Buildings.Examples.VAVReheat.ThermalZones.Floor flo(redeclare package Medium
367+
= MediumA, lat=lat)
368368
"Model of a floor of the building that is served by this VAV system"
369369
annotation (Placement(transformation(extent={{800,280},{1128,674}})));
370370
Modelica.Blocks.Routing.DeMultiplex5 TRooAir

BuildingControlLib/package.mo

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ package BuildingControlLib "Library for building control"
1515

1616

1717

18+
19+
20+
1821
annotation (version = "0.1.0", uses(AixLib(version="0.4.0"),Buildings(version="4.0.0"),
1922
Modelica_StateGraph2(version="2.0.2"),
2023
Modelica(version="3.2.2")), preferredView="info",
@@ -28,8 +31,30 @@ package BuildingControlLib "Library for building control"
2831
</table>
2932
</html>", revisions="<html>
3033
<ul>
34+
<li>January 19, 2018&nbsp; by Georg Ambrosius Pe&szlig;ler:<br>Replaced semantic connectors from VDI3813 with standard type connectors.</li>
3135
<li>March 07, 2017&nbsp; by Georg Ferdinand Schneider &amp; Georg Ambrosius Pe&szlig;ler:<br>Implemented.</li>
3236
</ul>
37+
<ul>
38+
<li><i>June 23, 2004</i>
39+
by <a href=\"http://www.robotic.dlr.de/Martin.Otter/\">Martin Otter</a>:<br>
40+
Introduced new block connectors and adapted all blocks to the new connectors.
41+
Included subpackages Continuous, Discrete, Logical, Nonlinear from
42+
package ModelicaAdditions.Blocks.
43+
Included subpackage ModelicaAdditions.Table in Modelica.Blocks.Sources
44+
and in the new package Modelica.Blocks.Tables.
45+
Added new blocks to Blocks.Sources and Blocks.Logical.
46+
</li>
47+
<li><i>October 21, 2002</i>
48+
by <a href=\"http://www.robotic.dlr.de/Martin.Otter/\">Martin Otter</a>
49+
and Christian Schweiger:<br>
50+
New subpackage Examples, additional components.
51+
</li>
52+
<li><i>June 20, 2000</i>
53+
by <a href=\"http://www.robotic.dlr.de/Martin.Otter/\">Martin Otter</a> and
54+
Michael Tiller:<br>
55+
Introduced a replaceable signal type into
56+
Blocks.Interfaces.RealInput/RealOutput:
57+
3358
</html>
3459
"),
3560
Icon(coordinateSystem(preserveAspectRatio=false, extent={{-100,-100},{100,100}}),

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The library has been tested with **Dymola 2017 FD01 64bit** and the **Microsoft
2222

2323
### Version
2424

25-
The current version 0.1.0 is a pre-release.
25+
The current version 1.0.0 is the first official release.
2626

2727
### How to cite **BuildingControlLib**
2828

0 commit comments

Comments
 (0)