Buildings.Controls.OBC.ASHRAE.G36.Types.OperationModes

Zone group operating modes

Information

This package provides constants for indicating different system operation modes.

Package Content

Name Description
coolDown=2 Cool-down
freezeProtection=6 Freeze protection
occupied=1 Occupied
setBack=5 Set-back
setUp=3 Set-up
unoccupied=7 Unoccupied
warmUp=4 Warm-up

Types and constants

  constant Integer coolDown = 2 "Cool-down";
  constant Integer freezeProtection = 6 "Freeze protection";
  constant Integer occupied = 1 "Occupied";
  constant Integer setBack = 5 "Set-back";
  constant Integer setUp =  3 "Set-up";
  constant Integer unoccupied = 7 "Unoccupied";
  constant Integer warmUp =  4 "Warm-up";