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 2019-07-08 09:53:38 -0500

updated 2019-07-24 09:55:09 -0500

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,

edit retag flag offensive close merge delete

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  ( 2019-07-09 07:17:32 -0500 )edit

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  ( 2019-07-09 17:16:04 -0500 )edit
1

please include the text of the error you are getting

mdahlhausen's avatar mdahlhausen  ( 2019-07-11 12:49:41 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
1

answered 2020-07-30 11:27:18 -0500

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.

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

Careers

Question Tools

Stats

Asked: 2019-07-08 09:53:38 -0500

Seen: 750 times

Last updated: Jul 30 '20