Hi!
I’m having a hard time setting up the system I have in mind. I’m rather sure that it’s possible with Ironbug, but before I pour all of my development hours into this I would kindly ask for some advice.
The system I’m trying to set up for each zone is a Airloop with a VAV system based on a control profile similar to the IES modulating value: max(ramp(ta,21,0.3,24,1),ramp(co2,600,0.3,1000,1)).
I can’t figure out how to setup the control based on the Air Node of a zone.
The inlet air temperature should be similar to the IES absolute value: ramp(to,5,20,15,17), with the ability to cap the capacity of heating and cooling coils.
I think the ramp control can be achieved via IB_SPM_OAReset component, but I can’t figure out where to put a cap on the cooling coil capacity. It can be done indirectly via the air flow rate and inlet temperature, but it seems a bit overcomplicated.
Furthermore a simple HW loop with baseboard heaters (or the like) based on a simple setpoint of the airtemperature of the zone, with the ability to cap the capacity.
Lastly we would like the opportunity to add more cooling with a simple negative capacity based on the IES modulating value: ramp(ta,21,0,24,1).
Values are exemplary, and should be alterable.