> For the complete documentation index, see [llms.txt](https://docs.myrspoven.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.myrspoven.com/ai-features/dew-point-function.md).

# Dew point function

The dew point function protects chilled-water (CHW) systems against condensation. When the risk of condensation rises, myCoreAI lifts the CHW supply-temperature setpoint above its optimized value so the supplied water never falls close enough to the dew point to cause condensation on pipes and equipment.

myCoreAI normally controls toward a **base setpoint** — the standard setpoint that applies when the dew point function does not need to intervene. The behavior below applies when no separate base setpoint is available and the dew point function governs the CHW setpoint directly.

## Dew point signal

myCoreAI reads the actual dew point signal from the BMS.

* Only **one** dew point signal can be used per chilled-water system.
* If multiple dew point signals are available, the one to use is selected during the controls and technical review meeting.

## How the setpoint is chosen

myCoreAI compares the current dew point against the optimized CHW setpoint and applies a fixed safety margin:

| Step          | Behavior                                                                                                              |
| ------------- | --------------------------------------------------------------------------------------------------------------------- |
| Base range    | The CHW system's normal MIN/MAX range is treated as the base setpoint range.                                          |
| Safety margin | A fixed **+2 °C** is added to the current dew point.                                                                  |
| Precedence    | If the dew-point setpoint is higher than the optimized range, it takes precedence and the MIN/MAX limits are ignored. |

The safety margin is currently the same for all buildings and cannot be adjusted.

## Example

* Current dew point: **15 °C**
* Safety margin: **+2 °C**
* Calculated dew-point setpoint: **17 °C**

If the optimized CHW setpoint is 14 °C, the system instead controls toward **17 °C** to avoid condensation.

## Summary

The dew point function acts as an override on the normal CHW setpoint. When the risk of condensation is low, myCoreAI follows the optimized base setpoint. When the dew point rises, the setpoint is raised to **dew point + 2 °C** to ensure condensation-free operation.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.myrspoven.com/ai-features/dew-point-function.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
