Question-and-Answer Resource for the Building Energy Modeling Community
Get started with the Help page
Ask Your Question

Revision history [back]

Use a schedule like this for the Supply Air Fan Operating Mode Schedule. You can actually use any Schedule Type Limits Name that includes 0 - 1 but if you paste this into your input file and copy the name of this schedule to the Supply Air Fan Operating Mode Schedule Name field you should get the operation you are looking for.

Schedule:Compact,
  SAFan_OpMode_Sch,            !- Name
  Fraction,                    !- Schedule Type Limits Name
  Through: 12/31,          !- Field 1
  For: AllDays,             !- Field 2
  Until: 24:00,0.0;        !- Field 3

ScheduleTypeLimits,
  Fraction,                !- Name
  0.0,                     !- Lower Limit Value
  1.0,                     !- Upper Limit Value
  CONTINUOUS;              !- Numeric Type

Use a schedule like this for the Supply Air Fan Operating Mode Schedule. You can actually use any Schedule Type Limits Name that includes 0 - 1 but if you paste this into your input file and copy the name of this schedule to the Supply Air Fan Operating Mode Schedule Name field you should get the operation you are looking for.

Schedule:Compact,
  SAFan_OpMode_Sch,         !- Name
  Fraction,                 !- Schedule Type Limits Name
  Through: 12/31,          !- Field 1
  For: AllDays,             !- Field 2
  Until: 24:00,0.0;        !- Field 3

ScheduleTypeLimits,
  Fraction,                !- Name
  0.0,                     !- Lower Limit Value
  1.0,                     !- Upper Limit Value
  CONTINUOUS;              !- Numeric Type

Use a schedule like this for the PTAC Supply Air Fan Operating Mode Schedule. You can actually use any Schedule Type Limits Name that includes 0 - 1 but if you paste this into your input file and copy the name of this schedule to the Supply Air Fan Operating Mode Schedule Name field you should get the operation you are looking for.

Schedule:Compact,
  SAFan_OpMode_Sch,        !- Name
  Fraction,                !- Schedule Type Limits Name
  Through: 12/31,          !- Field 1
  For: AllDays,            !- Field 2
  Until: 24:00,0.0;        !- Field 3

ScheduleTypeLimits,
  Fraction,                !- Name
  0.0,                     !- Lower Limit Value
  1.0,                     !- Upper Limit Value
  CONTINUOUS;              !- Numeric Type