First time here? Check our help page!
3

edd file not created

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

nikithark's avatar
41
nikithark
asked 2015-06-23 02:43:54 -0500
__AmirRoth__'s avatar
4.4k
__AmirRoth__
updated 2015-07-12 10:27:23 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

3

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.

Neal Kruis's avatar
4.7k
Neal Kruis
answered 2015-06-23 11:21:43 -0500, updated 2015-06-23 11:23:18 -0500
edit flag offensive 0 remove flag delete link

Comments

thank you, that worked

nikithark's avatar nikithark (2015-08-13 04:17:39 -0500) edit
add a comment see more comments