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

humidity control example file

asked 2015-07-23 10:18:18 -0500

Rohini's avatar

updated 2015-07-23 10:20:49 -0500

Hi All, Can some one please give me a step-by-step procedure to add humidity control (dehumidify to 50%) to a VAV system. Background - I have an existing idf files. I added humidistat object to few of the zones in the system. I have a setpoint manager:multizone:maximumHumidity:Average. I also have set the dehumidification control type to Coolreheat. What else do I need to do to get the coil to dehumidify? I can send the idf file, if someone is interested in looking at it. Appreciate any pointers. Thanks, -Rohini

edit retag flag offensive close merge delete

Comments

The VAV system also has a SetpointManager:Scheduled with temperature as control variable and a seasonal reset schedule. does this conflict with the humidity control? How does Eplus resolve the different control strategies?

Rohini's avatar Rohini  ( 2015-07-23 11:57:41 -0500 )edit

DX or water coil?

rraustad's avatar rraustad  ( 2015-07-23 12:35:46 -0500 )edit

DX coil. One is two-speed. The other (for second system) is TwoStageWithHumidityControlMode

Rohini's avatar Rohini  ( 2015-07-23 13:09:01 -0500 )edit

Are both systems controlling humidity?

TwoStageWithHumidityControlMode will only switch between the two operating modes (Normal mode and Dehumidification Mode) and will control the coil to only meet the temperature set point (i.e., will certainly miss the humidity set point target). Change to a single speed DX cooling coil and get humidity control working. Once humidity control is working, switch to a two-speed coil and verify that humidity control still works.

rraustad's avatar rraustad  ( 2015-07-23 13:40:40 -0500 )edit

I am trying the single zone system. I still cannot get the humidity control working. Re your answer below about using the outlet node of the cooling coil - SPM:HumidityMaximum, the node is the node after the cooling coil. But for SPM:SingleZone:reheat, the setpoint node is the node after the heating coil. If I change either one to match the other, I get severe error. Do I need any other setpoint managers? The only other SPM I have for this system (single speed DX coil) is mixed air - which I am assuming is not relevant for humidity control.

Rohini's avatar Rohini  ( 2015-07-23 14:55:40 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
4

answered 2015-07-23 13:00:44 -0500

The Set Point Managers place calculated values at a node stored in a node variable. Multiple SPM's can store information on the same node. Two SPM's setting the same storage value on the same node will cause a conflict.

The temperature SPM's set Node%TempSetPoint. The dual SP temperature SPM sets Node%TempSetPoint, Node%TempSetPointLo, and Node%TempSetPointHi.

The maximum humidity SPM's set Node%HumRatMax. The minimum humidity SPM's set Node%HumRatMin.

The return air bypass flow SPM sets Node%MassFlowRateSetPoint

Setting a Node%TempSetPoint AND Node%HumRatMax variable at the outlet node of the coil (and setting TemperatureAndHumidityRatio as the control variable in the Controller:WaterCoil object when using a water coil) and choosing CoolReheat as the control type in CoilSystem:Cooling:DX object should allow humidity control.

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

Training Workshops

Careers

Question Tools

2 followers

Stats

Asked: 2015-07-23 10:18:18 -0500

Seen: 246 times

Last updated: Jul 23 '15