0

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

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?

yingli.lou@colorado.edu's avatar
163
yingli.lou@colorado.edu
asked 2019-11-27 17:24:52 -0500
shorowit's avatar
11.8k
shorowit
updated 2019-11-27 23:06:16 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

2 Answers

0

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

shorowit's avatar
11.8k
shorowit
answered 2019-11-27 20:44:05 -0500
edit flag offensive 0 remove flag delete link

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
add a comment see more comments
0

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

Chun's avatar
28
Chun
answered 2019-12-01 16:23:52 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments