1

I encountered the following error when setting output: variable

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.

lin's avatar
11
lin
asked 2020-04-01 23:48:23 -0500
Aaron Boranian's avatar
14.1k
Aaron Boranian
updated 2020-04-02 11:12:32 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

1

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;

rraustad's avatar
13.8k
rraustad
answered 2020-04-02 10:10:25 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments