Skip to content

Commit

Permalink
changed readme and revision info of first level package file
Browse files Browse the repository at this point in the history
  • Loading branch information
Georg Pessler committed Jan 19, 2018
1 parent 441015a commit fffe3d8
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -363,8 +363,8 @@ model AirHandlingUnitControlStateGraph
annotation (Placement(transformation(extent={{-390,170},{-370,190}})));
Buildings.BoundaryConditions.WeatherData.Bus weaBus "Weather Data Bus"
annotation (Placement(transformation(extent={{-360,170},{-340,190}})));
Buildings.Examples.VAVReheat.ThermalZones.Floor flo(redeclare package Medium =
MediumA, lat=lat)
Buildings.Examples.VAVReheat.ThermalZones.Floor flo(redeclare package Medium
= MediumA, lat=lat)
"Model of a floor of the building that is served by this VAV system"
annotation (Placement(transformation(extent={{800,280},{1128,674}})));
Modelica.Blocks.Routing.DeMultiplex5 TRooAir
Expand Down
25 changes: 25 additions & 0 deletions BuildingControlLib/package.mo
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ package BuildingControlLib "Library for building control"






annotation (version = "0.1.0", uses(AixLib(version="0.4.0"),Buildings(version="4.0.0"),
Modelica_StateGraph2(version="2.0.2"),
Modelica(version="3.2.2")), preferredView="info",
Expand All @@ -28,8 +31,30 @@ package BuildingControlLib "Library for building control"
</table>
</html>", revisions="<html>
<ul>
<li>January 19, 2018&nbsp; by Georg Ambrosius Pe&szlig;ler:<br>Replaced semantic connectors from VDI3813 with standard type connectors.</li>
<li>March 07, 2017&nbsp; by Georg Ferdinand Schneider &amp; Georg Ambrosius Pe&szlig;ler:<br>Implemented.</li>
</ul>
<ul>
<li><i>June 23, 2004</i>
by <a href=\"http://www.robotic.dlr.de/Martin.Otter/\">Martin Otter</a>:<br>
Introduced new block connectors and adapted all blocks to the new connectors.
Included subpackages Continuous, Discrete, Logical, Nonlinear from
package ModelicaAdditions.Blocks.
Included subpackage ModelicaAdditions.Table in Modelica.Blocks.Sources
and in the new package Modelica.Blocks.Tables.
Added new blocks to Blocks.Sources and Blocks.Logical.
</li>
<li><i>October 21, 2002</i>
by <a href=\"http://www.robotic.dlr.de/Martin.Otter/\">Martin Otter</a>
and Christian Schweiger:<br>
New subpackage Examples, additional components.
</li>
<li><i>June 20, 2000</i>
by <a href=\"http://www.robotic.dlr.de/Martin.Otter/\">Martin Otter</a> and
Michael Tiller:<br>
Introduced a replaceable signal type into
Blocks.Interfaces.RealInput/RealOutput:
</html>
"),
Icon(coordinateSystem(preserveAspectRatio=false, extent={{-100,-100},{100,100}}),
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The library has been tested with **Dymola 2017 FD01 64bit** and the **Microsoft

### Version

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

### How to cite **BuildingControlLib**

Expand Down

0 comments on commit fffe3d8

Please sign in to comment.