1

EMS dynamic blinds problem

I have a problem with the EMS for dynamic blinds for windows in three facades of the building can any one help me with it??` Here what is errors file says:

* Severe * Problem found in EMS EnergyPlus Runtime Language. * ~~~ * Erl program name: SET_SHADE_CONTROL_STATE * ~~~ * Erl program line number: 1 * ~~~ * Erl program line text: SET INCIDENTANGLERAD = @ARCCOS SOLAR_BEAM_INCIDENT_COS * ~~~ * Error message: * Error: EvaluateExpression: Variable = 'SOLAR_BEAM_INCIDENT_COS' used in expression has not been initialized! *

rewaaesam@hotmail.com's avatar
185
rewaaesam@hotmail.com
asked 2016-10-15 05:26:26 -0500
__AmirRoth__'s avatar
4.4k
__AmirRoth__
updated 2016-10-16 09:45:09 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

3

This is a new check in EMS added as of version 8.6. It now checks that variables used on the right hand side of an expression have been initialized before being used.

The error message is saying that you need to be sure SOLAR_BEAM_INCIDENT_COS has been assigned a value before using it in that expression.

Archmage's avatar
7.2k
Archmage
answered 2016-10-15 09:45:47 -0500
edit flag offensive 0 remove flag delete link

Comments

thank you so much

rewaaesam@hotmail.com's avatar rewaaesam@hotmail.com (2016-10-17 09:35:23 -0500) edit
add a comment see more comments