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

EMS program calling point

asked 2015-11-05 14:06:54 -0500

ngkhanh's avatar

updated 2015-11-06 09:37:44 -0500

Hi I implemented the thermostats schedule example did by nadish21 and Ivan Korolija at https://unmethours.com/question/4094/.... It run greatly for zone system only, but when i apply to dualduct (DOAS + VRF room terminal) the program gets wrong result of schedule. i have no ideal what was happen with it.

Link for VRF only : https://www.dropbox.com/s/pvs2jv5fu7u...

DOAS + VRF : https://www.dropbox.com/s/ck8gikjn82c...

Please anyone who know give me some advises ? Thanks

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2015-11-13 11:47:04 -0500

From inspecting the idf files, I see one problem (with or without EMS).

ZoneHVAC:EquipmentList,
SPACE1-1 Equipment,      !- Name
ZoneHVAC:AirDistributionUnit,  !- Zone Equipment 1 Object Type
SPACE1-1 DOAS ATU,       !- Zone Equipment 1 Name
2,                       !- Zone Equipment 1 Cooling Sequence
2,                       !- Zone Equipment 1 Heating or No-Load Sequence
ZoneHVAC:TerminalUnit:VariableRefrigerantFlow,  !- Zone Equipment 2 Object Type
SPACE1-1 TU,             !- Zone Equipment 2 Name
1,                       !- Zone Equipment 2 Cooling Sequence
1;                       !- Zone Equipment 2 Heating or No-Load Sequence

See how the DOAS terminal unit (2) is set to be simulated after the VRF unit (1). This is backwards. The DOAS terminal unit should be simulated first so that the VRF (or any other type of controllable zone HVAC equipment) can see the impact of the DOAS flow on the net zone load. Trade the 2's and 1's in all of the ZoneHVAC:EquipmentList.

edit flag offensive delete link more

Comments

Thank for your comment, it was not the main point - i made a wrong variable name call and after correct it, the program runs ok. However, i still have question with EMS calling point. How i can setup EMS calling point for all year simulation only and sizing only ?

ngkhanh's avatar ngkhanh  ( 2015-11-15 11:44:38 -0500 )edit

By "sizing only" do you mean the autosizing calculations, or simulations of the sizing periods? If you mean simulation of the sizing periods, you could place a sensor on Site Day Type Index and test for SummerDesignDay=9 or WinterDesignDay=10.

MJWitte's avatar MJWitte  ( 2015-11-17 10:38:07 -0500 )edit

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: 2015-11-05 14:06:54 -0500

Seen: 202 times

Last updated: Nov 13 '15