File tree Expand file tree Collapse file tree
Buildings/Controls/OBC/CDL/Reals Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -60,6 +60,7 @@ block PID
6060 "Gain for proportional control action"
6161 annotation (Placement(transformation(extent={{-50,130},{-30,150}})));
6262 Buildings.Controls.OBC.CDL.Reals.IntegratorWithReset I(
63+ y(nominal= max (abs (yMax), abs (yMin))),
6364 final k= k/ Ti,
6465 final y_start= xi_start) if with_I
6566 "Integral term"
@@ -479,6 +480,12 @@ American Society of Heating Refrigerating and Air-Conditioning Engineers Inc. At
479480 revisions="<html>
480481<ul>
481482<li>
483+ April 13, 2026, by Michael Wetter:<br/>
484+ Added value for <coded>nominal</code> attribute for integrator state <code>I.y</code><br/>
485+ This is for
486+ <a href=\" https://github.com/ibpsa/modelica-ibpsa/issues/2106\">IBPSA, issue 2106</a>.
487+ </li>
488+ <li>
482489October 23, 2023, by Michael Wetter:<br/>
483490Added value of control output <code>y</code> to icon.
484491</li>
Original file line number Diff line number Diff line change @@ -65,6 +65,7 @@ block PIDWithReset
6565 "Proportional action"
6666 annotation (Placement(transformation(extent={{-50,130},{-30,150}})));
6767 Buildings.Controls.OBC.CDL.Reals.IntegratorWithReset I(
68+ y(nominal= max (abs (yMax), abs (yMin))),
6869 final k= k/ Ti,
6970 final y_start= xi_start) if with_I
7071 "Integral term"
@@ -482,6 +483,12 @@ American Society of Heating Refrigerating and Air-Conditioning Engineers Inc. At
482483 revisions="<html>
483484<ul>
484485<li>
486+ April 13, 2026, by Michael Wetter:<br/>
487+ Added value for <coded>nominal</code> attribute for integrator state <code>I.y</code><br/>
488+ This is for
489+ <a href=\" https://github.com/ibpsa/modelica-ibpsa/issues/2106\">IBPSA, issue 2106</a>.
490+ </li>
491+ <li>
485492October 23, 2023, by Michael Wetter:<br/>
486493Added value of control output <code>y</code> to icon.
487494</li>
You can’t perform that action at this time.
0 commit comments