I am trying to model oa system with ironbug, and want to set the minimum oa schedule for oa controller.
I have created the schedule as below screenshot, but once I connect the schedule, it will fail to run, without schedule the simulation works.
May I know how to fix this issue, did I create the schedule in wrong way?
Thank you!
This is more of an OpenStudio SDK question than an IronBug question but what is the failure message that you get when you try to run it with that schedule? That message will probably have information about what you need to change to get it to work.
I think I ran into a similar issue while I was defining the fraction of outside air of the ventilation. I think the issue comes from the addition of a schedule to the Outdoor Air controller. When the schedule is added, the position of the OA System in Grasshopper is ignored and it becomes the last component instead which can be seen in Openstudio.
Hi @Sneaky, if you want to provide a sample file for me to debug, it will make my life much easier. But I tried to create your issue based on what you provided; it seems everything works fine on my side.
Without your sample file, what I could guess is somehow the order of supply side components are messed up after “Merge” component. What I can suggest is use a panel to check the order of components to see if each component is at the right position.
Hi,
Thank you for giving it a go and providing the picture showing how it should work. I took a look at how your encircled area is different from what I had and found that the problem lies in the “ValuesOrRules” input for the IB_Schedule. The “Duplicate Data” output needs to be flattened. When it is not the OASystem will be put at the bottom of the Merge instead of its specified location.