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

Revision history [back]

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.