Grasshopper

algorithmic modeling for Rhino

Hi guys,

The Read EP Result component has been failing for me whenever my output files include a central HVAC system. At least in my most recent file, the Fan Electric Energy and Pump Electric Energy columns in the CSV file are causing issues. I think part of it is that my column names don't include the strings the code searches for (e.g. 'FAN CONSTANT VOLUME'), but even when I change the column name to include those, I still get an error from the checkCentralSys() function that's being called in the code. I'm just commenting out those sections for now, but any ideas on how to fix it? 

I'm attaching an example file you can test with. Thanks,

Julia

Views: 217

Attachments:

Replies are closed for this discussion.

Replies to This Discussion

Julia,

Thanks so much for finding the bug.  This is going to be much easier to fix than the last one that you reported.  It also seems to be the same bug that another user reported to me here:

http://www.grasshopper3d.com/group/ladybug/forum/topics/read-ep-res...

I will take a look at your files shortly.  In the meantime, if you could also upload the GH file that created the error, that would be helpful.  It is ok of the file is large as I mostly know what I am looking for.

-Chris

Julia,

I got the chance to look more deeply at your file and I realized what was going on: it seems that you are building a custom HVAC system and you have added custom names for things like the "DOAS Supply Fan."  This was causing the functions in the result reader component that try to match outputs to zones to get a bit confused.  I also understand now why you were not able to upload a GH definition as it seems your getting into some deeper editing with either the OpenStudio interface or the IDF editor.

In any case, I have added in an extra function into the result reader component that will catch any custom names for fans, pumps, heating equipment, or cooling equipment and make sure that they all come in.  Everything seems to be coming in fine for your file:

You can find the updated component attached and you can get it in your Honeybee toolbar by syncing with the github.

Thanks for reporting!

-Chris

Attachments:

Ah, that's great, thanks for the updated component! Yeah, I figured it had something to do with the custom names. 

RSS

About

Translate

Search

Photos

  • Add Photos
  • View All

Videos

  • Add Videos
  • View All

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service