PAT-AEDG Crashes when Lighting Controls Selected
Greetings good folks, I am not sure how to begin debugging why the PAT measure that simulated AEDG Lighting Controls for Offices. There error statement does not point me in a direction that I can follow. Also, I am not able to copy and paste the error message so a screen shot is below. I can only think that since the building consisted of only a single space type the loop to change the lighting schedule did not like not finding a second space type. Any thoughts or recommendations would be appreciated. Thank you, Matt
Comments
@MattStewart, do you mind sending the model to OpenStudio@NREL.gov. I'm not sure what the issue is but I should be able to duplicate the error and fix it.
If you look at line 187 of the measure you will see this line:
I'd bet existMax is empty and toNeatString doesn't handle nil being passed in. Since this line is just information about the initial model, I'd suggest you comment it out (add a '#' symbol before "runner") and try again.
Dan, Did not work. I tried what you suggested to no avail. Same error returned. Matt
Also, @MattStewart please use the naming convention for question tags by separating them into a discrete key word or words separated by
-
, not a long phrase separated by_
. Thanks.Got your model. I'll look at it this afternoon.