Question-and-Answer Resource for the Building Energy Modeling Community
Get started with the Help page
Ask Your Question
0

EMS: how to initialize parameters for an equation with many variables

asked 2024-05-21 11:34:13 -0500

Leticia's avatar

updated 2024-05-21 15:35:20 -0500

I'm using EMS to set a logistic regression equation, but I'm having the following error message: "Error: EvaluateExpression: Variable = 'C50' used in expression has not been initialized!"

This error appears when I add variables to my equation. With only two variables (intercept plus one more) the simulation runs correctly. Ex: when my equation is: 'set handle=A35+B47Top' it runs ok when my equation is: 'set handle=A35+B47Top+C50*RH' I receive the above error message

My input objects for 'EnergyManagementSystem:Program' are: image description

For 'EnergyManagementSystem:ProgramCallingManager' they are: image description

Thank you for any help!

edit retag flag offensive close merge delete

Comments

Can you link to your IDF via e.g. Google Drive or Dropbox?

shorowit's avatar shorowit  ( 2024-05-22 07:00:40 -0500 )edit

Sure. The idf (version 9.6) and weather file are here: link text

Leticia's avatar Leticia  ( 2024-05-22 08:25:36 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
1

answered 2024-05-22 17:16:01 -0500

Jamie Sullivan's avatar

Looking at your model, I believe the issue is that you don't have C50 in your global variables, so its value can't be passed between programs (the same with D61 etc.).

edit flag offensive delete link more

Comments

Oh yes, the mistake was really simple, thank you! I think I went through it so much that I forgot a simple detail. Thanks a lot.

Leticia's avatar Leticia  ( 2024-05-26 08:11:29 -0500 )edit

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Training Workshops

Careers

Question Tools

2 followers

Stats

Asked: 2024-05-21 11:34:13 -0500

Seen: 77 times

Last updated: May 22