1

Schedule:Constant

Hi, I ran into following warning:

* Warning * ProcessScheduleInput: Schedule:Constant="ALWAYS_ON", Blank Schedule Type Limits Name input -- will not be validated.

As long as I don't use any equipment which needs the Always On Schedule nothing severe happens. But if I for example add a HVAC System were some fans use the constant schedule I get the error message below. I already tried different approaches (tried to change .osm code) but I couldn't find any solution yet. Any idea what could help?

Thank you, Phil

image description

Phil's avatar
181
Phil
asked 2016-02-03 09:48:29 -0500
__AmirRoth__'s avatar
4.4k
__AmirRoth__
updated 2017-08-07 13:49:49 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

3 Answers

1

Screenshot from the Service Hot Water Loop. The hot water storage is connected to a HPWH in a thermal zone. C:\fakepath\Service hot water loop.png

Phil's avatar
181
Phil
answered 2016-02-03 16:07:28 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments
1

The initial warning you see about the "ALWAYS_ON" schedule is because the "Schedule Type" input field of the Constant Schedule object is blank. This input field references a Schedule Type Limits object elsewhere in the model. The "OnOff" Schedule Type option would be best for a constant "ALWAYS_ON" schedule.

Looking at your error file screen shot, your simulation is crashing because the Plant Equipment Operation Schemes object named "Service Hot Water Loop Operation Schemes" doesn't have a schedule input on line 30912. This field should match the name of a Schedule object elsewhere in the model.

Are you using OpenStudio to create this model? You mentioned that you had tried to change .osm code. OpenStudio should automatically create Schedule Type Limits objects depending upon Schedule objects in the model. When you create a new schedule, OpenStudio asks you to select the schedule type (see image below).

image description

Creating new schedule in OpenStudio

OpenStudio should also automatically create Plant Equipment Operation Schemes objects depending upon plant equipment assigned to the different loops in the model (can reference other related questions HERE and HERE). If you are using OpenStudio, which version are you using?

Aaron Boranian's avatar
14.1k
Aaron Boranian
answered 2016-02-03 11:58:58 -0500
edit flag offensive 0 remove flag delete link

Comments

I am using OpenStudio(Version 1.9.5). Openstudio made this schedule automatically and since it is a constant schedule I cannot change it in the schedule settings. There are also 4 drop-down menus which are empty in the PlantLoop settings (I cannot select anything there). I created a OnOff schedule for my HPWH but I cannot find any equipment which uses the mentioned schedule in the errors.

Phil's avatar Phil (2016-02-03 12:38:38 -0500) edit

I also have 4 drop-down menus related to Plant Loop settings with nothing to select. Since Plant Equipment Operation Schemes are created based upon equipment on the plant loop, please include a screen shot of your Hot Water Loop to make it easier to find what's going on. There is a Git Hub issue HERE for component placement issues.

This seems to be more of an OpenStudio GUI issue, so I'll tag @David Goldwasser, @macumber, @Kyle Benne, and @aparker for help.

Aaron Boranian's avatar Aaron Boranian (2016-02-03 13:18:39 -0500) edit

I put the screenshot into an answer. I just saw that even my newly drawn models from the SketchUp plugin have the same error. And there is no equipment assigned yet.

Thank you

Phil's avatar Phil (2016-02-03 16:04:12 -0500) edit

That is very strange. It may be worth a shot to install v1.10.0 or v1.9.0 and try again. I personally avoid the pre-release versions that end in something other than "0". If you install v1.10.0, the OpenStudio application will ask to automatically update your OSM file.

Aaron Boranian's avatar Aaron Boranian (2016-02-04 09:00:41 -0500) edit
1

I installed version 1.10.0 now, it actually got worse. Simulating the same files with the the mentioned error leads to following warnings:

* Warning * ProcessScheduleInput: Schedule:Constant="ALWAYS_ON", Blank Schedule Type Limits Name input -- will not be validated. * Warning * ProcessScheduleInput: Schedule:Constant="ALWAYS ON DISCRETE", Blank Schedule Type Limits Name input -- will not be validated. * Warning * ProcessScheduleInput: Schedule:Constant="ALWAYS OFF DISCRETE", Blank Schedule Type Limits Name input -- will not be validated. * Warning * ProcessScheduleInput:

Phil's avatar Phil (2016-02-04 10:39:41 -0500) edit
add a comment see more comments
0

I have a similiar problem with the same warning

** Warning ** ProcessScheduleInput: Schedule:Constant="ALWAYS OFF DISCRETE", Blank Schedule Type Limits Name input -- will not be validated.
   ** Warning ** ProcessScheduleInput: Schedule:Constant="ALWAYS ON CONTINUOUS", Blank Schedule Type Limits Name input -- will not be validated.

The thing is that I haven't created these schedules in OpenStudio and if I open the openstudio model in text editor they aren't there.

Gjko's avatar
31
Gjko
answered 2017-03-03 12:52:49 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments