Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EnergyPlus version 8.7 and Erl variables #36

Open
tsnouidui opened this issue Aug 18, 2017 · 0 comments
Open

EnergyPlus version 8.7 and Erl variables #36

tsnouidui opened this issue Aug 18, 2017 · 0 comments
Assignees
Labels

Comments

@tsnouidui
Copy link
Member

tsnouidui commented Aug 18, 2017

Some BCVTB examples which were working with E+ version 5 and 6 are no longer working with E+ version 7.0.

One of of our examples that uses El variable has the object below which is essentially used to send output variable of the Erl variable to external programs (through the ExternalInterface of E+).


  EnergyManagementSystem:OutputVariable,
    Erl Shading Control Status,  !- Name
    Shade_Signal_01,                !- EMS Variable Name
    Averaged,                             !- Type of Data in Variable
    ZoneTimeStep,                     !- Update Frequency
    ,                                            !- EMS Program or Subroutine Name
    ;                                            !- Units

Older versions of E+ were able to get access to the object leveraging functions such as GetVariableKeys/GetVariableKeyCountandType using as variable name "Erl Shading Control Status" and as variable key "EMS".

With the latest version of E+ (7.0), we get

Simulation model has no variable "ERL SHADING CONTROL STATUS" with key "EMS".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant