-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Top PriorityTop of the Priority ListTop of the Priority ListbugSomething isn't workingSomething isn't working
Description
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.
parameter Boolean 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. Such bindings were not used for configuration parameters when ctrl-flow was first developed. However, they are now systematically employed in the recently developed templates.
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"Metadata
Metadata
Assignees
Labels
Top PriorityTop of the Priority ListTop of the Priority ListbugSomething isn't workingSomething isn't working