> For the complete documentation index, see [llms.txt](https://support.powerio.com/hub/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.powerio.com/hub/codesys-hvac/en/hvac-alarm-library/description.md).

# Description

{% columns %}
{% column width="25%" %}

<figure><img src="/files/7b6926113fc4b069ff4a126cc498b02ffdc96626" alt="" width="100"><figcaption></figcaption></figure>
{% endcolumn %}

{% column width="75%" %}
The HVACFAM Alarm Message Library enables selecting individual alarms in the visualization. Sending emails directly from the controller or via the HVAC Portal.
{% endcolumn %}
{% endcolumns %}

***

So you can get started right away, we offer the library as a download. A license is not required for use. If you need further assistance, please do not hesitate to contact us.

<a href="/spaces/ltcbXgy6Y2teLoU01eGk/pages/cc4dd7d68e19cfac3eba0306b671a217a2ba03ef" class="button primary" data-icon="up-right-from-square">Download</a> <a href="https://store.codesys.com/de/hvac-building-process-automation-sl.html" class="button secondary" data-icon="seal">Purchase license</a> <a href="https://www.powerio.com/de/kontakt" class="button secondary" data-icon="question">Get support</a>

{% hint style="info" %}
**Licensing:**

Without purchase of a license (only *Download*) the library runs for **30 minutes as an unrestricted trial version**. For productive use a Single License (SL) / single-device license is required per controller.\
For instructions on installing licenses, please visit the page [Product Licensing](/hub/codesys-hvac/en/overview/licensing.md).
{% endhint %}

### Overview

{% columns %}
{% column width="91.66666666666666%" %}

<figure><img src="/files/d665475e4fe4e99fef69d22730b74057b3f45f87" alt=""><figcaption></figcaption></figure>

<p align="center"><em>Automatic reading of all configured alarms and setup of mail sending or alarming with the HVAC Automation Portal.</em></p>
{% endcolumn %}

{% column width="8.333333333333343%" %}

{% endcolumn %}
{% endcolumns %}

***

### Description

With this library you can read, filter and use alarms from the CODESYS AlarmManager via IEC code for further functions – e.g. for e-mail notifications, custom logic or visualizations.

The library provides an alarm buffer, traversal mechanisms and a flexible rule set. Based on alarm classes, alarm groups and other criteria, policies and groups can be defined that determine when and how alarm messages are processed or sent.

The main components are:

* Access to all alarms of the AlarmManager via IEC code
* Buffering of alarms in a high-performance alarm buffer
* Filtering of alarms by type (e.g. alarm class, alarm group) and text
* Management of policies (rules) and groups to define alarm behavior
* E-mail notification for relevant alarm conditions
* Status and diagnostic information for e-mail delivery
* Utility blocks such as timers and FIFO buffer

***

### Details

| **Documentation Version**      | <code class="expression">space.vars.HVACFAM\_Library\_latest</code>                                                                                                                                                                        |
| ------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| **Placeholder**                | `HVACFAM`                                                                                                                                                                                                                                  |
| **Available in CODESYS Store** | *No*                                                                                                                                                                                                                                       |
| **Programming System**         | *CODESYS V3.5.17.2 or higher*                                                                                                                                                                                                              |
| **Runtime System**             | *CODESYS Control V4.2.0.0 or higher*                                                                                                                                                                                                       |
| **Licensing**                  | *Single License (single-device license)*                                                                                                                                                                                                   |
| **License**                    | <p><a href="https://store.codesys.com/de/hvac-building-process-automation-sl.html">HVAC Building Automation Package SL</a><br>+<br><a href="https://store.codesys.com/de/codesys-iiot-libraries-sl.html">CODESYS IIoT Libraries SL</a></p> |

***


---

# 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://support.powerio.com/hub/codesys-hvac/en/hvac-alarm-library/description.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.
