> 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/downloads/codesys-hvac-downloads/hvac-bacnet-library.md).

# HVAC BACnet2 Library

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

<figure><img src="/spaces/QR4vCFzt6ixgsqlR3pdR/files/NY1zTK5uEksOjoSeZUhN" alt="" width="100"><figcaption></figcaption></figure>
{% endcolumn %}

{% column width="75%" %}
Einfaches Lesen und Schreiben von BACnet Datenpunkten. Optimiert für das schnelle Engineering und die Nutzung im CFC-Editor.

Dies ist eine Umfangreiche Bibliothek um CODESYS BACnet2 praxistauglich für viele Datenpunkte nutzen zu können.
{% endcolumn %}
{% endcolumns %}

### Dokumentation

<a href="/spaces/QR4vCFzt6ixgsqlR3pdR/pages/fKmOzllFi7XlVdfR5Dtb" class="button secondary" data-icon="books">Zur Dokumentation</a>

### Aktuelle Version

<details>

<summary>1.0.0.4 - HVACBACnet2 -  <a href="https://dl.powerio.com/downloads/powerIO-CODESYS-3.5.17.2-HVACBACNET2-1.0.0.4.compiled-library-v3" class="button primary" data-icon="arrow-down-to-line">Download</a></summary>

Release Date 15.10.2025

**Neue Funktionen und Änderungen**

* Allgemeine Verbesserungen

***

*Technische Details und Sicherheit zum Download*

<table data-header-hidden><thead><tr><th width="292.62353515625"></th><th></th></tr></thead><tbody><tr><td><i class="fa-certificate">:certificate:</i> Signierung</td><td>Ja (mehr Infos)</td></tr><tr><td><i class="fa-abacus">:abacus:</i> Signierter Library Hash</td><td><code>a2f03377349a</code></td></tr></tbody></table>

</details>

***

### Ältere Versionen

<details>

<summary>1.0.0.3 - HVACBACnet2  - <a href="https://dl.powerio.com/downloads/powerIO-CODESYS-3.5.17.2-HVACBACNET2-1.0.0.3.compiled-library">Download</a></summary>

Release Date 12.09.2025

**Neue Funktionen und Änderungen**

* Funktionsbaustein 'SRV\_MSV\_SMALL' neu hinzugefügt.
* Funktionsbaustein 'SRV\_AV\_SMALL':

```
Im freigegebenen, nicht registrierten Zustand wird der Zustand der Ausgangsvariablen 'rPresentValue' durch die Eingangsvariable 'rPresentValue_IN' festgelegt.

Die Zugriffsberechtigung für die Eigenschaft 'Relinquish Default' ( 'eAccessRightRelinquishDefault_IN' ) wurde hinzugefügt.

Der Ausgang 'xPresentValueOverride' wurde funktional verbessert.

Der Ausgang 'stProperties.udiCurrentCommandPriority' wurde hinzugefügt.

Der Ausgang 'stProperties.sCurrentCommandIPAdr' wurde hinzugefügt.
```

* Funktionsbaustein 'SRV\_BV\_SMALL':

```
Im freigegebenen, nicht registrierten Zustand wird der Zustand der Ausgangsvariablen 'xPresentValue' durch die Eingangsvariable 'xPresentValue_IN' festgelegt.

Die Zugriffsberechtigung für die Eigenschaft 'Relinquish Default' ( 'eAccessRightRelinquishDefault_IN' ) wurde hinzugefügt.

Der Ausgang 'xPresentValueOverride' wurde funktional verbessert.

Der Ausgang 'stProperties.udiCurrentCommandPriority' wurde hinzugefügt.

Der Ausgang 'stProperties.sCurrentCommandIPAdr' wurde hinzugefügt.
```

* Funktionsbaustein 'EditRealVisu' neu hinzugefügt.

</details>

### Details

| **Dokumentation Version**      | <code class="expression">space.vars.HVACKNX\_Library\_latest</code>                                                                                                                                                          |
| ------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Platzhalter**                | `HVACBACnet2`                                                                                                                                                                                                                |
| **Verfügbar in CODESYS Store** | *Ja*                                                                                                                                                                                                                         |
| **Programmiersystem**          | *CODESYS V3.5.17.2 oder höher*                                                                                                                                                                                               |
| **Laufzeitsystem**             | *CODESYS Control V4.10.0.0 oder höher*                                                                                                                                                                                       |
| **Lizenzierung**               | <p><em>Single License (Einzelgerätelizenz)</em><br><em>+</em><br><em>CODESYS BACnet License</em></p>                                                                                                                         |
| **Lizenz**                     | <p><a href="https://store.codesys.com/de/hvac-building-process-automation-sl.html">HVAC Building Automation Package SL</a></p><p>+<br><a href="https://store.codesys.com/de/codesys-bacnet-sl.html">CODSYS BACnet 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/downloads/codesys-hvac-downloads/hvac-bacnet-library.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.
