You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Testing the app with MBL HP plant template shows that toggling the following parameter does not change the set of exposed parameters in the section "Plant controller" of the configuration panel. All parameters related to the CHW circuit should be disabled if have_chiWat=false, as with Modelica tools.
parameterBoolean have_chiWat=true"Set to true if the plant provides CHW"
A probable cause is the following composite parameter binding cfg=cfg that is used to propagate all configuration parameters from the template to its controller.
replaceable Buildings.Templates.Plants.HeatPumps.Components.Interfaces.PartialController ctl
constrainedby
Buildings.Templates.Plants.HeatPumps.Components.Interfaces.PartialController(
final cfg=cfg,
final dat=dat.ctl)
"Plant controller"
The text was updated successfully, but these errors were encountered:
Testing the app with MBL HP plant template shows that toggling the following parameter does not change the set of exposed parameters in the section "Plant controller" of the configuration panel. All parameters related to the CHW circuit should be disabled if
have_chiWat=false
, as with Modelica tools.A probable cause is the following composite parameter binding
cfg=cfg
that is used to propagate all configuration parameters from the template to its controller.The text was updated successfully, but these errors were encountered: