Skip to content

Commit

Permalink
debugging closed loop model
Browse files Browse the repository at this point in the history
  • Loading branch information
JayHuLBL committed Jul 28, 2023
1 parent c58e084 commit 150774b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -314,8 +314,8 @@ equation
annotation (Line(points={{-138,110},{-130,110},{-130,-230},{58,-230}},
color={255,0,255}));
connect(logSwi4.y, logSwi5.u3)
annotation (Line(points={{182,-160},{190,-160},{190,-210},{40,-210},
{40,-238},{58,-238}}, color={255,0,255}));
annotation (Line(points={{182,-160},{190,-160},{190,-204},{40,-204},{40,
-238},{58,-238}}, color={255,0,255}));
connect(logSwi5.y, yEndSta)
annotation (Line(points={{82,-230},{100,-230},{100,-190},{220,-190}},
color={255,0,255}));
Expand Down
3 changes: 2 additions & 1 deletion Buildings/Examples/ChillerPlants/RP1711/ClosedLoop.mo
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,8 @@ equation
color={255,204,51},
thickness=0.5));
connect(cooCoi.port_b1, bou.ports[1])
annotation (Line(points={{130,-4},{180,-4}}, color={0,127,255}));
annotation (Line(points={{130,-4},{180,-4}}, color={0,127,255},
thickness=0.5));
connect(airSupTemSet.y, temDif.u2) annotation (Line(points={{-218,-40},{-210,
-40},{-210,40},{-240,40},{-240,114},{-222,114}}, color={0,0,127}));
connect(supAirTem.T, conPID.u_m) annotation (Line(points={{69,-100},{-190,
Expand Down

0 comments on commit 150774b

Please sign in to comment.