2

how I can find 1 unused schedules in input ?

************* No node connection errors were found.
************* Beginning Simulation
************* **Simulation Error Summary *************
************* There are 1 unused schedules in input.
************* Use Output:Diagnostics,DisplayUnusedSchedules; to see them.**
ipetidis's avatar
41
ipetidis
asked 2016-03-24 01:37:52 -0500
ljbrackney's avatar
3.8k
ljbrackney
updated 2016-03-24 14:25:28 -0500
edit flag offensive 0 remove flag close merge delete

Comments

2

Are you using OpenStudio, or EnergyPlus directly?

In EnergyPlus, you can add the line:

Output:Diagnostics,DisplayUnusedSchedules;

to your IDF, and it should give you the name of your unused schedule.

Neal Kruis's avatar Neal Kruis (2016-03-24 09:53:59 -0500) edit
2

If this is an OpenStudio question, you can purge unused resources in the Application. That's not a bad idea to slim down your OSM too.

ljbrackney's avatar ljbrackney (2016-03-24 11:16:43 -0500) edit

i am using the open studio program and i don't know where i have to write this order Output:Diagnostics,DisplayUnusedSchedules;

ipetidis's avatar ipetidis (2016-03-24 13:38:22 -0500) edit
1

@ipetidis there is a measure to Add Output Diagnostics. One of the argument choices is "DisplayUnusedSchedules".

David Goldwasser's avatar David Goldwasser (2016-03-28 15:04:39 -0500) edit
add a comment see more comments

1 Answer

5

You can purge unused resources (like schedules) from your model by clicking on the little recycle bin icon near the bottom left corner of the appropriate tab.

image description

Once you've purged that unnecessary data, you shouldn't see those errors.

ljbrackney's avatar
3.8k
ljbrackney
answered 2016-03-24 14:25:04 -0500
edit flag offensive 0 remove flag delete link

Comments

@ljbrackney Can users see which schedules are unused before they purge them?

Neal Kruis's avatar Neal Kruis (2016-03-25 09:54:16 -0500) edit

I don't believe the UI highlights unused schedules. You could probably whip up a reporting measure to poll the model for unused resources.

ljbrackney's avatar ljbrackney (2016-03-25 11:01:11 -0500) edit

The standard OpenStudio report has a "Schedule Overview" section at the bottom. It shows Ruleset Schedules used in the model. If you expand the table it shows you the use count for each schedule. Unused schedules won't show up here. When purging schedules make sure you first purge unused SpaceTypes or they will prevent some schedules from being purged. You could also use the Remove Orphan Objects and Unused Resources measure.

David Goldwasser's avatar David Goldwasser (2016-03-28 15:00:16 -0500) edit
add a comment see more comments