kitControl-OutsideAirOptimization

This component supports applications that need to allow for enthalpy based free cooling. This object is typically used during occupancy periods.

OutsideAirOptimization is available in the Energy folder kitControl palette.

The freeCooling output is set to false if outside >= inside and set to true if outside <= inside - (abs) thresholdSpan.

There is also a low temperature check to protect against freezing.

Figure 1. OutsideAirOptimization properties


PropertyValueDescription
Temperature FacetsConfig Facets window

Selects units and configures how the value displays:

units defaults to temperature.

precision defines the number of decimal places of temperature.

min defines the lowest temperature allowed.

max defines the highest temperature allowed.

This configuration applies to Outside Temp, Inside Temp, and Low Temperature Limit properties.
Humidity FacetsConfig Facets window

Selects units and configures how the value displays:

units defaults to percentage of relative humidity (%RH).

precision defines the number of decimal places of humidity percentage.

min defines the lowest humidity allowed.

max defines the highest humidity allowed.

This configuration applies to the Outside Humidity and Inside Humidity property values.

Outside Tempnumber of degrees of temperature (defaults to 0.0 degrees F) and null definitionDefines the current outside air temperature. This input must be valid for this object to function.

When null value is checked, the value displayed defaults to the incoming value from the device. If you remove the check mark you can configure the In value.

Outside Humiditypercentage of humidity (defaults to 0.0 RH percent) and null definitionDefines the current outside air humidity. This input must be valid for this object to function.

When null value is checked, the value displayed defaults to the incoming value from the device. If you remove the check mark you can configure the In value.

Inside Tempnumber of degrees of temperature (defaults to 0.0 degrees F) and null definitionDefines the current inside air temperature. This input must be valid for this object to functio
Inside Humiditypercentage of humidity (defaults to 0.0 RH percent) and null definitionDefines the current inside air humidity. This input must be valid for this object to function.
Low Temperature Limitnumber of degrees of temperature (defaults to 0.0 degrees F) and null definitionProvides freeze protection.

When null value is checked, the value displayed defaults to the incoming value from the device. If you remove the check mark you can configure the In value.

Outside Enthalpynumber (defaults to 0.00) and null definitionDisplays the calculated outside air enthalpy.

When null value is checked, the value displayed defaults to the incoming value from the device. If you remove the check mark you can configure the In value.

Outside Enthalpy Stringtext (defaults to blank) and null definitionProvides the outside enthalpy value as a string or possible status/error message.

When null value is checked, the value displayed defaults to the incoming value from the device. If you remove the check mark you can configure the In value.

Inside Enthalpynumber (defaults to 0.00) and null definitionDisplays the calculated inside air enthalpy.

When null value is checked, the value displayed defaults to the incoming value from the device. If you remove the check mark you can configure the In value.

Inside Enthalpy Stringtext (defaults to blank) and null definnitionProvides the inside enthalpy value as a string or possible status/error message.

When null value is checked, the value displayed defaults to the incoming value from the device. If you remove the check mark you can configure the In value.

Free Coolingtrue or false (default) and null definitionSets the value of the Free Cooling Command when the component determines that free cooling should be used. Otherwise, the value is null.

When null value is checked, the value displayed defaults to the incoming value from the device. If you remove the check mark you can configure the In value.

Current Modetext (defaults to No Free Cooling)Indicates what mode this object is currently in:

Input out of range

Free Cooling

No Free Cooling

Low temperature

Input error

Threshold Spannumber to two decimal places (defaults to 1.00)Configures the difference between the inside enthalpy and the outside enthalpy. The actual difference must be greater than this value before the system enables free cooling.
Use Enthalpytrue (default) or falseEnables (true) and disables (false) the use of enthalpy for determining if free cooling is available. Otherwise, the component uses outside and inside temperature to decide.
Free Cooling Commandtrue (default) or falseDefines the Boolean value to be set in the Free Cooling property if free cooling is available.
Use Null Outputtrue (default) or falsetrue sets the null flag on Free Cooling output when free cooling is not available.