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

Interpolate Field in Compact Schedule

asked 2022-07-13 15:13:31 -0500

Maysam's avatar

updated 2022-07-14 13:58:04 -0500

I try to set a Field in a compact schedule. when I set final field as "Interpolate: No;", I face a severe error. for example:

Schedule:Compact,
 On,                      !- Name
 Any Number,              !- Schedule Type Limits Name
 Through: 12/31,          !- Field 1
 For: AllDays,            !- Field 2
 Until: 24:00, 1,         !- Field 4
 Interpolate: NO;        !- Field 5

Error: * Severe * ProcessScheduleInput: Schedule:Compact="ON", Looking for "Until" field, found=INTERPOLATE: No

Has anyone experienced such a warning?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2022-07-13 15:26:04 -0500

Maysam's avatar

updated 2022-07-14 13:58:49 -0500

Accidentally, I found the answer. I need to set the interpolate field between for and until fields. for instance:

Schedule:Compact,
 On,                      !- Name
 Any Number,              !- Schedule Type Limits Name
 Through: 12/31,          !- Field 1
 For: AllDays,            !- Field 2
 Interpolate: No,         !- Field 3
 Until: 24:00, 1;         !- Field 5
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

Stats

Asked: 2022-07-13 15:13:31 -0500

Seen: 87 times

Last updated: Jul 14 '22