modelEnableDevices

Validation sequence for enabling plant devices

Information

This example validates Buildings.Controls.OBC.ASHRAE.G36.Plants.Chillers.Generic.PlantEnable.EnableDevices. It shows how to control devices when the plant is just enabled.

  • At 400 seconds, the plant becomes enabled and the initial plant stage is 1. Thus, the plant is enabled in chiller mode. The associated isolation valves, lead primary chiller and condenser water pumps are enabled. From 400 seconds to 2800 seconds, the chiller stage uChiSta equals the initial plant stage uIni thus it is in the plant enabling process.
  • At 1200 seconds, which it is still in the plant enabling process, the chilled water and condenser water pumps are proven on. Thus, the lead chiller becomes enabled.
  • At 2800 seconds, the plant enabling process is ended. Thus, the control after the moment becomes invalid.

Components

TypeNameDefaultDescription
Buildings.Controls.OBC.ASHRAE.G36.Plants.Chillers.Generic.PlantEnable.EnableDevicesenaDevEnable valves and pumps
Buildings.Controls.OBC.CDL.Logical.Sources.PulsebooPulEnabled plant
Buildings.Controls.OBC.CDL.Logical.Notnot1Logical not
Buildings.Controls.OBC.CDL.Integers.Sources.ConstantconIntStage 1, meaning it stages in chiller mode
Buildings.Controls.OBC.CDL.Logical.Sources.PulsebooPul1Proven on pumps
Buildings.Controls.OBC.CDL.Logical.Notnot2Logical not
Buildings.Controls.OBC.CDL.Logical.Sources.ConstantconDisabled pump
Buildings.Controls.OBC.CDL.Integers.Sources.ConstantconInt1Stage 2
Buildings.Controls.OBC.CDL.Integers.SwitchintSwiCurrent stage
Buildings.Controls.OBC.CDL.Logical.Sources.PulsebooPul2Change stage

Revisions

  • July 22, 2022, by Jianjun Hu:
    First implementation.