2

Corrupted ScheduleRuleset, OS not functioning

I've made a lot of Schedules today, one of which is called "25C 24/7". When i go to Schedules in OS the program gives the error below and closes down. I first suspected it is because I used the '/' symbol. I then changed it manually in Wordpad to a '+'. This gave me the same error. Then I deleted the + and got the same error again. Is this because I used a forbidden symbol once and now that schedule is corrupted? How can this be fixed? I tried several things and I'd like to hear from you if this is the correct way and how this can be prevented. Ive added a link for the model here

error 1

image description

AadriaanW's avatar
295
AadriaanW
asked 2018-01-18 04:03:09 -0500
__AmirRoth__'s avatar
4.4k
__AmirRoth__
updated 2018-01-18 12:06:03 -0500
edit flag offensive 0 remove flag close merge delete

Comments

@AadriaanW Please post the Schedule Definition from the OSM file. Even better if you could post a link to the model.

Avi's avatar Avi (2018-01-18 04:07:21 -0500) edit

I was still working on the model so I'm not sure if it is in there yet. If it is than it should have the same name.

AadriaanW's avatar AadriaanW (2018-01-18 07:06:33 -0500) edit

@AadriaanW The model you have now on the Google drive is not generating OSM fault. So you succeed in deleting the mal schedule. On the other hand the model is missing schedules in several places. you need to provide those schedules.

Avi's avatar Avi (2018-01-18 07:55:25 -0500) edit

Interesting that it doesn't create an error with you. Did yoy check the Schedules tab where the Schedules themselves are made? Not just the Schedule Sets? If some schedules are missing its ok, i can remake them as long as OS doesnt crash. Could it be that some schedules were lost in the online data transfer?

AadriaanW's avatar AadriaanW (2018-01-18 08:08:28 -0500) edit

@AadriaanW Ok you are right. See my answer.

Avi's avatar Avi (2018-01-18 08:30:49 -0500) edit
add a comment see more comments

1 Answer

3

Somehow you manged to end up with Ruleset schedules with no default Day schedules. The bugious schedules are:

OS:Schedule:Ruleset,
  {c648dc32-56ca-4a1e-9af5-501442111cf8}, !- Handle
  25C Office no setback,                  !- Name
  ,                                       !- Schedule Type Limits Name
  ,                                       !- Default Day Schedule Name
  ,                                       !- Summer Design Day Schedule Name
  ;                                       !- Winter Design Day Schedule Name

OS:Schedule:Ruleset,
  {0b92ea24-6eb2-4fd3-8948-66890fc5c5c5}, !- Handle
  25C Lab no setback,                     !- Name
  ,                                       !- Schedule Type Limits Name
  ,                                       !- Default Day Schedule Name
  ,                                       !- Summer Design Day Schedule Name
  ;                                       !- Winter Design Day Schedule Name

OS:Schedule:Ruleset,
  {67740387-4fe7-4952-be05-c1656275de62}, !- Handle
  25C Conference no setback,              !- Name
  ,                                       !- Schedule Type Limits Name
  ,                                       !- Default Day Schedule Name
  ,                                       !- Summer Design Day Schedule Name
  ;                                       !- Winter Design Day Schedule Name

OS:Schedule:Ruleset,
  {9e96dd69-241a-4e0b-ac9e-f022ece9bec6}, !- Handle
  25C Gym no setback,                     !- Name
  ,                                       !- Schedule Type Limits Name
  ,                                       !- Default Day Schedule Name
  ,                                       !- Summer Design Day Schedule Name
  ;                                       !- Winter Design Day Schedule Name

OS:Schedule:Ruleset,
  {e85f7e07-1769-4e00-a3b7-9d57da7c94c7}, !- Handle
  25C Class no setback,                   !- Name
  ,                                       !- Schedule Type Limits Name
  ,                                       !- Default Day Schedule Name
  ,                                       !- Summer Design Day Schedule Name
  ;                                       !- Winter Design Day Schedule Name

OS:Schedule:Ruleset,
  {3f75378d-6d73-458d-82d3-c34bdc842793}, !- Handle
  25C Break Student no setback,           !- Name
  ,                                       !- Schedule Type Limits Name
  ,                                       !- Default Day Schedule Name
  ,                                       !- Summer Design Day Schedule Name
  ;                                       !- Winter Design Day Schedule Name

To find them I searched for , !- Default Day Schedule Name. Find them and delete them then you are good to go.

Avi's avatar
4.3k
Avi
answered 2018-01-18 08:36:55 -0500, updated 2018-01-19 00:06:47 -0500
edit flag offensive 0 remove flag delete link

Comments

That did the trick, will not forget to make design day schedules for my temp schedules!

AadriaanW's avatar AadriaanW (2018-01-18 19:46:31 -0500) edit

@AadriaanW Just out of curiosity how you mange to end up with no default day schedule?

Avi's avatar Avi (2018-01-19 00:07:45 -0500) edit

Sorry for not getting back to you earlier. I simply didnt put one in in the schedule creating in OpenStudio. Apperently it didnt give me an error warning. Perhaps good for a future feature?

AadriaanW's avatar AadriaanW (2018-03-24 06:23:09 -0500) edit
add a comment see more comments