Skip to content

Commit

Permalink
Update conversion script
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineGautier committed Nov 8, 2023
1 parent f48f188 commit ebf1f9a
Showing 2 changed files with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -8,11 +8,15 @@ convertClear();
// Conversion for https://github.com/lbl-srg/modelica-buildings/issues/3517
convertClass("Buildings.Controls.OBC.CDL.Discrete.Examples",
"Buildings.Controls.OBC.CDL.Discrete.Validation");

// Conversion for https://github.com/lbl-srg/modelica-buildings/issues/3526
convertElement("Buildings.Controls.OBC.ASHRAE.G36.AHUs.MultiZone.VAV.SetPoints.PlantRequests",
"uCooCoi_actual", "uCooCoiSet");
convertElement("Buildings.Controls.OBC.ASHRAE.G36.AHUs.MultiZone.VAV.SetPoints.PlantRequests",
"uHeaCoi_actual", "uHeaCoiSet");
convertElement("Buildings.Controls.OBC.ASHRAE.G36.AHUs.MultiZone.VAV.SetPoints.ReliefFan",
"yDam", "y1RelDam");

// Conversion for https://github.com/lbl-srg/modelica-buildings/issues/3536
convertClass("Buildings.Experimental.DHC.Plants.Combined.Subsystems.BaseClasses.MultipleCommands",
"Buildings.Templates.Components.Controls.MultipleCommands");
3 changes: 2 additions & 1 deletion Buildings/package.mo
Original file line number Diff line number Diff line change
@@ -329,7 +329,8 @@ have been <b style=\"color:blue\">improved</b> in a
<tr><td valign=\"top\">Buildings.Experimental.DHC.Plants.Combined.Subsystems.BaseClasses.MultipleCommands
</td>
<td valign=\"top\">The class has been moved to Buildings.Templates.Components.Controls.MultipleCommands.<br/>
This is for <a href=\"https://github.com/lbl-srg/modelica-buildings/issues/3536\">#3536</a>.
This is for <a href=\"https://github.com/lbl-srg/modelica-buildings/issues/3536\">#3536</a>.<br/>
This change is supported in the conversion script.
</td>
</tr>
<tr><td colspan=\"2\"><b>Buildings.Templates</b>

0 comments on commit ebf1f9a

Please sign in to comment.