1

Add "Output : Diagnostic" to idf

Hey,

I would like to understand few warnings in the simulations under error file.

Can someone let me know do I add the "Output : Diagnostic" to the idf editor and is it possible to integrate it in the Design builder.

Regards, Prethvi Raj, Building Performance Analyst, TRAJECT 361.

Prethvi Raj's avatar
291
Prethvi Raj
asked 2020-06-20 18:20:47 -0500
__AmirRoth__'s avatar
4.4k
__AmirRoth__
updated 2020-06-21 09:58:46 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

2

The second answer in this post discusses the Output:Diagnostics object, which in its raw text form looks like this:

Output:Diagnostics,
  DisplayExtraWarnings;

You can add this raw text form of the object directly to the EnergyPlus input file (IDF) in any text editor. If you aren't comfortable with that and want to add this in IDF Editor, this post discusses the process of adding new objects. You can also copy the raw text form of the Output:Diagnostics object and paste it into IDF Editor. You should then see an item in the Class List on the left of IDF Editor for Output:Diagnostics.

Yes, you can integrate external EnergyPlus objects into DesignBuilder. You have two options to do that:

  • If you paid for the Scripting module, you can add EnergyPlus objects in their raw text form to a script that's included in your DB file.
  • If you didn't pay for the Scripting module, another option is to include an external file that has EnergyPlus objects in their raw text form. The relevant section for doing this is near the bottom of the help documentation I linked to.
Aaron Boranian's avatar
14.1k
Aaron Boranian
answered 2020-06-21 09:17:45 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments