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

How to add a "new output" in E+ (idf editor)

asked 5 years ago

updated 5 years ago

Hi. Actually, I'm struggling in testing different damper positions, when that damper is not listed as an output in the idf editor class list. Since, I was wondering if anyone can assist and let me know in details how to have that option listed in the idf file class list, in order to be able to check the damper position on heating/cooling load summary. To be more clear, I already added the following from rdd and pasted into idf file:

HVAC,Average,Zone Air Terminal Cold Supply Duct Damper Position [];

But it resulted in server error! Any ideas? Thanks,

Preview: (hide)

Comments

1

Have you run a simulation on your file yet? If not run a simulation and see if the output variable appears in the your class list.

JasonGlazer's avatar JasonGlazer  ( 5 years ago )

Yes, I did. That output variable is not listed there. This is why I'm wondering if you can help me to figure it out how to have that variable showed up in the class list. Thanks!

Mohammad's avatar Mohammad  ( 5 years ago )
1

please include the text of the error you are getting

mdahlhausen's avatar mdahlhausen  ( 5 years ago )

1 Answer

Sort by » oldest newest most voted
1

answered 4 years ago

It looks like you are creating the RDD with a "Regular" syntax instead of "IDF" syntax. The text format you've pasted isn't what EnergyPlus requires to define an object (start with object class, end with semicolon ";", etc.). This is likely the cause of your severe error stopping the simulation, which prevents EnergyPlus from generating an updated RDD file.

I would recommend trying to change the Output:VariableDictionary object like below:

Output:VariableDictionary,
  IDF;                                      !- Key Field (Desired RDD Format)

If you save the IDF and run future simulations, you can directly copy Output:Variable lines from the RDD and paste them into the IDF without reformatting. Saving and simulating again will add these new output variables to the ESO and CSV output files.

For the specific Zone Air Terminal Cold Supply Duct Damper Position output variable that you're interested in, EnergyPlus can only generate that if you have the dual duct VAV air terminal object type or dual duct CAV air terminal object type defined in the IDF.

Preview: (hide)
link

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

Stats

Asked: 5 years ago

Seen: 858 times

Last updated: Jul 30 '20