[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [EnergyPlus_Support] Coil on off according to humidity ratio





I use a simple EMS program for turning off DX coils below a specified outdoor temperature.  Something similar may work for you and humidity ratio.

EnergyManagementSystem:Sensor
OutdoorTemp
Environment
Site Outdoor Air Drybulb Temperature


EnergyManagementSystem:Actuator
DXLowLimit1
Sched_LowTempClgOFF
Schedule:Compact
Schedule Value


EnergyManagementSystem:ProgramCallingManager
DXLowLimit Management1
BeginTimestepBeforePredictor
DXCoilControl1


EnergyManagementSystem:Program
DXCoilControl1
IF (OutdoorTemp < 12.8)
SET DXLowLimit1 = 0.0
ELSE
SET DXLowLimit1 = Null
ENDIF


On Thu, Feb 4, 2016 at 8:48 AM, alyelhefni@xxxxxxxxx [EnergyPlus_Support] <EnergyPlus_Support@xxxxxxxxxxxxxxx> wrote:
 

I want to make coil available (on) when humidity ratio (w) is above certain value and off if below .

Is there a way the program can decide that automatically without the need to creating an excel schedule file ?




--

James V Dirkes II, PE, BEMP, LEED AP
CEO/President
The Building Performance Team Inc.
1631 Acacia Dr, GR, Mi 49504

Direct: 616.450.8653
jim@xxxxxxxxxxxxxxxxxxxxxxxxxxx

Website l  LinkedIn

Fail faster!



__._,_.___

Posted by: Jim Dirkes <jim@xxxxxxxxxxxxxxxxxxxxxxxxxxx>


Primary EnergyPlus support is found at:
http://energyplus.helpserve.com or send a message to energyplus-support@xxxxxxxx

The primary EnergyPlus web site is found at:
http://www.energyplus.gov

The group web site is:
http://groups.yahoo.com/group/EnergyPlus_Support/

Attachments are currently allowed but be mindful that not everyone has a high speed connection.  Limit attachments to small files.

EnergyPlus Documentation is searchable.  Open EPlusMainMenu.pdf under the Documentation link and press the "search" button.




Visit Your Group
Yahoo! Groups
PrivacyUnsubscribeTerms of Use

__,_._,___