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

Error parsing "ThermostatSetpoint:SingleCooling"

asked 6 years ago

Nattawat's avatar

updated 6 years ago

* Severe * Line: 616 Index: 0 - Error parsing "ThermostatSetpoint:SingleCooling". Error in following line.

* Severe * ~~~

* Severe * <root> - Missing required property 'GlobalGeometryRules'.

* Fatal * Errors occurred on processing input file. Preceding condition(s) cause termination.

Preview: (hide)

Comments

@Nattawat it sounds like you have something wrong with your EnergyPlus input file at line number 616, judging by beginning of first Severe error line. The error messages go on to say the issue is related to a Thermostat object and a GlobalGeometryRules object, but these two usually aren't related, so it's difficult to know exactly what's wrong with the input file. Can you post a link to your EnergyPlus input file ending in .idf?

Aaron Boranian's avatar Aaron Boranian  ( 6 years ago )

https://drive.google.com/open?id=1ik2...

hear is file in.idf I am not sure about this file. I fixed somthing in my os last night Can u help me pls. I first time use os programe

Nattawat's avatar Nattawat  ( 6 years ago )

and i want to know about GlobalGeometryRules Can u explain that?

Nattawat's avatar Nattawat  ( 6 years ago )

@Nattawat the GlobalGeometryRules object determines how corners of surfaces are located.

Aaron Boranian's avatar Aaron Boranian  ( 6 years ago )

1 Answer

Sort by » oldest newest most voted
1

answered 6 years ago

After looking over your attached IDF, it looks like you are using "special characters" (characters that are not ASCII) that EnergyPlus cannot handle, such as the last input field setting Cooling Setpoint Temperature Schedule Name in the code block below.

ThermostatSetpoint:DualSetpoint,
  Thermostat Setpoint Dual Setpoint 1,    !- Name
  Heating,                                !- Heating Setpoint Temperature Schedule Name
  แอร์ออฟฟิส;         !- Cooling Setpoint Temperature Schedule Name

To fix this, you will need to reset any input fields using these special characters with their English equivalent. You can read more about special characters in OpenStudio and EnergyPlus in a related Unmet Hours post.

Preview: (hide)
link

Comments

EnergyPlus can handle UTF-8 input, however, there were a couple bugs which prevented EnergyPlus from parsing it correctly. These were addressed in this pull request and will be included in the EnergyPlus 9.1.0 release.

MarkAdams's avatar MarkAdams  ( 6 years ago )

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: 6 years ago

Seen: 261 times

Last updated: Feb 11 '19