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

I encountered the following error when setting output: variable

asked 2020-04-01 23:48:23 -0500

lin's avatar

updated 2020-04-02 11:12:32 -0500

In the simulation process, I need to know the hourly load of the building, so I selected two variables of HVAC,Sum,Zone Ideal Loads with Total Heating Energy and HVAC,Sum,Zone Ideal Loads with Total Cooling Energy in the RDD file after operation, and the following error occurred after the second operation.Could you please tell me how to solve this problem?

* Severe * Line: 24350 Index: 0 - Error parsing "Output:Variable". Error in following line. * Severe * ~~~ * Severe * Line: 24350 Index: 10 - "Hourly" is not a valid Object Type. * Severe * Line: 24355 Index: 0 - Error parsing "Output:Variable". Error in following line. * Severe * ~~~ * Severe * Line: 24355 Index: 10 - "Hourly" is not a valid Object Type. * Fatal * Errors occurred on processing input file. Preceding condition(s) cause termination.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2020-04-02 10:10:25 -0500

What did you do after you selected those variables from the rdd file? Paste them into your input file (idf)? And then correct the syntax? The part of the error that says "Hourly" is not a valid Object Type usually indicates that there is not a comma before the word "Hourly". And there needs to be a semi-colon at the end of each line.

Output:Variable,*, Zone Ideal Loads with Total Heating Energy, Hourly;

edit flag offensive delete link more

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

1 follower

Stats

Asked: 2020-04-01 23:48:23 -0500

Seen: 51 times

Last updated: Apr 02 '20