First time here? Check our help page!
2

Add Interval Schedule From File

I am trying to use the Add Interval Schedule From File measure to input a leap year, 15-minute intervals, load profile to simulate a chilled water plant. I am using OS:LoadProfile:Plant. I have figured out how to format the .csv files and use the BCL measure. They are successfully applied to the in.osm file.

This measure does not seem to work using "Apply Now", I suspect because OpenStudio does not recognize Schedule:Compact or OS:Schedule:FixedInterval. So, it has to be applied just before translation to .idf file.

How do I get the OS:LoadProfile:Plant object to recognize the schedules if they are not available in the OpenStudio interface?

@mdahlhausen

Ski90Moo's avatar
869
Ski90Moo
asked 2020-05-22 16:54:51 -0500
shorowit's avatar
11.8k
shorowit
updated 2020-05-22 19:27:22 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

1

My mistake. I must have entered something wrong that caused an error. The Apply Measure Now does work, sometimes.... For some reason I have encountered this error again:

Failed to Show Arguments

Reason(s):

Failed to display measure: C:\Users\jenkins\git\OpenStudio\openstudiocore\src\shared_gui_components\MeasureManager.cpp@472 : Error computing arguments: {"error":"C:\Users\jenkins\git\OpenStudio\openstudiocore\src\model\LoadProfilePlant.cpp@127 : Object of type 'OS:LoadProfile:Plant' and named 'Load Profile' does not have an Load Schedule attached.","backtrace":"[\":/measure_manager.rb:174:in translateModel'\", \":/measure_manager.rb:174:inget_model'\", \":/measure_manager_server.rb:247:in do_POST'\", \":/ruby/2.2.0/webrick/httpservlet/abstract.rb:106:inservice'\", \":/ruby/2.2.0/webrick/httpserver.rb:138:in service'\", \":/ruby/2.2.0/webrick/httpserver.rb:94:inrun'\", \":/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'\"]"}

Ski90Moo's avatar
869
Ski90Moo
answered 2020-05-24 16:10:18 -0500, updated 2020-05-24 16:25:41 -0500
edit flag offensive 0 remove flag delete link

Comments

Changing the OS:LoadProfile:Plant Load Schedule Name to something other than "Always On Discrete hvac_library" seems to clear up this error.

Ski90Moo's avatar Ski90Moo (2020-05-24 16:46:14 -0500) edit
add a comment see more comments