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

edd file not created

asked 2015-06-23 02:43:54 -0500

nikithark's avatar

updated 2015-07-12 10:27:23 -0500

I am new to EnergyPlus.

I have created a simple building with 6 zones in SketchUp using the OpenStudio plugin. I have also setup an ACMV system in OpenStudio and run simulations successfully.

Next, I would like to define actuator variables using EnergyPlus IDF editor through EP-Launch for which I need to access EDD file. However, after running simulation successfully through EP-Launch, Edd file is not produced. All fields in Output:EnergyManagementSystem are set to Verbose.

The .err file contains the following:

Warning ** CheckIFAnyEMS: No EnergyManagementSystem has been set up in the input file but output is requested.
   **   ~~~   ** No EDD file will be produced. Refer to EMS Application Guide and/or InputOutput Reference to set up your EnergyManagementSystem.

Thanks in advance. Niki

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2015-06-23 11:21:43 -0500

updated 2015-06-23 11:23:18 -0500

You will need to create some EMS objects before EnergyPlus will generate an EDD file for you. All you need is a single EMS object. I'd suggest adding something simple to your IDF, such as:

  EnergyManagementSystem:GlobalVariable,
    Test_variable;            !- Erl Variable 1 Name

That should be enough to generate the EDD file.

edit flag offensive delete link more

Comments

thank you, that worked

nikithark's avatar nikithark  ( 2015-08-13 04:17:39 -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

1 follower

Stats

Asked: 2015-06-23 02:43:54 -0500

Seen: 325 times

Last updated: Jun 23 '15