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

Severe error (Error parsing "Schedule:Day:Interval") when running the idf file.

asked 2019-11-27 17:24:52 -0500

yingli.lou@colorado.edu's avatar

updated 2019-11-27 23:06:16 -0500

I change the schedule in IDF file to 15min interval. as shown follows:

Schedule:Day:Interval,
  Air Velocity Schedule Default,          !- Name
  Velocity,                               !- Schedule Type Limits Name
  No,                                     !- Interpolate to Timestep
  00:15,                                  !- Time 1 {hh:mm}
  0.2,                                   !- Value Until Time 1
  00:30,                                  !- Time 2 {hh:mm}
  0.2,                                   !- Value Until Time 2

Attached is the IDF file.

When I run this model, I met an error:

   ** Severe  ** Line: 1152 Index: 3 - Error parsing "Schedule:Day:Interval". Error in following line.
   ** Severe  ** ~~~   1;

How do I solve this error?

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
0

answered 2019-11-27 20:44:05 -0500

I'm guessing you need a semicolon on the last line of the object, not a comma.

edit flag offensive delete link more

Comments

the last line of the object is a semicolon. So I don't know is there any possible problem that causes this error.

yingli.lou@colorado.edu's avatar yingli.lou@colorado.edu  ( 2019-11-27 23:11:47 -0500 )edit
0

answered 2019-12-01 16:23:52 -0500

Chun's avatar

Try including the word 'until' in the time. For example: until: 00:15,

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

Careers

Question Tools

1 follower

Stats

Asked: 2019-11-27 17:24:52 -0500

Seen: 119 times

Last updated: Nov 27 '19