diff --git a/Buildings/Controls/OBC/CDL/Constants.mo b/Buildings/Controls/OBC/CDL/Constants.mo index 37a41cbbff3..82b75538047 100644 --- a/Buildings/Controls/OBC/CDL/Constants.mo +++ b/Buildings/Controls/OBC/CDL/Constants.mo @@ -21,7 +21,7 @@ This package provides often needed constants. March 12, 2024, by Michael Wetter:
Changed small to 1E-37.
This is for -issue 3695. +Buildings, issue 3695.
  • March 27, 2017, by Michael Wetter:
    diff --git a/Buildings/Controls/OBC/CDL/Conversions/BooleanToInteger.mo b/Buildings/Controls/OBC/CDL/Conversions/BooleanToInteger.mo index 841df811a4e..dc01e433a3a 100644 --- a/Buildings/Controls/OBC/CDL/Conversions/BooleanToInteger.mo +++ b/Buildings/Controls/OBC/CDL/Conversions/BooleanToInteger.mo @@ -40,7 +40,7 @@ and integerTrue and integerFalse are parameters. May 17, 2022, by Hongxiang Fu:
    Corrected documentation texts where the variables were described with wrong types.
    This is for -#3016. +Buildings, issue 3016.
  • January 3, 2017, by Michael Wetter:
    diff --git a/Buildings/Controls/OBC/CDL/Conversions/BooleanToReal.mo b/Buildings/Controls/OBC/CDL/Conversions/BooleanToReal.mo index d1e5c2e2707..839e5e0591f 100644 --- a/Buildings/Controls/OBC/CDL/Conversions/BooleanToReal.mo +++ b/Buildings/Controls/OBC/CDL/Conversions/BooleanToReal.mo @@ -40,7 +40,7 @@ and realTrue and realFalse are parameters. May 17, 2022, by Hongxiang Fu:
    Corrected documentation texts where the variables were described with wrong types.
    This is for -#3016. +Buildings, issue 3016.
  • April 10, 2017, by Jianjun Hu:
    diff --git a/Buildings/Controls/OBC/CDL/Discrete/FirstOrderHold.mo b/Buildings/Controls/OBC/CDL/Discrete/FirstOrderHold.mo index 8e85cba8fda..889e6ac33d3 100644 --- a/Buildings/Controls/OBC/CDL/Discrete/FirstOrderHold.mo +++ b/Buildings/Controls/OBC/CDL/Discrete/FirstOrderHold.mo @@ -108,13 +108,13 @@ values of the last two sampled input signals. November 12, 2020, by Michael Wetter:
    Reformulated to remove dependency to Modelica.Units.SI.
    This is for -issue 2243. +Buildings, issue 2243.
  • October 19, 2020, by Michael Wetter:
    Refactored implementation.
    This is for -#2170. +Buildings, issue 2170.
  • March 2, 2020, by Michael Wetter:
    @@ -125,7 +125,7 @@ September 14, 2017, by Michael Wetter:
    Removed parameter startTime to allow model to work also for negative start time without having to change the value of this parameters.
    -This is for issue 938. +This is for Buildings, issue 938.
  • January 3, 2017, by Michael Wetter:
    diff --git a/Buildings/Controls/OBC/CDL/Discrete/Sampler.mo b/Buildings/Controls/OBC/CDL/Discrete/Sampler.mo index 8e774a0a920..c5ef7a39266 100644 --- a/Buildings/Controls/OBC/CDL/Discrete/Sampler.mo +++ b/Buildings/Controls/OBC/CDL/Discrete/Sampler.mo @@ -108,13 +108,13 @@ Removed graphic from diagram view. November 12, 2020, by Michael Wetter:
    Reformulated to remove dependency to Modelica.Units.SI.
    This is for -issue 2243. +Buildings, issue 2243.
  • October 19, 2020, by Michael Wetter:
    Refactored implementation.
    This is for -#2170. +Buildings, issue 2170.
  • March 2, 2020, by Michael Wetter:
    @@ -125,7 +125,7 @@ September 14, 2017, by Michael Wetter:
    Removed parameter startTime to allow model to work also for negative start time without having to change the value of this parameters.
    -This is for issue 938. +This is for Buildings, issue 938.
  • January 3, 2017, by Michael Wetter:
    diff --git a/Buildings/Controls/OBC/CDL/Discrete/TriggeredMax.mo b/Buildings/Controls/OBC/CDL/Discrete/TriggeredMax.mo index 5078afc3fa2..1e19c0cab64 100644 --- a/Buildings/Controls/OBC/CDL/Discrete/TriggeredMax.mo +++ b/Buildings/Controls/OBC/CDL/Discrete/TriggeredMax.mo @@ -98,7 +98,7 @@ September 14, 2017, by Michael Wetter:
    Removed parameter startTime and sampleTime as these are not needed for this block, and introduced parameter y_start=0.
    -This is for issue 938. +This is for Buildings, issue 938.
  • January 3, 2017, by Michael Wetter:
    diff --git a/Buildings/Controls/OBC/CDL/Discrete/TriggeredMovingMean.mo b/Buildings/Controls/OBC/CDL/Discrete/TriggeredMovingMean.mo index 895ce7939e4..3b096d76149 100644 --- a/Buildings/Controls/OBC/CDL/Discrete/TriggeredMovingMean.mo +++ b/Buildings/Controls/OBC/CDL/Discrete/TriggeredMovingMean.mo @@ -177,7 +177,7 @@ and produces this value at its output y. March 30, 2022, by Michael Wetter:
    Added discrete keyword to sampled variable.
    This is for -issue 2942. +Buildings, issue 2942.
  • October 19, 2020, by Michael Wetter:
    @@ -193,7 +193,7 @@ Reformulated model to use an equation rather than an algorith
  • October 16, 2019, by Kun Zhang:
    -First implementation. This is for issue 1588. +First implementation. This is for Buildings, issue 1588.
  • ")); diff --git a/Buildings/Controls/OBC/CDL/Discrete/UnitDelay.mo b/Buildings/Controls/OBC/CDL/Discrete/UnitDelay.mo index 58106a53514..ae9ecdb18af 100644 --- a/Buildings/Controls/OBC/CDL/Discrete/UnitDelay.mo +++ b/Buildings/Controls/OBC/CDL/Discrete/UnitDelay.mo @@ -67,19 +67,19 @@ the output y is identical to parameter y_start. August 8, 2024, by Jianjun Hu:
    Delayed the input.
    This is for -#3953. +Buildings, issue 3953.
  • November 12, 2020, by Michael Wetter:
    Reformulated to remove dependency to Modelica.Units.SI.
    This is for -issue 2243. +Buildings, issue 2243.
  • October 19, 2020, by Michael Wetter:
    Refactored implementation.
    This is for -#2170. +Buildings, issue 2170.
  • March 2, 2020, by Michael Wetter:
    @@ -90,7 +90,7 @@ September 14, 2017, by Michael Wetter:
    Removed parameter startTime to allow model to work also for negative start time without having to change the value of this parameters.
    -This is for issue 938. +This is for Buildings, issue 938.
  • January 3, 2017, by Michael Wetter:
    diff --git a/Buildings/Controls/OBC/CDL/Discrete/Validation/package.mo b/Buildings/Controls/OBC/CDL/Discrete/Validation/package.mo index 2216ab660e8..d3281d8b4f3 100644 --- a/Buildings/Controls/OBC/CDL/Discrete/Validation/package.mo +++ b/Buildings/Controls/OBC/CDL/Discrete/Validation/package.mo @@ -15,7 +15,7 @@ revisions="
  • September 13, 2023, by Jianjun Hu:
    Changed the package name from Examples to Validation. -This is for issue 3517. +This is for Buildings, issue 3517.
  • "), diff --git a/Buildings/Controls/OBC/CDL/Discrete/ZeroOrderHold.mo b/Buildings/Controls/OBC/CDL/Discrete/ZeroOrderHold.mo index 7c20877a7dc..034e09e51a1 100644 --- a/Buildings/Controls/OBC/CDL/Discrete/ZeroOrderHold.mo +++ b/Buildings/Controls/OBC/CDL/Discrete/ZeroOrderHold.mo @@ -94,13 +94,13 @@ At initial time, the block feeds the input directly to the output. November 12, 2020, by Michael Wetter:
    Reformulated to remove dependency to Modelica.Units.SI.
    This is for -issue 2243. +Buildings, issue 2243.
  • October 19, 2020, by Michael Wetter:
    Refactored implementation.
    This is for -#2170. +Buildings, issue 2170.
  • March 2, 2020, by Michael Wetter:
    @@ -111,7 +111,7 @@ September 14, 2017, by Michael Wetter:
    Removed parameter startTime to allow model to work also for negative start time without having to change the value of this parameters.
    -This is for issue 938. +This is for Buildings, issue 938.
  • January 3, 2017, by Michael Wetter:
    diff --git a/Buildings/Controls/OBC/CDL/Integers/Add.mo b/Buildings/Controls/OBC/CDL/Integers/Add.mo index a17be5b5d35..cbf9400b578 100644 --- a/Buildings/Controls/OBC/CDL/Integers/Add.mo +++ b/Buildings/Controls/OBC/CDL/Integers/Add.mo @@ -29,7 +29,7 @@ revisions="
  • January 27, 2022, by Jianjun Hu:
    Removed gain factors.
    -This is for issue 2865. +This is for Buildings, issue 2865.
  • January 3, 2017, by Michael Wetter:
    diff --git a/Buildings/Controls/OBC/CDL/Integers/AddParameter.mo b/Buildings/Controls/OBC/CDL/Integers/AddParameter.mo index c140300bd13..382e95d86da 100644 --- a/Buildings/Controls/OBC/CDL/Integers/AddParameter.mo +++ b/Buildings/Controls/OBC/CDL/Integers/AddParameter.mo @@ -25,7 +25,7 @@ revisions="
  • February 3 2022, by Jianjun Hu:
    First implementation.
    -This is for issue 2876. +This is for Buildings, issue 2876.
  • "), diff --git a/Buildings/Controls/OBC/CDL/Integers/Change.mo b/Buildings/Controls/OBC/CDL/Integers/Change.mo index bb3d6239af5..17f9711e58a 100644 --- a/Buildings/Controls/OBC/CDL/Integers/Change.mo +++ b/Buildings/Controls/OBC/CDL/Integers/Change.mo @@ -71,13 +71,13 @@ When the input u decreases, the output down will be May 3, 2022, by Michael Wetter:
    Renamed parameter y_start to pre_u_start.
    This is for -#2990. +Buildings, issue 2990.
  • January 26, 2021, by Michael Wetter:
    Changed initialization of pre(u) to use the initial value of the input rather than 0.
    This is for -#2294. +Buildings, issue 2294.
  • July 18, 2018, by Michael Wetter:
    diff --git a/Buildings/Controls/OBC/CDL/Integers/GreaterEqualThreshold.mo b/Buildings/Controls/OBC/CDL/Integers/GreaterEqualThreshold.mo index d25769eddba..052d4ae6c7e 100644 --- a/Buildings/Controls/OBC/CDL/Integers/GreaterEqualThreshold.mo +++ b/Buildings/Controls/OBC/CDL/Integers/GreaterEqualThreshold.mo @@ -68,7 +68,7 @@ Otherwise the output is false.
  • August 6, 2020, by Michael Wetter:
    Renamed threshold to t.
    -This is for issue 2076. +This is for Buildings, issue 2076.
  • August 30, 2017, by Jianjun Hu:
    diff --git a/Buildings/Controls/OBC/CDL/Integers/GreaterThreshold.mo b/Buildings/Controls/OBC/CDL/Integers/GreaterThreshold.mo index c0d8dd916b8..c78b1a61f08 100644 --- a/Buildings/Controls/OBC/CDL/Integers/GreaterThreshold.mo +++ b/Buildings/Controls/OBC/CDL/Integers/GreaterThreshold.mo @@ -64,7 +64,7 @@ Otherwise the output is false.
  • August 6, 2020, by Michael Wetter:
    Renamed threshold to t.
    -This is for issue 2076. +This is for Buildings, issue 2076.
  • August 30, 2017, by Jianjun Hu:
    diff --git a/Buildings/Controls/OBC/CDL/Integers/LessEqualThreshold.mo b/Buildings/Controls/OBC/CDL/Integers/LessEqualThreshold.mo index c10fc3b2577..22cb462bc20 100644 --- a/Buildings/Controls/OBC/CDL/Integers/LessEqualThreshold.mo +++ b/Buildings/Controls/OBC/CDL/Integers/LessEqualThreshold.mo @@ -68,7 +68,7 @@ Otherwise the output is false.
  • August 6, 2020, by Michael Wetter:
    Renamed threshold to t.
    -This is for issue 2076. +This is for Buildings, issue 2076.
  • August 30, 2017, by Jianjun Hu:
    diff --git a/Buildings/Controls/OBC/CDL/Integers/MultiSum.mo b/Buildings/Controls/OBC/CDL/Integers/MultiSum.mo index 1349f845cdd..2dc916d423c 100644 --- a/Buildings/Controls/OBC/CDL/Integers/MultiSum.mo +++ b/Buildings/Controls/OBC/CDL/Integers/MultiSum.mo @@ -77,7 +77,7 @@ for an example. September 14, 2017, by Jianjun Hu:
    First implementation, based on the implementation of the Modelica Standard Library. This is for -issue 933. +Buildings, issue 933.
  • ")); diff --git a/Buildings/Controls/OBC/CDL/Integers/Multiply.mo b/Buildings/Controls/OBC/CDL/Integers/Multiply.mo index 9c6bf10e699..e9dc650072d 100644 --- a/Buildings/Controls/OBC/CDL/Integers/Multiply.mo +++ b/Buildings/Controls/OBC/CDL/Integers/Multiply.mo @@ -27,7 +27,7 @@ revisions="
  • January 27, 2022, by Jianjun Hu:
    Renamed the block name from Product to Multiply.
    -This is for issue 2865. +This is for Buildings, issue 2865.
  • January 3, 2017, by Michael Wetter:
    diff --git a/Buildings/Controls/OBC/CDL/Integers/Sources/Pulse.mo b/Buildings/Controls/OBC/CDL/Integers/Sources/Pulse.mo index 1b42844bb7a..b6f2717dbc2 100644 --- a/Buildings/Controls/OBC/CDL/Integers/Sources/Pulse.mo +++ b/Buildings/Controls/OBC/CDL/Integers/Sources/Pulse.mo @@ -139,19 +139,19 @@ The pulse signal is generated an infinite number of times, and aligned with Renamed delay parameter to shift.
    This is for -issue 2282. +Buildings, issue 2282.
  • November 12, 2020, by Michael Wetter:
    Reformulated to remove dependency to Modelica.Units.SI.
    This is for -issue 2243. +Buildings, issue 2243.
  • October 19, 2020, by Michael Wetter:
    Refactored implementation, avoided state events.
    This is for -#2170. +Buildings, issue 2170.
  • September 8, 2020, by Milica Grahovac:
    diff --git a/Buildings/Controls/OBC/CDL/Integers/Sources/TimeTable.mo b/Buildings/Controls/OBC/CDL/Integers/Sources/TimeTable.mo index a45f59bbe34..9e757ae4bad 100644 --- a/Buildings/Controls/OBC/CDL/Integers/Sources/TimeTable.mo +++ b/Buildings/Controls/OBC/CDL/Integers/Sources/TimeTable.mo @@ -162,12 +162,12 @@ Removed writing output value in icon (as it is an array of values). November 12, 2020, by Michael Wetter:
    Reformulated to remove dependency to Modelica.Units.SI.
    This is for -issue 2243. +Buildings, issue 2243.
  • October 19, 2020, by Michael Wetter:
    Revised to call round() as a function.
    -For #2170. +For Buildings, issue 2170.
  • October 7, 2020, by Michael Wetter:
    diff --git a/Buildings/Controls/OBC/CDL/Integers/Stage.mo b/Buildings/Controls/OBC/CDL/Integers/Stage.mo index 7ac87559515..22509e4210a 100644 --- a/Buildings/Controls/OBC/CDL/Integers/Stage.mo +++ b/Buildings/Controls/OBC/CDL/Integers/Stage.mo @@ -136,7 +136,7 @@ Revised implementation.
  • September 8, 2022, by Jianjun Hu:
    First implementation.
    -This is for issue 3103. +This is for Buildings, issue 3103.
  • ")); diff --git a/Buildings/Controls/OBC/CDL/Integers/Switch.mo b/Buildings/Controls/OBC/CDL/Integers/Switch.mo index 23dd3eadca4..f3381619644 100644 --- a/Buildings/Controls/OBC/CDL/Integers/Switch.mo +++ b/Buildings/Controls/OBC/CDL/Integers/Switch.mo @@ -35,7 +35,7 @@ Otherwise, it outputs y = u3. July 17, 2020, by Jianjun Hu:
    Changed icon to display dynamically which input signal is being outputted.
    This is for -# 2033. +Buildings, issue 2033.
  • July 10, 2019, by Milica Grahovac:
    diff --git a/Buildings/Controls/OBC/CDL/Integers/Validation/Equal.mo b/Buildings/Controls/OBC/CDL/Integers/Validation/Equal.mo index 9e61eea8653..1ac71d40bb8 100644 --- a/Buildings/Controls/OBC/CDL/Integers/Validation/Equal.mo +++ b/Buildings/Controls/OBC/CDL/Integers/Validation/Equal.mo @@ -60,7 +60,7 @@ Buildings.Controls.OBC.CDL.Integers.Equal. September 26, 2017, by Thierry S. Nouidui:
    Revised implementation for JModelica verification. This is for -issue 939. +Buildings, issue 939.
  • August 30, 2017, by Jianjun Hu:
    diff --git a/Buildings/Controls/OBC/CDL/Integers/Validation/GreaterEqual.mo b/Buildings/Controls/OBC/CDL/Integers/Validation/GreaterEqual.mo index 667984a13d3..6ec772d987b 100644 --- a/Buildings/Controls/OBC/CDL/Integers/Validation/GreaterEqual.mo +++ b/Buildings/Controls/OBC/CDL/Integers/Validation/GreaterEqual.mo @@ -60,7 +60,7 @@ Buildings.Controls.OBC.CDL.Integers.GreaterEqual. September 26, 2017, by Thierry S. Nouidui:
    Revised implementation for JModelica verification. This is for -issue 939. +Buildings, issue 939.
  • August 30, 2017, by Jianjun Hu:
    diff --git a/Buildings/Controls/OBC/CDL/Integers/Validation/Less.mo b/Buildings/Controls/OBC/CDL/Integers/Validation/Less.mo index 9171c806996..3ac62b6574c 100644 --- a/Buildings/Controls/OBC/CDL/Integers/Validation/Less.mo +++ b/Buildings/Controls/OBC/CDL/Integers/Validation/Less.mo @@ -60,7 +60,7 @@ Buildings.Controls.OBC.CDL.Integers.Less. September 26, 2017, by Thierry S. Nouidui:
    Revised implementation for JModelica verification. This is for -issue 939. +Buildings, issue 939.
  • August 30, 2017, by Jianjun Hu:
    diff --git a/Buildings/Controls/OBC/CDL/Integers/Validation/Multiply.mo b/Buildings/Controls/OBC/CDL/Integers/Validation/Multiply.mo index b47c8e793bf..434646e8107 100644 --- a/Buildings/Controls/OBC/CDL/Integers/Validation/Multiply.mo +++ b/Buildings/Controls/OBC/CDL/Integers/Validation/Multiply.mo @@ -58,13 +58,13 @@ revisions="
  • January 27, 2022, by Jianjun Hu:
    Renamed the block name from Product to Multiply.
    -This is for issue 2865. +This is for Buildings, issue 2865.
  • September 26, 2017, by Thierry S. Nouidui:
    Revised implementation for JModelica verification. This is for -issue 939. +Buildings, issue 939.
  • April 1, 2017, by Jianjun Hu:
    diff --git a/Buildings/Controls/OBC/CDL/Interfaces/BooleanInput.mo b/Buildings/Controls/OBC/CDL/Interfaces/BooleanInput.mo index bcdc47f6710..a2e5049b17b 100644 --- a/Buildings/Controls/OBC/CDL/Interfaces/BooleanInput.mo +++ b/Buildings/Controls/OBC/CDL/Interfaces/BooleanInput.mo @@ -28,7 +28,7 @@ Connector with one input signal of type Boolean. March 1, 2019, by Michael Wetter:
    On the icon layer, changed connector size and added the connector name.
    This is for -issue 1375. +Buildings, issue 1375.
  • January 6, 2017, by Michael Wetter:
    diff --git a/Buildings/Controls/OBC/CDL/Interfaces/BooleanOutput.mo b/Buildings/Controls/OBC/CDL/Interfaces/BooleanOutput.mo index 2b9031d980f..a990a5b03cc 100644 --- a/Buildings/Controls/OBC/CDL/Interfaces/BooleanOutput.mo +++ b/Buildings/Controls/OBC/CDL/Interfaces/BooleanOutput.mo @@ -29,13 +29,13 @@ Connector with one output signal of type Boolean. July 19, 2019, by Jianjun Hu:
    On both icon and diagram layer, added the initialScale.
    This is for -issue 1375. +Buildings, issue 1375.
  • March 1, 2019, by Michael Wetter:
    On the icon layer, changed connector size and added the connector name.
    This is for -issue 1375. +Buildings, issue 1375.
  • January 6, 2017, by Michael Wetter:
    diff --git a/Buildings/Controls/OBC/CDL/Interfaces/IntegerInput.mo b/Buildings/Controls/OBC/CDL/Interfaces/IntegerInput.mo index 54fb4447b50..b71d57de7e9 100644 --- a/Buildings/Controls/OBC/CDL/Interfaces/IntegerInput.mo +++ b/Buildings/Controls/OBC/CDL/Interfaces/IntegerInput.mo @@ -29,7 +29,7 @@ Connector with one input signal of type Integer. March 1, 2019, by Michael Wetter:
    On the icon layer, changed connector size and added the connector name.
    This is for -issue 1375. +Buildings, issue 1375.
  • January 6, 2017, by Michael Wetter:
    diff --git a/Buildings/Controls/OBC/CDL/Interfaces/IntegerOutput.mo b/Buildings/Controls/OBC/CDL/Interfaces/IntegerOutput.mo index 71072b3e225..4b1f2b9c7e8 100644 --- a/Buildings/Controls/OBC/CDL/Interfaces/IntegerOutput.mo +++ b/Buildings/Controls/OBC/CDL/Interfaces/IntegerOutput.mo @@ -29,13 +29,13 @@ Connector with one output signal of type Integer. July 19, 2019, by Jianjun Hu:
    On both icon and diagram layer, added the initialScale.
    This is for -issue 1375. +Buildings, issue 1375.
  • March 1, 2019, by Michael Wetter:
    On the icon layer, changed connector size and added the connector name.
    This is for -issue 1375. +Buildings, issue 1375.
  • January 6, 2017, by Michael Wetter:
    diff --git a/Buildings/Controls/OBC/CDL/Interfaces/RealInput.mo b/Buildings/Controls/OBC/CDL/Interfaces/RealInput.mo index 32652e59a21..e3c85249605 100644 --- a/Buildings/Controls/OBC/CDL/Interfaces/RealInput.mo +++ b/Buildings/Controls/OBC/CDL/Interfaces/RealInput.mo @@ -29,7 +29,7 @@ Connector with one input signal of type Real. March 1, 2019, by Michael Wetter:
    On the icon layer, changed connector size and added the connector name.
    This is for -issue 1375. +Buildings, issue 1375.
  • January 6, 2017, by Michael Wetter:
    diff --git a/Buildings/Controls/OBC/CDL/Interfaces/RealOutput.mo b/Buildings/Controls/OBC/CDL/Interfaces/RealOutput.mo index 3c73b7e1fe6..7ad8119b49e 100644 --- a/Buildings/Controls/OBC/CDL/Interfaces/RealOutput.mo +++ b/Buildings/Controls/OBC/CDL/Interfaces/RealOutput.mo @@ -29,13 +29,13 @@ Connector with one output signal of type Real. July 19, 2019, by Jianjun Hu:
    On both icon and diagram layer, added the initialScale.
    This is for -issue 1375. +Buildings, issue 1375.
  • March 1, 2019, by Michael Wetter:
    On the icon layer, changed connector size and added the connector name.
    This is for -issue 1375. +Buildings, issue 1375.
  • January 6, 2017, by Michael Wetter:
    diff --git a/Buildings/Controls/OBC/CDL/Logical/Latch.mo b/Buildings/Controls/OBC/CDL/Logical/Latch.mo index 394f1a76aca..9e6b4c72334 100644 --- a/Buildings/Controls/OBC/CDL/Logical/Latch.mo +++ b/Buildings/Controls/OBC/CDL/Logical/Latch.mo @@ -121,13 +121,13 @@ At initial time, if clr = false, then the output will be
  • April 15, 2024, by Antoine Gautier:
    Simplified the implementation.
    -This is for issue 3796. +This is for Buildings, issue 3796.
  • October 13, 2020, by Jianjun Hu:
    Removed the parameter pre_y_start, and made the initial output to be equal to latch input when the clear input is false.
    -This is for issue 2177. +This is for Buildings, issue 2177.
  • March 9, 2020, by Michael Wetter:
    @@ -136,7 +136,7 @@ Simplified implementation, and made model work with OpenModelica.
  • April 4, 2019, by Jianjun Hu:
    Corrected implementation that causes wrong output at initial stage. -This is for issue 1402. +This is for Buildings, issue 1402.
  • December 1, 2017, by Michael Wetter:
    diff --git a/Buildings/Controls/OBC/CDL/Logical/MultiAnd.mo b/Buildings/Controls/OBC/CDL/Logical/MultiAnd.mo index 381134245b5..432e2752ff7 100644 --- a/Buildings/Controls/OBC/CDL/Logical/MultiAnd.mo +++ b/Buildings/Controls/OBC/CDL/Logical/MultiAnd.mo @@ -80,12 +80,12 @@ revisions="
  • July 26, 2021, by Jianjun Hu:
    Renamed parameter nu to nin. This is for -issue 2580. +Buildings, issue 2580.
  • June 28, 2017, by Jianjun Hu:
    First implementation. This is for -issue 825. +Buildings, issue 825.
  • ")); diff --git a/Buildings/Controls/OBC/CDL/Logical/MultiOr.mo b/Buildings/Controls/OBC/CDL/Logical/MultiOr.mo index b25ba21c292..f173103df90 100644 --- a/Buildings/Controls/OBC/CDL/Logical/MultiOr.mo +++ b/Buildings/Controls/OBC/CDL/Logical/MultiOr.mo @@ -80,7 +80,7 @@ revisions="
  • July 26, 2021, by Jianjun Hu:
    Renamed parameter nu to nin. This is for -issue 2580. +Buildings, issue 2580.
  • June 6, 2019, by Milica Grahovac:
    diff --git a/Buildings/Controls/OBC/CDL/Logical/Sources/Pulse.mo b/Buildings/Controls/OBC/CDL/Logical/Sources/Pulse.mo index 9d2d2751113..18f5c1c9bb4 100644 --- a/Buildings/Controls/OBC/CDL/Logical/Sources/Pulse.mo +++ b/Buildings/Controls/OBC/CDL/Logical/Sources/Pulse.mo @@ -176,19 +176,19 @@ The pulse signal is generated an infinite number of times, and aligned with Renamed delay parameter to shift.
    This is for -issue 2282. +Buildings, issue 2282.
  • November 12, 2020, by Michael Wetter:
    Reformulated to remove dependency to Modelica.Units.SI.
    This is for -issue 2243. +Buildings, issue 2243.
  • October 19, 2020, by Michael Wetter:
    Refactored implementation, avoided state events.
    This is for -#2170. +Buildings, issue 2170.
  • September 8, 2020, by Milica Grahovac:
    @@ -198,7 +198,7 @@ Enabled specification of number of periods as a parameter. September 1, 2020, by Milica Grahovac:
    Revised initial equation section to ensure expected simulation results when startTime is before simulation start time. This is for -#2110. +Buildings, issue 2110.
  • March 23, 2017, by Jianjun Hu:
    diff --git a/Buildings/Controls/OBC/CDL/Logical/Sources/SampleTrigger.mo b/Buildings/Controls/OBC/CDL/Logical/Sources/SampleTrigger.mo index 6b036460050..fe003660f9b 100644 --- a/Buildings/Controls/OBC/CDL/Logical/Sources/SampleTrigger.mo +++ b/Buildings/Controls/OBC/CDL/Logical/Sources/SampleTrigger.mo @@ -107,19 +107,19 @@ The trigger signal is generated an infinite number of times, and aligned with Renamed delay parameter to shift.
    This is for -issue 2282. +Buildings, issue 2282.
  • November 12, 2020, by Michael Wetter:
    Reformulated to remove dependency to Modelica.Units.SI.
    This is for -issue 2243. +Buildings, issue 2243.
  • October 19, 2020, by Michael Wetter:
    Refactored implementation.
    This is for -#2170. +Buildings, issue 2170.
  • March 23, 2017, by Jianjun Hu:
    diff --git a/Buildings/Controls/OBC/CDL/Logical/Sources/TimeTable.mo b/Buildings/Controls/OBC/CDL/Logical/Sources/TimeTable.mo index dd07412b96f..d8a77f8bf77 100644 --- a/Buildings/Controls/OBC/CDL/Logical/Sources/TimeTable.mo +++ b/Buildings/Controls/OBC/CDL/Logical/Sources/TimeTable.mo @@ -89,7 +89,7 @@ Removed writing output value in icon (as it is an array of values). November 12, 2020, by Michael Wetter:
    Reformulated to remove dependency to Modelica.Units.SI.
    This is for -issue 2243. +Buildings, issue 2243.
  • October 8, 2020, by Michael Wetter:
    diff --git a/Buildings/Controls/OBC/CDL/Logical/Sources/Validation/Pulse.mo b/Buildings/Controls/OBC/CDL/Logical/Sources/Validation/Pulse.mo index 05a460ed406..e2ee5883703 100644 --- a/Buildings/Controls/OBC/CDL/Logical/Sources/Validation/Pulse.mo +++ b/Buildings/Controls/OBC/CDL/Logical/Sources/Validation/Pulse.mo @@ -116,13 +116,13 @@ the same output. October 19, 2020, by Michael Wetter:
    Refactored test for systematic testing.
    This is for -#2170. +Buildings, issue 2170.
  • September 1, 2020, by Milica Grahovac:
    Added test cases for simulation time starting before and after the pulse startTime. This is for -#2110. +Buildings, issue 2110.
  • July 17, 2017, by Jianjun Hu:
    diff --git a/Buildings/Controls/OBC/CDL/Logical/Sources/Validation/PulseNegativeStartTime.mo b/Buildings/Controls/OBC/CDL/Logical/Sources/Validation/PulseNegativeStartTime.mo index bb812359297..04b9275ad71 100644 --- a/Buildings/Controls/OBC/CDL/Logical/Sources/Validation/PulseNegativeStartTime.mo +++ b/Buildings/Controls/OBC/CDL/Logical/Sources/Validation/PulseNegativeStartTime.mo @@ -116,7 +116,7 @@ the same output. October 19, 2020, by Michael Wetter:
    First implementation.
    This is for -#2170. +Buildings, issue 2170.
  • "), diff --git a/Buildings/Controls/OBC/CDL/Logical/Sources/Validation/PulsePositiveStartTime.mo b/Buildings/Controls/OBC/CDL/Logical/Sources/Validation/PulsePositiveStartTime.mo index bab8b4b58c2..5204fc656d8 100644 --- a/Buildings/Controls/OBC/CDL/Logical/Sources/Validation/PulsePositiveStartTime.mo +++ b/Buildings/Controls/OBC/CDL/Logical/Sources/Validation/PulsePositiveStartTime.mo @@ -116,7 +116,7 @@ the same output. October 19, 2020, by Michael Wetter:
    First implementation.
    This is for -#2170. +Buildings, issue 2170. "), diff --git a/Buildings/Controls/OBC/CDL/Logical/Sources/Validation/SampleTrigger.mo b/Buildings/Controls/OBC/CDL/Logical/Sources/Validation/SampleTrigger.mo index c8a7fbab3ce..e8866386844 100644 --- a/Buildings/Controls/OBC/CDL/Logical/Sources/Validation/SampleTrigger.mo +++ b/Buildings/Controls/OBC/CDL/Logical/Sources/Validation/SampleTrigger.mo @@ -53,7 +53,7 @@ The instances samTri and samTri1 use a different value December 03, 2020, by Milica Grahovac:
    Added a test case with a shift parameter set to a value larger than zero. This is for -#2282. +Buildings, issue 2282.
  • July 17, 2017, by Jianjun Hu:
    diff --git a/Buildings/Controls/OBC/CDL/Logical/Switch.mo b/Buildings/Controls/OBC/CDL/Logical/Switch.mo index 3dc58e21df0..edc96a8ebfe 100644 --- a/Buildings/Controls/OBC/CDL/Logical/Switch.mo +++ b/Buildings/Controls/OBC/CDL/Logical/Switch.mo @@ -35,7 +35,7 @@ Otherwise, it outputs y = u3. July 17, 2020, by Jianjun Hu:
    Changed icon to display dynamically which input signal is being outputted.
    This is for -# 2033. +Buildings, issue 2033.
  • January 3, 2017, by Michael Wetter:
    diff --git a/Buildings/Controls/OBC/CDL/Logical/Timer.mo b/Buildings/Controls/OBC/CDL/Logical/Timer.mo index e780b55ae9a..d61d5baa8b6 100644 --- a/Buildings/Controls/OBC/CDL/Logical/Timer.mo +++ b/Buildings/Controls/OBC/CDL/Logical/Timer.mo @@ -144,41 +144,41 @@ the output passed remains false. November 12, 2020, by Michael Wetter:
    Reformulated to remove dependency to Modelica.Units.SI.
    This is for -issue 2243. +Buildings, issue 2243.
  • August 28, 2020, by Michael Wetter:
    Revised implementation to correctly deal with non-zero simulation start time, and to avoid state events.
    This is for -issue 2101. +Buildings, issue 2101.
  • August 26, 2020, by Jianjun Hu:
    Removed reset boolean input and added output passed to show if the time becomes greater than threshold time.
    This is for -issue 2101. +Buildings, issue 2101.
  • July 31, 2020, by Jianjun Hu:
    Fixed the reset input. This is for -issue 2056. +Buildings, issue 2056.
  • November 8, 2019, by Michael Wetter:
    Revised implementation. This is for -issue 1221. +Buildings, issue 1221.
  • July 23, 2018, by Jianjun Hu:
    Added conditional boolean input for cumulative time measuring. This is for -issue 1221. +Buildings, issue 1221.
  • July 18, 2018, by Jianjun Hu:
    Updated implementation to output accumulated true input time. This is for -issue 1212. +Buildings, issue 1212.
  • January 3, 2017, by Michael Wetter:
    diff --git a/Buildings/Controls/OBC/CDL/Logical/TimerAccumulating.mo b/Buildings/Controls/OBC/CDL/Logical/TimerAccumulating.mo index 1f3776d7b9e..c675e194655 100644 --- a/Buildings/Controls/OBC/CDL/Logical/TimerAccumulating.mo +++ b/Buildings/Controls/OBC/CDL/Logical/TimerAccumulating.mo @@ -167,40 +167,40 @@ the output passed remains false. November 12, 2020, by Michael Wetter:
    Reformulated to remove dependency to Modelica.Units.SI.
    This is for -issue 2243. +Buildings, issue 2243.
  • August 28, 2020, by Michael Wetter:
    Revised implementation to correctly deal with non-zero simulation start time, and to avoid state events.
    This is for -issue 2101. +Buildings, issue 2101.
  • August 26, 2020, by Jianjun Hu:
    Removed parameter accumulate and added output passed.
    This is for -issue 2101. +Buildings, issue 2101.
  • July 31, 2020, by Jianjun Hu:
    Fixed the reset input. This is for -issue 2056. +Buildings, issue 2056.
  • November 8, 2019, by Michael Wetter:
    Revised implementation. This is for -issue 1221. +Buildings, issue 1221.
  • July 23, 2018, by Jianjun Hu:
    Added conditional boolean input for cumulative time measuring. This is for -issue 1221. +Buildings, issue 1221.
  • July 18, 2018, by Jianjun Hu:
    Updated implementation to output accumulated true input time. This is for -issue 1212. +Buildings, issue 1212.
  • January 3, 2017, by Michael Wetter:
    diff --git a/Buildings/Controls/OBC/CDL/Logical/Toggle.mo b/Buildings/Controls/OBC/CDL/Logical/Toggle.mo index c102d72cf72..a8d7a09b93e 100644 --- a/Buildings/Controls/OBC/CDL/Logical/Toggle.mo +++ b/Buildings/Controls/OBC/CDL/Logical/Toggle.mo @@ -158,7 +158,7 @@ At initial time, if clr = false, then the output will be October 13, 2020, by Jianjun Hu:
    Removed the parameter pre_y_start, and made the initial output to be equal to toggle input when the clear input is false.
    -This is for issue 2177. +This is for Buildings, issue 2177.
  • March 9, 2020, by Michael Wetter:
    @@ -167,7 +167,7 @@ Simplified implementation, and made model work with OpenModelica.
  • April 4, 2019, by Jianjun Hu:
    Corrected implementation that causes wrong output at initial stage. -This is for issue 1402. +This is for Buildings, issue 1402.
  • March 31, 2017, by Jianjun Hu:
    diff --git a/Buildings/Controls/OBC/CDL/Logical/TrueDelay.mo b/Buildings/Controls/OBC/CDL/Logical/TrueDelay.mo index 98a52be08a0..66b1ba18db4 100644 --- a/Buildings/Controls/OBC/CDL/Logical/TrueDelay.mo +++ b/Buildings/Controls/OBC/CDL/Logical/TrueDelay.mo @@ -124,7 +124,7 @@ is shown below. November 12, 2020, by Michael Wetter:
    Reformulated to remove dependency to Modelica.Units.SI.
    This is for -issue 2243. +Buildings, issue 2243.
  • February 11, 2019, by Milica Grahovac:
    diff --git a/Buildings/Controls/OBC/CDL/Logical/TrueFalseHold.mo b/Buildings/Controls/OBC/CDL/Logical/TrueFalseHold.mo index d9fc5beb8c4..29b52a9413e 100644 --- a/Buildings/Controls/OBC/CDL/Logical/TrueFalseHold.mo +++ b/Buildings/Controls/OBC/CDL/Logical/TrueFalseHold.mo @@ -148,19 +148,19 @@ alt=\"Input and output of the block\"/> August 26, 2024, by Antoine Gautier:
    Resolved an issue with unit impulse signals.
    This is for -issue 3966. +Buildings, issue 3966.
  • June 13, 2024, by Antoine Gautier:
    Refactored with synchronous language elements.
    This is for -issue 3787. +Buildings, issue 3787.
  • November 12, 2020, by Michael Wetter:
    Reformulated to remove dependency to Modelica.Units.SI.
    This is for -issue 2243. +Buildings, issue 2243.
  • September 18, 2017, by Michael Wetter:
    @@ -176,7 +176,7 @@ Reimplemented model using a state graph to avoid having to test for equality wit and to correct a bug. This implementation is also easier to understand.
    This is for -issue 789. +Buildings, issue 789.
  • May 24, 2017, by Milica Grahovac:
    diff --git a/Buildings/Controls/OBC/CDL/Logical/Validation/Latch.mo b/Buildings/Controls/OBC/CDL/Logical/Validation/Latch.mo index 3dcc1010f19..13d7a34c18f 100644 --- a/Buildings/Controls/OBC/CDL/Logical/Validation/Latch.mo +++ b/Buildings/Controls/OBC/CDL/Logical/Validation/Latch.mo @@ -111,7 +111,7 @@ should rise from false to true.
  • April 4, 2019, by Jianjun Hu:
    Added test to validate initial output. -This is for issue 1402. +This is for Buildings, issue 1402.
  • March 30, 2017, by Jianjun Hu:
    diff --git a/Buildings/Controls/OBC/CDL/Logical/Validation/Toggle.mo b/Buildings/Controls/OBC/CDL/Logical/Validation/Toggle.mo index 66c03506812..25bd3e9d8cb 100644 --- a/Buildings/Controls/OBC/CDL/Logical/Validation/Toggle.mo +++ b/Buildings/Controls/OBC/CDL/Logical/Validation/Toggle.mo @@ -111,7 +111,7 @@ should rise from false to true.
  • April 4, 2019, by Jianjun Hu:
    Added test to validate initial output. -This is for issue 1402. +This is for Buildings, issue 1402.
  • March 31, 2017, by Jianjun Hu:
    diff --git a/Buildings/Controls/OBC/CDL/Logical/Validation/TrueFalseHold.mo b/Buildings/Controls/OBC/CDL/Logical/Validation/TrueFalseHold.mo index 1aeaa9c92ef..e2eeebd06cd 100644 --- a/Buildings/Controls/OBC/CDL/Logical/Validation/TrueFalseHold.mo +++ b/Buildings/Controls/OBC/CDL/Logical/Validation/TrueFalseHold.mo @@ -148,7 +148,7 @@ of the input pulse, and different initial values for the input signal. August 26, 2024, by Antoine Gautier:
    Added a case with a unit impulse signal.
    This is for -issue 3966. +Buildings, issue 3966.
  • June 14, 2017, by Michael Wetter:
    diff --git a/Buildings/Controls/OBC/CDL/Psychrometrics/DewPoint_TDryBulPhi.mo b/Buildings/Controls/OBC/CDL/Psychrometrics/DewPoint_TDryBulPhi.mo index a0245c665a8..cd3186065cf 100644 --- a/Buildings/Controls/OBC/CDL/Psychrometrics/DewPoint_TDryBulPhi.mo +++ b/Buildings/Controls/OBC/CDL/Psychrometrics/DewPoint_TDryBulPhi.mo @@ -63,13 +63,13 @@ ASHRAE Handbook Fundamentals, p. 1.9, equation 39. November 12, 2020, by Michael Wetter:
    Reformulated to remove dependency to Modelica.Units.SI.
    This is for -issue 2243. +Buildings, issue 2243.
  • September 29, 2020, by Michael Wetter:
    Removed unused input p and renamed block.
    This is for -issue 2139 +Buildings, issue 2139
  • April 7, 2017 by Jianjun Hu:
    diff --git a/Buildings/Controls/OBC/CDL/Psychrometrics/SpecificEnthalpy_TDryBulPhi.mo b/Buildings/Controls/OBC/CDL/Psychrometrics/SpecificEnthalpy_TDryBulPhi.mo index 65b76d220ca..e05a8579e2b 100644 --- a/Buildings/Controls/OBC/CDL/Psychrometrics/SpecificEnthalpy_TDryBulPhi.mo +++ b/Buildings/Controls/OBC/CDL/Psychrometrics/SpecificEnthalpy_TDryBulPhi.mo @@ -62,13 +62,13 @@ The correlation used in this model is from the 2009 ASHRAE Handbook Fundamentals November 12, 2020, by Michael Wetter:
    Reformulated to remove dependency to Modelica.Units.SI.
    This is for -issue 2243. +Buildings, issue 2243.
  • September 29, 2020, by Michael Wetter:
    Removed input p, used instead a parameter for the atmospheric pressure and renamed block.
    This is for -issue 2139 +Buildings, issue 2139
  • April 7, 2017 by Jianjun Hu:
    diff --git a/Buildings/Controls/OBC/CDL/Psychrometrics/Validation/DewPoint_TDryBulPhi.mo b/Buildings/Controls/OBC/CDL/Psychrometrics/Validation/DewPoint_TDryBulPhi.mo index a9d3687e0fc..7633cd177c2 100644 --- a/Buildings/Controls/OBC/CDL/Psychrometrics/Validation/DewPoint_TDryBulPhi.mo +++ b/Buildings/Controls/OBC/CDL/Psychrometrics/Validation/DewPoint_TDryBulPhi.mo @@ -57,13 +57,13 @@ March 17, 2023, by Jianjun Hu:
    Removed instances that use blocks outside of Buildings.Controls.OBC.CDL package.
    This is for -issue 3302 +Buildings, issue 3302
  • September 29, 2020, by Michael Wetter:
    Renamed model and updated for new input of the psychrometric blocks.
    This is for -issue 2139 +Buildings, issue 2139
  • April 7, 2017 by Jianjun Hu:
    diff --git a/Buildings/Controls/OBC/CDL/Psychrometrics/Validation/SpecificEnthalpy_TDryBulPhi.mo b/Buildings/Controls/OBC/CDL/Psychrometrics/Validation/SpecificEnthalpy_TDryBulPhi.mo index 62e2c9678ed..b5c613096b7 100644 --- a/Buildings/Controls/OBC/CDL/Psychrometrics/Validation/SpecificEnthalpy_TDryBulPhi.mo +++ b/Buildings/Controls/OBC/CDL/Psychrometrics/Validation/SpecificEnthalpy_TDryBulPhi.mo @@ -39,7 +39,7 @@ Buildings.Controls.OBC.CDL.Psychrometrics.SpecificEnthalpy_TDryBulPhi. September 29, 2020, by Michael Wetter:
    Renamed model and updated for new input of the psychrometric blocks.
    This is for -issue 2139 +Buildings, issue 2139
  • April 7, 2017 by Jianjun Hu:
    diff --git a/Buildings/Controls/OBC/CDL/Psychrometrics/Validation/WetBulb_TDryBulPhi.mo b/Buildings/Controls/OBC/CDL/Psychrometrics/Validation/WetBulb_TDryBulPhi.mo index 850951a87a1..2f2ea4eb4fe 100644 --- a/Buildings/Controls/OBC/CDL/Psychrometrics/Validation/WetBulb_TDryBulPhi.mo +++ b/Buildings/Controls/OBC/CDL/Psychrometrics/Validation/WetBulb_TDryBulPhi.mo @@ -55,13 +55,13 @@ March 17, 2023, by Jianjun Hu:
    Removed instances that use blocks outside of Buildings.Controls.OBC.CDL package.
    This is for -issue 3302 +Buildings, issue 3302
  • September 29, 2020, by Michael Wetter:
    Renamed model and updated for new input of the psychrometric blocks.
    This is for -issue 2139 +Buildings, issue 2139
  • April 7, 2017, by Jianjun Hu:
    @@ -74,7 +74,7 @@ Changed graphical annotation.
  • May 24, 2016, by Filip Jorissen:
    Updated example with validation data. -See #474 +See Buildings, issue 474 for a discussion.
  • diff --git a/Buildings/Controls/OBC/CDL/Psychrometrics/WetBulb_TDryBulPhi.mo b/Buildings/Controls/OBC/CDL/Psychrometrics/WetBulb_TDryBulPhi.mo index 62683845492..a53c6400b7c 100644 --- a/Buildings/Controls/OBC/CDL/Psychrometrics/WetBulb_TDryBulPhi.mo +++ b/Buildings/Controls/OBC/CDL/Psychrometrics/WetBulb_TDryBulPhi.mo @@ -143,20 +143,20 @@ DOI: 10.1175/JAMC-D-11-0143.1
  • March 6, 2023, by Michael Wetter:
    Added a constant in order for unit check to pass.
    -See #1711 +See Buildings, issue 1711 for a discussion.
  • November 12, 2020, by Michael Wetter:
    Reformulated to remove dependency to Modelica.Units.SI.
    This is for -issue 2243. +Buildings, issue 2243.
  • September 29, 2020, by Michael Wetter:
    Removed unused input p and renamed block.
    This is for -issue 2139 +Buildings, issue 2139
  • April 11, 2017, by Jianjun Hu:
    @@ -169,7 +169,7 @@ Changed icon.
  • May 24, 2016, by Filip Jorissen:
    Corrected exact implementation. -See #474 +See Buildings, issue 474 for a discussion.
  • diff --git a/Buildings/Controls/OBC/CDL/Reals/Acos.mo b/Buildings/Controls/OBC/CDL/Reals/Acos.mo index b0dc522182d..b81e879351e 100644 --- a/Buildings/Controls/OBC/CDL/Reals/Acos.mo +++ b/Buildings/Controls/OBC/CDL/Reals/Acos.mo @@ -69,7 +69,7 @@ Also added displayUnit keyword. March 7, 2023, by Jianjun Hu:
    Added unit rad to the output.
    This is for -issue 3277. +Buildings, issue 3277.
  • January 28, 2022, by Jianjun Hu:
    diff --git a/Buildings/Controls/OBC/CDL/Reals/Add.mo b/Buildings/Controls/OBC/CDL/Reals/Add.mo index 017b6462b3a..a8cb829d1d5 100644 --- a/Buildings/Controls/OBC/CDL/Reals/Add.mo +++ b/Buildings/Controls/OBC/CDL/Reals/Add.mo @@ -30,7 +30,7 @@ revisions="
  • January 27, 2022, by Jianjun Hu:
    Removed gain factors.
    -This is for issue 2865. +This is for Buildings, issue 2865.
  • March 2, 2020, by Michael Wetter:
    diff --git a/Buildings/Controls/OBC/CDL/Reals/AddParameter.mo b/Buildings/Controls/OBC/CDL/Reals/AddParameter.mo index 790057e67e6..f8ffcda80e0 100644 --- a/Buildings/Controls/OBC/CDL/Reals/AddParameter.mo +++ b/Buildings/Controls/OBC/CDL/Reals/AddParameter.mo @@ -25,7 +25,7 @@ revisions="
  • February 3, 2022, by Jianjun Hu:
    Removed input gain factor.
    -This is for issue 2876. +This is for Buildings, issue 2876.
  • March 2, 2020, by Michael Wetter:
    diff --git a/Buildings/Controls/OBC/CDL/Reals/Asin.mo b/Buildings/Controls/OBC/CDL/Reals/Asin.mo index 4901c18413d..9870ddeaa89 100644 --- a/Buildings/Controls/OBC/CDL/Reals/Asin.mo +++ b/Buildings/Controls/OBC/CDL/Reals/Asin.mo @@ -69,7 +69,7 @@ Also added displayUnit keyword. March 7, 2023, by Jianjun Hu:
    Added unit rad to the output.
    This is for -issue 3277. +Buildings, issue 3277.
  • January 28, 2022, by Jianjun Hu:
    diff --git a/Buildings/Controls/OBC/CDL/Reals/Atan.mo b/Buildings/Controls/OBC/CDL/Reals/Atan.mo index e8f32256fdf..36c247ed125 100644 --- a/Buildings/Controls/OBC/CDL/Reals/Atan.mo +++ b/Buildings/Controls/OBC/CDL/Reals/Atan.mo @@ -77,7 +77,7 @@ Also added displayUnit keyword. March 7, 2023, by Jianjun Hu:
    Added unit rad to the output.
    This is for -issue 3277. +Buildings, issue 3277.
  • March 2, 2020, by Michael Wetter:
    diff --git a/Buildings/Controls/OBC/CDL/Reals/Atan2.mo b/Buildings/Controls/OBC/CDL/Reals/Atan2.mo index 59325b801df..d97705d3542 100644 --- a/Buildings/Controls/OBC/CDL/Reals/Atan2.mo +++ b/Buildings/Controls/OBC/CDL/Reals/Atan2.mo @@ -51,7 +51,7 @@ Also added displayUnit keyword. March 7, 2023, by Jianjun Hu:
    Added unit rad to the output.
    This is for -issue 3277. +Buildings, issue 3277.
  • March 2, 2020, by Michael Wetter:
    diff --git a/Buildings/Controls/OBC/CDL/Reals/Cos.mo b/Buildings/Controls/OBC/CDL/Reals/Cos.mo index eee36107cb1..27175b21eb7 100644 --- a/Buildings/Controls/OBC/CDL/Reals/Cos.mo +++ b/Buildings/Controls/OBC/CDL/Reals/Cos.mo @@ -81,7 +81,7 @@ Also added displayUnit keyword. March 7, 2023, by Jianjun Hu:
    Added unit rad to the input.
    This is for -issue 3277. +Buildings, issue 3277.
  • March 2, 2020, by Michael Wetter:
    diff --git a/Buildings/Controls/OBC/CDL/Reals/Derivative.mo b/Buildings/Controls/OBC/CDL/Reals/Derivative.mo index 7c70170fca2..2b5ee5f9bc5 100644 --- a/Buildings/Controls/OBC/CDL/Reals/Derivative.mo +++ b/Buildings/Controls/OBC/CDL/Reals/Derivative.mo @@ -58,7 +58,7 @@ If k=0, the block reduces to y=0. May 20, 2022, by Michael Wetter:
    First implementation.
    This is for -issue 3022. +Buildings, issue 3022.
  • "), diff --git a/Buildings/Controls/OBC/CDL/Reals/Divide.mo b/Buildings/Controls/OBC/CDL/Reals/Divide.mo index 07fd89f203c..0f3a7708d0f 100644 --- a/Buildings/Controls/OBC/CDL/Reals/Divide.mo +++ b/Buildings/Controls/OBC/CDL/Reals/Divide.mo @@ -27,13 +27,13 @@ revisions="
  • January 27, 2022, by Jianjun Hu:
    Renamed the block name from Division to Divide.
    -This is for issue 2865. +This is for Buildings, issue 2865.
  • March 9, 2020, by Michael Wetter:
    Reformulated model to avoid stack overflow in OpenModelica.
    This is for -issue 1819. +Buildings, issue 1819.
  • March 2, 2020, by Michael Wetter:
    diff --git a/Buildings/Controls/OBC/CDL/Reals/Greater.mo b/Buildings/Controls/OBC/CDL/Reals/Greater.mo index 3ae98997a39..31dc6c2546d 100644 --- a/Buildings/Controls/OBC/CDL/Reals/Greater.mo +++ b/Buildings/Controls/OBC/CDL/Reals/Greater.mo @@ -239,17 +239,17 @@ revisions="
  • April 29, 2022, by Jianjun Hu:
    Corrected the condition of swiching true back to false.
    -This is for issue 2981. +This is for Buildings, issue 2981.
  • February 3, 2021, by Antoine Gautier:
    Corrected documentation.
    -This is for issue 2246. +This is for Buildings, issue 2246.
  • August 5, 2020, by Michael Wetter:
    Added hysteresis.
    -This is for issue 2076. +This is for Buildings, issue 2076.
  • January 3, 2017, by Michael Wetter:
    diff --git a/Buildings/Controls/OBC/CDL/Reals/GreaterThreshold.mo b/Buildings/Controls/OBC/CDL/Reals/GreaterThreshold.mo index c24ef7ec6ff..83c5783c20e 100644 --- a/Buildings/Controls/OBC/CDL/Reals/GreaterThreshold.mo +++ b/Buildings/Controls/OBC/CDL/Reals/GreaterThreshold.mo @@ -220,17 +220,17 @@ revisions="
  • April 29, 2022, by Jianjun Hu:
    Corrected the condition of swiching true back to false.
    -This is for issue 2981. +This is for Buildings, issue 2981.
  • February 3, 2021, by Antoine Gautier:
    Corrected documentation.
    -This is for issue 2246. +This is for Buildings, issue 2246.
  • August 5, 2020, by Michael Wetter:
    Added hysteresis.
    -This is for issue 2076. +This is for Buildings, issue 2076.
  • January 3, 2017, by Michael Wetter:
    diff --git a/Buildings/Controls/OBC/CDL/Reals/IntegratorWithReset.mo b/Buildings/Controls/OBC/CDL/Reals/IntegratorWithReset.mo index 1fbc7c2940e..90a32815445 100644 --- a/Buildings/Controls/OBC/CDL/Reals/IntegratorWithReset.mo +++ b/Buildings/Controls/OBC/CDL/Reals/IntegratorWithReset.mo @@ -97,7 +97,7 @@ Updated documentation. February 2, 2022, by Michael Wetter:
    Removed unit=\"1\" declaration for gain k. This is to avoid the warning observed in -#2872. +Buildings, issue 2872.
  • October 21, 2021, by Michael Wetter:
    @@ -108,14 +108,14 @@ August 3, 2020, by Jianjun:
    Fixed the input y_reset_in.
    This is for -issue 2056. +Buildings, issue 2056.
  • April 21, 2020, by Michael Wetter:
    Removed parameter initType.
    This is for -issue 1887. +Buildings, issue 1887.
  • March 2, 2020, by Michael Wetter:
    diff --git a/Buildings/Controls/OBC/CDL/Reals/Less.mo b/Buildings/Controls/OBC/CDL/Reals/Less.mo index 24cf1c190c1..5b0ebe95466 100644 --- a/Buildings/Controls/OBC/CDL/Reals/Less.mo +++ b/Buildings/Controls/OBC/CDL/Reals/Less.mo @@ -236,17 +236,17 @@ revisions="
  • April 29, 2022, by Jianjun Hu:
    Corrected the condition of swiching true back to false.
    -This is for issue 2981. +This is for Buildings, issue 2981.
  • February 3, 2021, by Antoine Gautier:
    Corrected documentation.
    -This is for issue 2246. +This is for Buildings, issue 2246.
  • August 5, 2020, by Michael Wetter:
    Added hysteresis.
    -This is for issue 2076. +This is for Buildings, issue 2076.
  • January 3, 2017, by Michael Wetter:
    diff --git a/Buildings/Controls/OBC/CDL/Reals/LessThreshold.mo b/Buildings/Controls/OBC/CDL/Reals/LessThreshold.mo index 16b2564c77e..70eca22b1e7 100644 --- a/Buildings/Controls/OBC/CDL/Reals/LessThreshold.mo +++ b/Buildings/Controls/OBC/CDL/Reals/LessThreshold.mo @@ -212,17 +212,17 @@ revisions="
  • April 29, 2022, by Jianjun Hu:
    Corrected the condition of swiching true back to false.
    -This is for issue 2981. +This is for Buildings, issue 2981.
  • February 3, 2021, by Antoine Gautier:
    Corrected documentation.
    -This is for issue 2246. +This is for Buildings, issue 2246.
  • August 5, 2020, by Michael Wetter:
    Added hysteresis.
    -This is for issue 2076. +This is for Buildings, issue 2076.
  • January 3, 2017, by Michael Wetter:
    diff --git a/Buildings/Controls/OBC/CDL/Reals/LimitSlewRate.mo b/Buildings/Controls/OBC/CDL/Reals/LimitSlewRate.mo index 856db15918d..71c32642588 100644 --- a/Buildings/Controls/OBC/CDL/Reals/LimitSlewRate.mo +++ b/Buildings/Controls/OBC/CDL/Reals/LimitSlewRate.mo @@ -83,13 +83,13 @@ revisions="
  • January 27, 2022, by Jianjun Hu:
    Renamed the block name from SlewRateLimiter to LimitSlewRate.
    -This is for issue 2865. +This is for Buildings, issue 2865.
  • November 12, 2020, by Michael Wetter:
    Reformulated to remove dependency to Modelica.Units.SI.
    This is for -issue 2243. +Buildings, issue 2243.
  • April 21, 2020, by Michael Wetter:
    diff --git a/Buildings/Controls/OBC/CDL/Reals/Line.mo b/Buildings/Controls/OBC/CDL/Reals/Line.mo index 67d4cfe19a0..dd8c50e6b86 100644 --- a/Buildings/Controls/OBC/CDL/Reals/Line.mo +++ b/Buildings/Controls/OBC/CDL/Reals/Line.mo @@ -223,7 +223,7 @@ Changed icon to display dynamically the output value. March 25, 2018, by Michael Wetter:
    Improved documentation, icon and added warning if the limits are used and x1 > x2.
    -This is for issue 1155. +This is for Buildings, issue 1155.
  • January 11, 2017, by Michael Wetter:
    diff --git a/Buildings/Controls/OBC/CDL/Reals/MovingAverage.mo b/Buildings/Controls/OBC/CDL/Reals/MovingAverage.mo index 85e2b65bff2..d92db385f35 100644 --- a/Buildings/Controls/OBC/CDL/Reals/MovingAverage.mo +++ b/Buildings/Controls/OBC/CDL/Reals/MovingAverage.mo @@ -136,13 +136,13 @@ revisions="
  • January 27, 2022, by Jianjun Hu:
    Renamed the block name from MovingMean to MovingAverage.
    -This is for issue 2865. +This is for Buildings, issue 2865.
  • November 12, 2020, by Michael Wetter:
    Reformulated to remove dependency to Modelica.Units.SI.
    This is for -issue 2243. +Buildings, issue 2243.
  • March 2, 2020, by Michael Wetter:
    @@ -165,7 +165,7 @@ implementation caused division by zero in the VAV reheat model with the Radau so September 27, 2017, by Thierry S. Nouidui:
    Reformulated implementation to handle division by zero. This is for -issue 978. +Buildings, issue 978.
  • September 15, 2017, by Thierry S. Nouidui:
    @@ -178,7 +178,7 @@ Revised implementation to allow non-zero start time.
  • June 29, 2017, by Jianjun Hu:
    First implementation. This is for -issue 825. +Buildings, issue 825.
  • ")); diff --git a/Buildings/Controls/OBC/CDL/Reals/MultiSum.mo b/Buildings/Controls/OBC/CDL/Reals/MultiSum.mo index ca3919bfca3..293148a0e3a 100644 --- a/Buildings/Controls/OBC/CDL/Reals/MultiSum.mo +++ b/Buildings/Controls/OBC/CDL/Reals/MultiSum.mo @@ -87,7 +87,7 @@ Changed icon to display dynamically the output value. June 28, 2017, by Jianjun Hu:
    First implementation, based on the implementation of the Modelica Standard Library. This is for -issue 825. +Buildings, issue 825. ")); diff --git a/Buildings/Controls/OBC/CDL/Reals/Multiply.mo b/Buildings/Controls/OBC/CDL/Reals/Multiply.mo index 427c9b291a7..369f8691b51 100644 --- a/Buildings/Controls/OBC/CDL/Reals/Multiply.mo +++ b/Buildings/Controls/OBC/CDL/Reals/Multiply.mo @@ -27,7 +27,7 @@ revisions="
  • January 27, 2022, by Jianjun Hu:
    Renamed the block name from Product to Multiply.
    -This is for issue 2865. +This is for Buildings, issue 2865.
  • March 2, 2020, by Michael Wetter:
    diff --git a/Buildings/Controls/OBC/CDL/Reals/MultiplyByParameter.mo b/Buildings/Controls/OBC/CDL/Reals/MultiplyByParameter.mo index fa19375ade9..f9ec5a41280 100644 --- a/Buildings/Controls/OBC/CDL/Reals/MultiplyByParameter.mo +++ b/Buildings/Controls/OBC/CDL/Reals/MultiplyByParameter.mo @@ -28,7 +28,7 @@ revisions="
  • January 27, 2022, by Jianjun Hu:
    Renamed the block name from Gain to MultiplyByParameter.
    -This is for issue 2865. +This is for Buildings, issue 2865.
  • March 2, 2020, by Michael Wetter:
    diff --git a/Buildings/Controls/OBC/CDL/Reals/PID.mo b/Buildings/Controls/OBC/CDL/Reals/PID.mo index cd25a986c24..73bb178c879 100644 --- a/Buildings/Controls/OBC/CDL/Reals/PID.mo +++ b/Buildings/Controls/OBC/CDL/Reals/PID.mo @@ -487,43 +487,43 @@ American Society of Heating Refrigerating and Air-Conditioning Engineers Inc. At May 20, 2022, by Michael Wetter:
    Refactored implementation to use new derivative block from CDL package.
    This is for -issue 3022. +Buildings, issue 3022.
  • May 6, 2022, by Michael Wetter:
    Corrected wrong documentation in how the derivative of the control error is approximated.
    This is for -issue 2994. +Buildings, issue 2994.
  • November 12, 2020, by Michael Wetter:
    Reformulated to remove dependency to Modelica.Units.SI.
    This is for -issue 2243. +Buildings, issue 2243.
  • October 15, 2020, by Michael Wetter:
    Added scaling factor r, removed set point weights wp and wd. Revised documentation.
    -This is for issue 2182. +This is for Buildings, issue 2182.
  • August 4, 2020, by Jianjun Hu:
    Removed the conditional inputs trigger and y_rest_in. Refactored to internally implement the derivative block.
    -This is for issue 2056. +This is for Buildings, issue 2056.
  • June 1, 2020, by Michael Wetter:
    Corrected wrong convention of reverse and direct action.
    -This is for issue 1365. +This is for Buildings, issue 1365.
  • April 23, 2020, by Michael Wetter:
    Changed default parameters for limits yMax from unspecified to 1 and yMin from -yMax to 0.
    This is for -issue 1888. +Buildings, issue 1888.
  • April 7, 2020, by Michael Wetter:
    @@ -540,12 +540,12 @@ the removal of options that can be realized differently and are hardly ever used This refactoring also removes the parameter strict that was used in the output limiter. The new implementation enforces a strict check by default.
    This is for -issue 1878. +Buildings, issue 1878.
  • March 9, 2020, by Michael Wetter:
    Corrected unit declaration for gain k.
    -See issue 1821. +See Buildings, issue 1821.
  • March 2, 2020, by Michael Wetter:
    @@ -560,7 +560,7 @@ October 19, 2019, by Michael Wetter:
    Disabled homotopy to ensure bounded outputs by copying the implementation from MSL 3.2.3 and by hardcoding the implementation for homotopyType=NoHomotopy.
    -See issue 1221. +See Buildings, issue 1221.
  • November 13, 2017, by Michael Wetter:
    @@ -587,13 +587,13 @@ Revised implemenentation, added comments, made some parameter in the instances f
  • July 18, 2016, by Philipp Mehrfeld:
    Added integrator reset. -This is for issue 494. +This is for Buildings, issue 494.
  • March 15, 2016, by Michael Wetter:
    Changed the default value to strict=true in order to avoid events when the controller saturates. -This is for issue 433. +This is for Buildings, issue 433.
  • February 24, 2010, by Michael Wetter:
    diff --git a/Buildings/Controls/OBC/CDL/Reals/PIDWithReset.mo b/Buildings/Controls/OBC/CDL/Reals/PIDWithReset.mo index dc7cb83baa3..c6a3f510371 100644 --- a/Buildings/Controls/OBC/CDL/Reals/PIDWithReset.mo +++ b/Buildings/Controls/OBC/CDL/Reals/PIDWithReset.mo @@ -490,13 +490,13 @@ American Society of Heating Refrigerating and Air-Conditioning Engineers Inc. At May 20, 2022, by Michael Wetter:
    Refactored implementation to use new derivative block from CDL package.
    This is for -issue 3022. +Buildings, issue 3022.
  • May 6, 2022, by Michael Wetter:
    Corrected wrong documentation in how the derivative of the control error is approximated.
    This is for -issue 2994. +Buildings, issue 2994.
  • April 30, 2021, by Michael Wetter:
    @@ -505,37 +505,37 @@ when reset trigger is true.
    Refactored implementation to have separate blocks that show the P, I and D contribution, each with the control gain applied.
    This is for -issue 2475. +Buildings, issue 2475.
  • November 12, 2020, by Michael Wetter:
    Reformulated to remove dependency to Modelica.Units.SI.
    This is for -issue 2243. +Buildings, issue 2243.
  • October 15, 2020, by Michael Wetter:
    Added scaling factor r, removed set point weights wp and wd. Revised documentation.
    -This is for issue 2182. +This is for Buildings, issue 2182.
  • August 4, 2020, by Jianjun Hu:
    Removed the input y_reset_in. Refactored to internally implement the derivative block.
    -This is for issue 2056. +This is for Buildings, issue 2056.
  • June 1, 2020, by Michael Wetter:
    Corrected wrong convention of reverse and direct action.
    -This is for issue 1365. +This is for Buildings, issue 1365.
  • April 23, 2020, by Michael Wetter:
    Changed default parameters for limits yMax from unspecified to 1 and yMin from -yMax to 0.
    This is for -issue 1888. +Buildings, issue 1888.
  • April 7, 2020, by Michael Wetter:
    @@ -552,12 +552,12 @@ the removal of options that can be realized differently and are hardly ever used This refactoring also removes the parameter strict that was used in the output limiter. The new implementation enforces a strict check by default.
    This is for -issue 1878. +Buildings, issue 1878.
  • March 9, 2020, by Michael Wetter:
    Corrected unit declaration for gain k.
    -See issue 1821. +See Buildings, issue 1821.
  • March 2, 2020, by Michael Wetter:
    @@ -572,7 +572,7 @@ October 19, 2019, by Michael Wetter:
    Disabled homotopy to ensure bounded outputs by copying the implementation from MSL 3.2.3 and by hardcoding the implementation for homotopyType=NoHomotopy.
    -See issue 1221. +See Buildings, issue 1221.
  • November 13, 2017, by Michael Wetter:
    @@ -599,13 +599,13 @@ Revised implemenentation, added comments, made some parameter in the instances f
  • July 18, 2016, by Philipp Mehrfeld:
    Added integrator reset. -This is for issue 494. +This is for Buildings, issue 494.
  • March 15, 2016, by Michael Wetter:
    Changed the default value to strict=true in order to avoid events when the controller saturates. -This is for issue 433. +This is for Buildings, issue 433.
  • February 24, 2010, by Michael Wetter:
    diff --git a/Buildings/Controls/OBC/CDL/Reals/Ramp.mo b/Buildings/Controls/OBC/CDL/Reals/Ramp.mo index 60df586b45d..e8214dda4ce 100644 --- a/Buildings/Controls/OBC/CDL/Reals/Ramp.mo +++ b/Buildings/Controls/OBC/CDL/Reals/Ramp.mo @@ -48,9 +48,7 @@ equation if thr < fallingSlewRate then fallingSlewRate else - if thr > raisingSlewRate then raisingSlewRate else thr - ) - ); + if thr > raisingSlewRate then raisingSlewRate else thr)); y = if active then y_internal else u; annotation (defaultComponentName="ram", diff --git a/Buildings/Controls/OBC/CDL/Reals/Sin.mo b/Buildings/Controls/OBC/CDL/Reals/Sin.mo index 86d5d04a247..717cedcb281 100644 --- a/Buildings/Controls/OBC/CDL/Reals/Sin.mo +++ b/Buildings/Controls/OBC/CDL/Reals/Sin.mo @@ -81,7 +81,7 @@ Also added displayUnit keyword. March 7, 2023, by Jianjun Hu:
    Added unit rad to the input.
    This is for -issue 3277. +Buildings, issue 3277.
  • March 2, 2020, by Michael Wetter:
    diff --git a/Buildings/Controls/OBC/CDL/Reals/Sort.mo b/Buildings/Controls/OBC/CDL/Reals/Sort.mo index 0657ea0c50e..631caad3fa2 100644 --- a/Buildings/Controls/OBC/CDL/Reals/Sort.mo +++ b/Buildings/Controls/OBC/CDL/Reals/Sort.mo @@ -71,7 +71,7 @@ controller to access the position of the dampers that are most open.
  • April 18, 2024, by Jianjun Hu:
    Added an output variable with the indices of the sorted elements. -This is for issue 3809. +This is for Buildings, issue 3809.
  • March 2, 2020, by Michael Wetter:
    diff --git a/Buildings/Controls/OBC/CDL/Reals/Sources/CalendarTime.mo b/Buildings/Controls/OBC/CDL/Reals/Sources/CalendarTime.mo index 1b5e429b753..f21c932795f 100644 --- a/Buildings/Controls/OBC/CDL/Reals/Sources/CalendarTime.mo +++ b/Buildings/Controls/OBC/CDL/Reals/Sources/CalendarTime.mo @@ -100,7 +100,7 @@ for 21 years. November 12, 2020, by Michael Wetter:
    Reformulated to remove dependency to Modelica.Units.SI.
    This is for -issue 2243. +Buildings, issue 2243.
  • March 2, 2020, by Michael Wetter:
    @@ -110,7 +110,7 @@ Changed icon to display dynamically the output value. August 20, 2019, by Filip Jorissen:
    Revised implementation such that the meaning of time is better explained and unix time stamps are correctly defined with respect to GMT. -(see #1192). +(see Buildings, issue 1192).
  • March 14, 2017, by Michael Wetter:
    diff --git a/Buildings/Controls/OBC/CDL/Reals/Sources/CivilTime.mo b/Buildings/Controls/OBC/CDL/Reals/Sources/CivilTime.mo index 2e60bf855e0..e8c5e165a13 100644 --- a/Buildings/Controls/OBC/CDL/Reals/Sources/CivilTime.mo +++ b/Buildings/Controls/OBC/CDL/Reals/Sources/CivilTime.mo @@ -107,7 +107,7 @@ However, in the future versions of the ASHRAE 231 Standard, the block should be December 12, 2023, by Jianjun Hu:
    Renamed the block from ModelTime to CivilTime. This is for -issue 3596. +Buildings, issue 3596.
  • March 2, 2020, by Michael Wetter:
    diff --git a/Buildings/Controls/OBC/CDL/Reals/Sources/Pulse.mo b/Buildings/Controls/OBC/CDL/Reals/Sources/Pulse.mo index 322d8f1e31d..b6e961fbf15 100644 --- a/Buildings/Controls/OBC/CDL/Reals/Sources/Pulse.mo +++ b/Buildings/Controls/OBC/CDL/Reals/Sources/Pulse.mo @@ -136,19 +136,19 @@ The pulse signal is generated an infinite number of times, and aligned with Renamed delay parameter to shift.
    This is for -issue 2282. +Buildings, issue 2282.
  • November 12, 2020, by Michael Wetter:
    Reformulated to remove dependency to Modelica.Units.SI.
    This is for -issue 2243. +Buildings, issue 2243.
  • October 19, 2020, by Michael Wetter:
    Refactored implementation, avoided state events.
    This is for -#2170. +Buildings, issue 2170.
  • March 2, 2020, by Michael Wetter:
    diff --git a/Buildings/Controls/OBC/CDL/Reals/Sources/Ramp.mo b/Buildings/Controls/OBC/CDL/Reals/Sources/Ramp.mo index 500e2a84ad8..ddcbb56703d 100644 --- a/Buildings/Controls/OBC/CDL/Reals/Sources/Ramp.mo +++ b/Buildings/Controls/OBC/CDL/Reals/Sources/Ramp.mo @@ -90,7 +90,7 @@ The Real output y is a ramp signal: November 12, 2020, by Michael Wetter:
    Reformulated to remove dependency to Modelica.Units.SI.
    This is for -issue 2243. +Buildings, issue 2243.
  • March 2, 2020, by Michael Wetter:
    diff --git a/Buildings/Controls/OBC/CDL/Reals/Sources/Sin.mo b/Buildings/Controls/OBC/CDL/Reals/Sources/Sin.mo index 94e43ed046b..4e4285f06fc 100644 --- a/Buildings/Controls/OBC/CDL/Reals/Sources/Sin.mo +++ b/Buildings/Controls/OBC/CDL/Reals/Sources/Sin.mo @@ -99,13 +99,13 @@ to use consistent naming with Buildings.Controls.OBC.CDL.Reals.Sin.
    This is for -#3339 +Buildings, issue 3339
  • November 12, 2020, by Michael Wetter:
    Reformulated to remove dependency to Modelica.Units.SI.
    This is for -issue 2243. +Buildings, issue 2243.
  • March 2, 2020, by Michael Wetter:
    diff --git a/Buildings/Controls/OBC/CDL/Reals/Sources/TimeTable.mo b/Buildings/Controls/OBC/CDL/Reals/Sources/TimeTable.mo index 9e3f043210b..20125f4a3b2 100644 --- a/Buildings/Controls/OBC/CDL/Reals/Sources/TimeTable.mo +++ b/Buildings/Controls/OBC/CDL/Reals/Sources/TimeTable.mo @@ -256,12 +256,12 @@ Removed writing output value in icon (as it is an array of values). November 12, 2020, by Michael Wetter:
    Reformulated to remove dependency to Modelica.Units.SI.
    This is for -issue 2243. +Buildings, issue 2243.
  • October 19, 2020, by Michael Wetter:
    Revised to call round() as a function.
    -For #2170. +For Buildings, issue 2170.
  • October 7, 2020, by Michael Wetter:
    @@ -272,7 +272,7 @@ March 13, 2020, by Michael Wetter:
    Corrected implementation so that the table also works if the simulation starts at a negative time.
    This is for -issue 1834. +Buildings, issue 1834.
  • March 2, 2020, by Michael Wetter:
    diff --git a/Buildings/Controls/OBC/CDL/Reals/Switch.mo b/Buildings/Controls/OBC/CDL/Reals/Switch.mo index e2a9434124c..b0f77918fe2 100644 --- a/Buildings/Controls/OBC/CDL/Reals/Switch.mo +++ b/Buildings/Controls/OBC/CDL/Reals/Switch.mo @@ -40,7 +40,7 @@ smooth, and simulations can then fail if it differentiated this output. July 17, 2020, by Jianjun Hu:
    Changed icon to display dynamically which input signal is being outputted.
    This is for -# 2033. +Buildings, issue 2033.
  • January 3, 2017, by Michael Wetter:
    diff --git a/Buildings/Controls/OBC/CDL/Reals/Tan.mo b/Buildings/Controls/OBC/CDL/Reals/Tan.mo index ae90b91b9fa..e38327f04d5 100644 --- a/Buildings/Controls/OBC/CDL/Reals/Tan.mo +++ b/Buildings/Controls/OBC/CDL/Reals/Tan.mo @@ -81,7 +81,7 @@ Also added displayUnit keyword. March 7, 2023, by Jianjun Hu:
    Added unit rad to the input.
    This is for -issue 3277. +Buildings, issue 3277.
  • March 2, 2020, by Michael Wetter:
    diff --git a/Buildings/Controls/OBC/CDL/Reals/Validation/Derivative.mo b/Buildings/Controls/OBC/CDL/Reals/Validation/Derivative.mo index 0d7845c3716..772db0e7657 100644 --- a/Buildings/Controls/OBC/CDL/Reals/Validation/Derivative.mo +++ b/Buildings/Controls/OBC/CDL/Reals/Validation/Derivative.mo @@ -109,7 +109,7 @@ Hence, there is a fast transient at the beginning, and afterwards the output mat May 20, 2022, by Michael Wetter:
    First implementation.
    This is for -issue 3022. +Buildings, issue 3022.
  • "), diff --git a/Buildings/Controls/OBC/CDL/Reals/Validation/Divide.mo b/Buildings/Controls/OBC/CDL/Reals/Validation/Divide.mo index 1d56b223c56..aee86131339 100644 --- a/Buildings/Controls/OBC/CDL/Reals/Validation/Divide.mo +++ b/Buildings/Controls/OBC/CDL/Reals/Validation/Divide.mo @@ -43,7 +43,7 @@ revisions="
  • January 27, 2022, by Jianjun Hu:
    Renamed the block name from Division to Divide.
    -This is for issue 2865. +This is for Buildings, issue 2865.
  • March 17, 2017, by Jianjun Hu:
    diff --git a/Buildings/Controls/OBC/CDL/Reals/Validation/LimitSlewRate.mo b/Buildings/Controls/OBC/CDL/Reals/Validation/LimitSlewRate.mo index 81de9b81625..9abdc833c1d 100644 --- a/Buildings/Controls/OBC/CDL/Reals/Validation/LimitSlewRate.mo +++ b/Buildings/Controls/OBC/CDL/Reals/Validation/LimitSlewRate.mo @@ -139,7 +139,7 @@ revisions="
  • January 27, 2022, by Jianjun Hu:
    Renamed the block name from SlewRateLimiter to LimitSlewRate.
    -This is for issue 2865. +This is for Buildings, issue 2865.
  • March 29, 2017, by Jianjun Hu:
    diff --git a/Buildings/Controls/OBC/CDL/Reals/Validation/MovingAverage.mo b/Buildings/Controls/OBC/CDL/Reals/Validation/MovingAverage.mo index 4509eab2828..961a431e0ea 100644 --- a/Buildings/Controls/OBC/CDL/Reals/Validation/MovingAverage.mo +++ b/Buildings/Controls/OBC/CDL/Reals/Validation/MovingAverage.mo @@ -89,7 +89,7 @@ Replaced blocks from Modelica Standard Library with CDL blocks.
  • January 27, 2022, by Jianjun Hu:
    Renamed the block name from MovingMean to MovingAverage.
    -This is for issue 2865. +This is for Buildings, issue 2865.
  • June 29, 2017, by Jianjun Hu:
    diff --git a/Buildings/Controls/OBC/CDL/Reals/Validation/MovingAverage_nonZeroStart.mo b/Buildings/Controls/OBC/CDL/Reals/Validation/MovingAverage_nonZeroStart.mo index 33d47f0fb31..fb5afde62e7 100644 --- a/Buildings/Controls/OBC/CDL/Reals/Validation/MovingAverage_nonZeroStart.mo +++ b/Buildings/Controls/OBC/CDL/Reals/Validation/MovingAverage_nonZeroStart.mo @@ -82,7 +82,7 @@ revisions="
  • January 27, 2022, by Jianjun Hu:
    Renamed the block name from MovingMean to MovingAverage.
    -This is for issue 2865. +This is for Buildings, issue 2865.
  • June 29, 2017, by Jianjun Hu:
    diff --git a/Buildings/Controls/OBC/CDL/Reals/Validation/Multiply.mo b/Buildings/Controls/OBC/CDL/Reals/Validation/Multiply.mo index 86219c0c570..afad790a74f 100644 --- a/Buildings/Controls/OBC/CDL/Reals/Validation/Multiply.mo +++ b/Buildings/Controls/OBC/CDL/Reals/Validation/Multiply.mo @@ -43,7 +43,7 @@ revisions="
  • January 27, 2022, by Jianjun Hu:
    Renamed the block name from Product to Multiply.
    -This is for issue 2865. +This is for Buildings, issue 2865.
  • March 22, 2017, by Jianjun Hu:
    diff --git a/Buildings/Controls/OBC/CDL/Reals/Validation/MultiplyByParameter.mo b/Buildings/Controls/OBC/CDL/Reals/Validation/MultiplyByParameter.mo index ecf6c877eb3..c5fda8b50a4 100644 --- a/Buildings/Controls/OBC/CDL/Reals/Validation/MultiplyByParameter.mo +++ b/Buildings/Controls/OBC/CDL/Reals/Validation/MultiplyByParameter.mo @@ -35,7 +35,7 @@ revisions="
  • January 27, 2022, by Jianjun Hu:
    Renamed the block name from Gain to MultiplyByParameter.
    -This is for issue 2865. +This is for Buildings, issue 2865.
  • March 20, 2017, by Jianjun Hu:
    diff --git a/Buildings/Controls/OBC/CDL/Reals/Validation/PID.mo b/Buildings/Controls/OBC/CDL/Reals/Validation/PID.mo index d915e30f44d..df7710a9576 100644 --- a/Buildings/Controls/OBC/CDL/Reals/Validation/PID.mo +++ b/Buildings/Controls/OBC/CDL/Reals/Validation/PID.mo @@ -98,8 +98,7 @@ Relaxed tolerance of assertions from 1E-10 to 1E-3 as the default relative tolerance in JModelica is 1E-4. This is for - -Buildings, issue 510. +Buildings, issue 510.
  • November 21, 2011, by Michael Wetter:
    diff --git a/Buildings/Controls/OBC/CDL/Reals/Validation/PIDScale.mo b/Buildings/Controls/OBC/CDL/Reals/Validation/PIDScale.mo index 4002dc34016..e8141253c88 100644 --- a/Buildings/Controls/OBC/CDL/Reals/Validation/PIDScale.mo +++ b/Buildings/Controls/OBC/CDL/Reals/Validation/PIDScale.mo @@ -100,8 +100,7 @@ the scaling is implemented correctly. October 15, 2020, by Michael Wetter:
    First implementation.
    This is for - -Buildings, issue 2182. +Buildings, issue 2182.
  • "), diff --git a/Buildings/Controls/OBC/CDL/Reals/Validation/PIDWithResetScale.mo b/Buildings/Controls/OBC/CDL/Reals/Validation/PIDWithResetScale.mo index 718e7b1ee29..47d742441bc 100644 --- a/Buildings/Controls/OBC/CDL/Reals/Validation/PIDWithResetScale.mo +++ b/Buildings/Controls/OBC/CDL/Reals/Validation/PIDWithResetScale.mo @@ -110,8 +110,7 @@ the scaling is implemented correctly. October 15, 2020, by Michael Wetter:
    First implementation.
    This is for - -Buildings, issue 2182. +Buildings, issue 2182. "), diff --git a/Buildings/Controls/OBC/CDL/Types/ZeroTime.mo b/Buildings/Controls/OBC/CDL/Types/ZeroTime.mo index 895fe7c185a..32c58df49fd 100644 --- a/Buildings/Controls/OBC/CDL/Types/ZeroTime.mo +++ b/Buildings/Controls/OBC/CDL/Types/ZeroTime.mo @@ -62,7 +62,7 @@ January 1, 2016, 0:00:00 local time. March 8, 2024, by Jelger Jansen:
    Extend functionality to year 2050.
    This is for -#1847. +Buildings, issue 1847.
  • March 14, 2017, by Michael Wetter:
    diff --git a/Buildings/Controls/OBC/CDL/Utilities/SunRiseSet.mo b/Buildings/Controls/OBC/CDL/Utilities/SunRiseSet.mo index 3cdd5342fd9..53281c030af 100644 --- a/Buildings/Controls/OBC/CDL/Utilities/SunRiseSet.mo +++ b/Buildings/Controls/OBC/CDL/Utilities/SunRiseSet.mo @@ -335,13 +335,13 @@ Buildings.Controls.OBC.CDL.Utilities.Validation.SunRiseSet. January 4, 2022, by Michael Wetter:
    Changed implementation to avoid NaN in OpenModelica.
    This is for -issue 2835. +Buildings, issue 2835.
  • November 12, 2020, by Michael Wetter:
    Reformulated to remove dependency to Modelica.Units.SI.
    This is for -issue 2243. +Buildings, issue 2243.
  • November 27, 2018, by Kun Zhang:
    diff --git a/Buildings/Controls/OBC/Utilities/BaseClasses/OptimalStartCalculation.mo b/Buildings/Controls/OBC/Utilities/BaseClasses/OptimalStartCalculation.mo index 48897be069a..7bc16fc8c7a 100644 --- a/Buildings/Controls/OBC/Utilities/BaseClasses/OptimalStartCalculation.mo +++ b/Buildings/Controls/OBC/Utilities/BaseClasses/OptimalStartCalculation.mo @@ -287,7 +287,7 @@ January 30, 2021, by Michael Wetter:
    Refactored sampling of history of temperature slope to only sample when control error requires optimal start up. Refactored guarding against division by zero.
    This is for -#2345. +Buildings, issue 2345.
  • October 20, 2020, by Michael Wetter:
    diff --git a/Buildings/Controls/OBC/Utilities/OptimalStart.mo b/Buildings/Controls/OBC/Utilities/OptimalStart.mo index c14447494df..98f8cf39bae 100644 --- a/Buildings/Controls/OBC/Utilities/OptimalStart.mo +++ b/Buildings/Controls/OBC/Utilities/OptimalStart.mo @@ -302,7 +302,7 @@ January 30, 2021, by Michael Wetter:
    Refactored sampling of history of temperature slope to only sample when control error requires optimal start up. Refactored guarding against division by zero.
    This is for -#2345. +Buildings, issue 2345.
  • August 6, 2020, by Michael Wetter:
    @@ -311,7 +311,7 @@ Replaced hysteresis with new inequality block.
  • December 15, 2019, by Kun Zhang:
    First implementation. -This is for issue #1589. +This is for Buildings, issue #1589.
  • "), diff --git a/Buildings/Controls/OBC/Utilities/PIDWithInputGains.mo b/Buildings/Controls/OBC/Utilities/PIDWithInputGains.mo index bca4ad76a99..fca6d813a33 100644 --- a/Buildings/Controls/OBC/Utilities/PIDWithInputGains.mo +++ b/Buildings/Controls/OBC/Utilities/PIDWithInputGains.mo @@ -543,13 +543,13 @@ revisions=" June 5, 2023, by Jianjun Hu:
    Changed the instance antWinGai2 to be conditional.
    This is for -issue 3423. +Buildings, issue 3423.
  • May 17, 2022, by Sen Huang:
    Changing the gains from parameters to inputs
    This is for -issue 2993. +Buildings, issue 2993.
  • April 30, 2021, by Michael Wetter:
    @@ -558,7 +558,7 @@ when reset trigger is true.
    Refactored implementation to have separate blocks that show the P, I and D contribution, each with the control gain applied.
    This is for -issue 2475. +Buildings, issue 2475.
  • ")); diff --git a/Buildings/Controls/OBC/Utilities/SetPoints/SupplyReturnTemperatureReset.mo b/Buildings/Controls/OBC/Utilities/SetPoints/SupplyReturnTemperatureReset.mo index 99492c2bd27..d21b8592f4e 100644 --- a/Buildings/Controls/OBC/Utilities/SetPoints/SupplyReturnTemperatureReset.mo +++ b/Buildings/Controls/OBC/Utilities/SetPoints/SupplyReturnTemperatureReset.mo @@ -322,20 +322,20 @@ February 8, 2021, by Michael Wetter:
    Renamed to Buildings.Controls.OBC.Utilities.SetPoints.SupplyReturnTemperatureReset and reimplemented using elementary CDL blocks.
    This is for -issue 2355. +Buildings, issue 2355.
  • November 12, 2020, by Michael Wetter:
    Reformulated to remove dependency to Modelica.Units.SI.
    This is for -issue 2243. +Buildings, issue 2243.
  • January 3, 2020, by Jianjun Hu:
    Changed name from HotWaterTemperatureReset to SupplyReturnTemperatureReset. This is for -#860. +Buildings, issue 860.
  • January 10, 2017, by Milica Grahovac:
    @@ -349,7 +349,7 @@ Removed undesirable annotation Evaluate=true. February 13, 2013, by Michael Wetter:
    Corrected error that led to wrong results if the zone air temperature is different from its nominal value TZon_nominal. -See ticket #74. +See ticket Buildings, issue 74.
  • November 21, 2011, by Michael Wetter:
    diff --git a/Buildings/Controls/OBC/package.mo b/Buildings/Controls/OBC/package.mo index 1151c42bf22..58531ee7ebc 100644 --- a/Buildings/Controls/OBC/package.mo +++ b/Buildings/Controls/OBC/package.mo @@ -6,7 +6,8 @@ annotation ( Documentation(info="

    Package that contains a library of elementary control blocks -and a library that implements control sequences from the ASHRAE Guideline 36. +based on ASHRAE Standard 231P, +and libraries for building control sequences.

    These implementations have been developed diff --git a/Buildings/Utilities/Math/Functions/round.mo b/Buildings/Utilities/Math/Functions/round.mo index c72f9ff59df..1115001a562 100644 --- a/Buildings/Utilities/Math/Functions/round.mo +++ b/Buildings/Utilities/Math/Functions/round.mo @@ -50,13 +50,13 @@ August 30, 2024, by Michael Wetter:
    Removed wrong parameter declaration on a protected variable which causes an error in Dymola 2025x beta1.
    This is for -#3978. +Buildings, #3978.

  • March 2, 2020, by Michael Wetter:
    First implementation.
    This is for -#2170. +Buildings, #2170.
  • "));