First time here? Check out the Help page!
1 | initial version |
Since you are modeling a central VAV system, I assume that you are using a SetpointManager:MixedAir object to account for mixing of outdoor air and heat added to the supply air from the central fan. We have found that if you want to use EMS to override setpoints, it's best to do the following:
The combination of SPM:Scheduled and EMS will essentially replace the SPM:Warmest and SPM:OutdoorAirReset objects. The reasoning for overriding the schedule value is because during each timestep, EnergyPlus determines schedule values before setpoint and availability control.
If Chandan's approach doesn't work, the EMS components will be much more involved to reset SAT and update supply flow properly. One possible strategy for defining the "worst case" scenario in a zone is the case when the zone air temperature exceeds cooling thermostat setpoint by 1F. For that case, you could force the VAV SAT to the low value of 55F. To do this, you will need to:
To override setpoint operation, be sure to choose a Program Calling Point before "AfterPredictorAfterHVACManagers" in order for the actuator to override behavior in the current timestep instead of the following timestep. Also, be mindful that EMS sensors use output variable values from the previous timestep.