blockPartialSupervisory

Partial model for supervisory controller

Information

This is a base class for the ETS supervisory controller.

Parameters

TypeNameDefaultDescription
IntegernSouAmbNumber of ambient sources to control

Connectors

TypeNameDefaultDescription
Buildings.Controls.OBC.CDL.Interfaces.BooleanInputuHeaHeating enable signal
Buildings.Controls.OBC.CDL.Interfaces.BooleanInputuCooCooling enable signal
Buildings.Controls.OBC.CDL.Interfaces.RealInputTChiWatSupPreSetChilled water supply temperature set point
Buildings.Controls.OBC.CDL.Interfaces.RealInputTChiWatBotChilled water temperature at tank bottom
Buildings.Controls.OBC.CDL.Interfaces.RealInputTHeaWatTopHeating water temperature at tank top
Buildings.Controls.OBC.CDL.Interfaces.RealInputTHeaWatSupPreSetHeating water supply temperature set point
Buildings.Controls.OBC.CDL.Interfaces.RealOutputTHeaWatSupSetHeating water supply temperature set point after reset
Buildings.Controls.OBC.CDL.Interfaces.RealOutputTChiWatSupSetChilled water supply temperature set point after reset
Buildings.Controls.OBC.CDL.Interfaces.RealOutputyValIsoEvaEvaporator to ambient loop isolation valve control signal
Buildings.Controls.OBC.CDL.Interfaces.RealOutputyValIsoConCondenser to ambient loop isolation valve control signal
Buildings.Controls.OBC.CDL.Interfaces.RealOutput[nSouAmb]yAmbControl output for ambient sources
Buildings.Controls.OBC.CDL.Interfaces.BooleanOutputyHeaTank in heating demand
Buildings.Controls.OBC.CDL.Interfaces.BooleanOutputyCooTank in cooling demand

Components

TypeNameDefaultDescription
Buildings.Controls.OBC.CDL.Logical.TrueFalseHolduHeaHolHold heating enable signal
Buildings.Controls.OBC.CDL.Logical.TrueFalseHolduCooHolHold cooling enable signal

Revisions

  • July 31, 2020, by Antoine Gautier:
    First implementation.