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

Open Studio: unable to add the setpoint manager Humidity minimum to my airloop since that setpoint manager does not exist.

asked 2018-05-11 07:53:21 -0500

Siv's avatar

updated 2018-05-14 07:10:15 -0500

C:\fakepath\Untitled.png

edit retag flag offensive close merge delete

2 Answers

Sort by » oldest newest most voted
2

answered 2018-05-14 07:18:26 -0500

It seems like it was indeed meant to be added to hvac_library.osm but was forgotten.

I opened an issue on Github: Issue#3130 and I just fixed it in PR#3131. It should get merged in soon and be available in the next OpenStudio version or shortly thereafter.

If you want a quick fix, you can head over to your local copy of hvac_library.osm (on Windows that's something like C:\openstudio-x.y.z\Resources\default\hvac_library.osm), open it up, and paste the following snippet:

OS:SetpointManager:SingleZone:Humidity:Minimum, 
  {3beb4328-e84f-4368-9105-1071d292ebe3}, !- Handle 
  Setpoint Manager Single Zone Humidity Minimum, !- Name 
  MinimumHumidityRatio,                   !- Control Variable 
  ,                                       !- Setpoint Node or NodeList Name 
  ;                                       !- Control Zone Name

I doubt you'd have a handle conflict, but to make sure do a search for {3beb4328-e84f-4368-9105-1071d292ebe3} in the entire file, you should find only one occurrence: the one you added.

Then relaunching the OS App, you should now be able to drag and drop this SetpointManager.

edit flag offensive delete link more
1

answered 2018-05-11 09:04:57 -0500

Avi's avatar

It is missing for some time now. I confirmed that in OS 2.2.0 and up it is missing. Read This post and if it satisfies you please close this post for being duplicated.

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

1 follower

Stats

Asked: 2018-05-11 07:53:21 -0500

Seen: 223 times

Last updated: May 14 '18