4

EMS and report measure in OS

  • retag add tags

I want to apply EMS by measure in OS, have any example or guide for that task ?

ngkhanh's avatar
2.2k
ngkhanh
asked 2016-01-21 14:01:41 -0500, updated 2016-01-22 09:06:57 -0500
edit flag offensive 0 remove flag close merge delete

Comments

1

Are these two separate questions? I can look into the zone report unit test. As far as EMS, is there a specific use case you have in mind? I'll looking for some example EMS measure code tonight, we have some internally but nothing posted to BCL yet.


If your EMS use case doesn't require changes to objects generated by OpenStudio you can use this simple measure to drop in content from a pre-generated IDF that you provide.

David Goldwasser's avatar David Goldwasser (2016-01-21 16:31:56 -0500) edit

Yes, there are 2 question about zone_report measure. I think zone report measure need to be updated so that it can use in standard report because it 's pretty useful for sizing and load predicting.

ngkhanh's avatar ngkhanh (2016-01-21 20:53:34 -0500) edit

Please open one thread per question

Julien Marrec's avatar Julien Marrec (2016-01-22 08:44:35 -0500) edit
add a comment see more comments

1 Answer

8

I think the best publicly-available source of example EMS measures is currently the OpenStudio-PTool repository. Design documents describing the measures and how they work are here, and you can always refer to the EMS Application Guide to reference how the EMS code works.

ericringold's avatar
10.6k
ericringold
answered 2016-01-21 17:09:58 -0500, updated 2016-01-21 21:05:27 -0500
edit flag offensive 0 remove flag delete link

Comments

There should be design docs in that repo that describe the design intent, modeling approach, and test cases. I know those docs exist, and if they're not in the repo I'll make sure they get there.

ljbrackney's avatar ljbrackney (2016-01-21 20:57:51 -0500) edit

You're right, @ljbrackney; answer edited.

ericringold's avatar ericringold (2016-01-21 21:01:43 -0500) edit
add a comment see more comments