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

Proportional Setpoint Control

asked 2018-03-25 18:28:39 -0500

bbrannon4's avatar

updated 2018-04-11 04:59:05 -0500

Is it possible to define proportional control for supply air flow and temperature in EnergyPlus? I want to set up a proportional control similar to what can be done in IES-VE. 

For example (assume a conventional VAV reheat system):

  1. Heating setpoint is 19C, cooling setpoint is 24C.
  2. Between these values, neither heating or cooling should be active, because this is the deadband, and airflow should be at a minimum ventilation.
  3. As space temperature rises above 24C, ramp up the supply air flow rate proportionally between 24 and 26 (assuming there is a 2K proportional bandwidth), and the same with heating down from 19 to 17.

From what I can tell, there is not a good method for setting up this control sequence for the thermostat setpoints without having to get into EMS code.  It seems that the standard controllers like ThermostatSetpoint:DualSetpoint with a ZoneControl:Thermostat operate somewhat ideally.  I tried using the ZoneControl:Thermostat:StagedDualSetpoint with just one stage because it offers a throttling range, but the results were inconsistent and don't give an option to use proportional instead of whatever is being used. The VAV objects do allow to set min and max flow rates for heating and cooling, but I don't understand how those are used.

Here's a sketch of what I'm trying to do, if that helps to clarify it. I assume this is fairly standard, though I know some terms change around the world. image description

edit retag flag offensive close merge delete

Comments

I updated the text and added a sketch hopefully to make my question clearer.

bbrannon4's avatar bbrannon4  ( 2018-04-11 04:59:51 -0500 )edit

1 Answer

Sort by » oldest newest most voted
2

answered 2018-06-12 11:58:10 -0500

updated 2018-06-12 14:34:29 -0500

I'm not sure there is a way to set the particular control sequence you describe. In a typical system, you'd open the hot water valve and ramp up the supply air temperature before increasing airflow as you show in your image.

To set up this control, use the Damper Heating Action on your VAV:Reheat object. Documentation here.

Single-Max defaults, corresponding to Normal Damper Heating Action, are typical for older systems. image description

"With Normal action, the damper will remain at the minimum air flow rate during heating operation. As the heating load increases, the water flow rate in the reheat coil will be increased to maintain temperature in the zone until the maximum water flow rate is reached or the user-specified maximum reheat air temperature is reached. This is sometimes called the single maximum control logic as illustrated below."

ReverseWithLimits represents Dual-Max control that is the standard as of T24-2008 and an addendum to ASHRAE 90.1-2010, detailed in a 2012 ASHRAE Journal article (by Taylor Engineering, of course). Typical defaults are to set Maximum Flow Fraction During Reheat to 0.5.

image description

"With Reverse and ReverseWithLimits (the default) action, as the heating load increases, the unit starts at minimum air flow and minimum hot water flow. The hot water flow is increased until it reaches maximum flow or the user-specified maximum reheat air temperature is reached, then the air damper starts to open to meet the load. For Reverse the damper can open all the way. For ReverseWithLimits the damper can only partially open to a maximum flow rate given by the following two fields. These options are used if the minimum air flow rate is not adequate to serve the peak heating load. This is sometimes called the dual maximum control logic as illustrated in following figure. For heating coil types other than the hot-water coil, e.g. electric, steam, and gas, the reverse action works the same as the normal action – always keeping the air flow at the minimum during heating."

I don't think there is a way you can explicitly set the temperatures below the deband that correspond to a 50% or 100% heating loop signal, which is what you'd do in actual control logic. EnergyPlus will just respond to meet the load, and increase airflow if it needs to.

While 95°F reheat max temperature is typical for VAV reheat systems, more recently, 90.1-2016 requires that the maximum supply air temperature is less than 20°F above space temperature setpoint, or about 90°F with a 70°F setpoint, and ASHRAE Guideline 36: High Performance Sequences of Operation for HVAC Systems recommends a max of 15°F above space temperature setpoint, typically 85°F, to further limit stratification. G36 uses Dual-Max control for VAV reheat, though instead of a maximum discharge air temperature, it defines it as a maximum delta above space temperature setpoint.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Careers

Question Tools

2 followers

Stats

Asked: 2018-03-25 18:28:39 -0500

Seen: 1,125 times

Last updated: Jun 12 '18