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

EMS:ProgramCallingManager with 4 plant loops without overwriting?

asked 2019-01-07 06:50:17 -0500

kenny.c's avatar

updated 2019-01-07 09:14:22 -0500

Dear all

I'm simulating TABS in EnergyPlus and I recently asked a question on how to use EMS to control my TABS using Operative and Outside Dry Bulb Temperature here.

So I've got one chiller and one boiler connected to 8 zones (day) and another chiller and boiler connected to 7 different zones (night). In my EMS:Program, I act on the AvailabilityManager:Scheduled for eacht plant loop (so 4 programs in total for eacht plant loop).

In EMS:ProgramCallingManager I've got one object where I call all the 4 programs (BoilerDayZone, BoilerNightZone, ChillerDayZone, ChillerNightZone) using 'InsideHVACSystemIterationLoop'.

The problem is when I simulate this and look at my output, the Boiler Gas Rate stays zero throughout the year for both boilers. When I change the order in the EMS:ProgramCallingManager to ChillerDay, ChillerNight, BoilerDay, BoilerNight. The boiler works and the chiller too but the chiller works with the old control strategy (only looking at Outside Dry Bulb instead of ODB & Operative Temperature). I tried putting them in 4 different objects in the EMS:ProgramCallingManager and using different Calling Points but this didn't work. The boiler only works if I remove the chiller from the same zone. For example, BoilerDayZone works if I don't run the ChillerDayZone program in the EMS:ProgramCallingManager. How can I get my 4 programs to work properly and simultaniously?

Thanks in advance!

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2019-01-08 17:18:31 -0500

If you have unique variable names for the actuators, then there should be no overlap. Check the detailed line-by-line output in the edd output to see what's happening.

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: 2019-01-07 06:50:17 -0500

Seen: 118 times

Last updated: Jan 08 '19