OutsideAirOptimization is available in the kitControl Energy folder. The OutsideAirOptimization component is used to support applications that need to allow for enthalpy based free cooling.
This object is typically used during occupancy periods.
The freeCooling output is set to false if outside >= inside and set to true if
outside <= inside - (abs) thresholdSpan. You can select temperature or enthalpy comparisons. There is also a low temperature check to protect against freezing.
Setup of the object involves the following properties (also see Example 13), as follows:
Temperature Facets
This is used to set the units and number precision of the Outside Temp, Inside Temp, and Low Temperature Limit properties.
Humidity Facets
This is used to set the units and number precision of the Outside Humidity and Inside Humidity properties.
Outside Temp
Input for the current outside air temperature. This input must be valid for this object to function.
Outside Humidity
Input for the current outside air humidity. This input must be valid for this object to function.
Inside Temp
Input for the current inside air temperature. This input must be valid for this object to function.
Inside Humidity
Input for the current inside air humidity. This input must be valid for this object to function.
Low Temperature Limit
This property is used to provide freeze protection.
Outside Enthalpy
This is the calculated outside air enthalpy.
Outside Enthalpy String
This provides the outside enthalpy value as a string or possible status/error message.
Inside Enthalpy
This is the calculated inside air enthalpy.
Inside Enthalpy String
This provides the inside enthalpy value as a string or possible status/error message.
Free Cooling
This boolean output value is set to the value of the Free Cooling Command when it is determined that free cooling should be used. Otherwise, the value is set to null.
Current Mode
This indicates what mode this object is currently in.
Input out of range
Free Cooling
No Free Cooling
Low temperature
Input error
Threshold Span
The difference between the inside enthalpy and the outside enthalpy must be greater than this value before free cooling will be enabled.
Use Enthalpy
Setting this property to true will enable the use of enthalpy for determining if free cooling is available. Otherwise, it will just use outside and inside temperature to decide.
Free Cooling Command
If it is determined that free cooling is available, this is the boolean value that will be set in the Free Cooling property.
Use Null Output
If this property is true, then the null flag will also be set on the Free Cooling output when free cooling is NOT available.
Example 13. Using OutsideAirOptimization
An example OutsideAirOptimization component usage is shown in Figure 39.
Copyright © 2000-2016 Tridium Inc. All rights reserved.