> 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/hvac-modbus-library/functionblocks/belimo/belimo_cq24a_bac_mod.md).

# BELIMO\_CQ24A\_BAC\_MOD

## `BELIMO_CQ24A_BAC_MOD` (FB)

`FUNCTION_BLOCK` BELIMO\_CQ24A\_BAC\_MOD

### **Darstellung**

<figure><img src="/files/4uTv6FcUMvKJ6pfLpfpD" alt=""><figcaption></figcaption></figure>

InOut:

| Scope       | Name                | Type                                  | Initial                                                  | Comment                                                                                                                                                             |
| ----------- | ------------------- | ------------------------------------- | -------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Input       | `xEn`               | `BOOL`                                | TRUE                                                     | Freigabe / Sperrung der Kommunikation (TRUE = Freigabe)                                                                                                             |
| Input       | `byUnitId`          | `BYTE`                                | 0                                                        | Adresse des Geräts (1 .. 247)                                                                                                                                       |
| Input       | `xUpdateActual`     | `BOOL`                                | FALSE                                                    | <p>Aktualisierung der Istwerte (bei jeder ansteigenden Flanke<br>)</p>                                                                                              |
| Input       | `xUpdateSetp`       | `BOOL`                                | FALSE                                                    | <p>Aktualisierung der Sollwerte (bei jeder ansteigenden Flanke<br>)</p>                                                                                             |
| Input       | `xResError`         | `BOOL`                                | FALSE                                                    | <p>Reinitialisierung der Ausgänge <code>eErrorCodeCom</code> bzw.<br><code>sErrorCodeDev</code> auf dem fehlerfreien Zustand (bei jeder<br>ansteigenden Flanke)</p> |
| Input       | `rSetp`             | `REAL`                                | 0.0                                                      | Sollwert - Position in % (0.0 - 100.0 %)                                                                                                                            |
| Inout       | `ModbusClient`      | `ModbusClientBase`                    |                                                          | Client des Geräts                                                                                                                                                   |
| Output      | `rRelPos`           | `REAL`                                |                                                          | Relative Position in XXX.X %                                                                                                                                        |
| Output      | `rAbsPos`           | `REAL`                                |                                                          | Absolute Position in XXX.X Grad (Rotation)                                                                                                                          |
| Output      | `eOverrideConFb`    | BELIMO\_OverrideControl               |                                                          | <p>Aktueller Zustand - Zwangsübersteuerung des Stellsignal -<br>Position (0 = None)</p>                                                                             |
| Output      | `sSerialNum`        | `STRING`                              |                                                          | Seriennummer des Gerätes                                                                                                                                            |
| Output      | `xAlarm`            | `BOOL`                                | FALSE                                                    | Sammelstörung (TRUE = Störung)                                                                                                                                      |
| Output      | `xAlarmCom`         | `BOOL`                                | FALSE                                                    | Sammelstörung - Kommunikation (TRUE = Störung)                                                                                                                      |
| Output      | `eErrorCodeCom`     | ModbusErrorCode                       |                                                          | Fehlercode - Kommunikation (0 = kein Fehler)                                                                                                                        |
| Output      | `sErrorCodeDev`     | `STRING`                              |                                                          | String mir den Nummern der aktiven Gerätefehler                                                                                                                     |
| Output      | `xBusy`             | `BOOL`                                |                                                          | Kommunikationsanzeige (TRUE = Kommunikation)                                                                                                                        |
| Input Const | `eRelPosMode`       | BELIMO\_CQ24A\_BAC\_MOD\_RELPOS\_MODE | BELIMO\_CQ24A\_BAC\_MOD\_RELPOS\_MODE.RELATIVE\_TO\_RMAX |                                                                                                                                                                     |
| Input Const | `eCommand`          | BELIMO\_Command                       | BELIMO\_Command.None                                     | Auslösung von Testfunktionen (0 = None)                                                                                                                             |
| Input Const | `wTimeBusFail`      | `WORD`                                | 0                                                        | <p>Zeitdauer des Timeout des Bus-Watchdog (60 - 3600s, 0 =<br>Deaktivierung)</p>                                                                                    |
| Input Const | `rBusFailPos`       | `REAL`                                | 0.0                                                      | <p>Position bei einem Timeout des Bus-Watchdog in % (0.0 -<br>100.0 %)</p>                                                                                          |
| Input Const | `rMax`              | `REAL`                                | 100.0                                                    | <p>Absoluter Maximalwert - Stellsignal - Position in % (0.0 -<br>100.0 %)</p>                                                                                       |
| Input Const | `eOverrideCon`      | BELIMO\_OverrideControl               | BELIMO\_OverrideControl.None                             | Zwangsübersteuerung des Stellsignal - Position (0 = None)                                                                                                           |
| Input Const | `tTimeUpdateSetp`   | `TIME`                                | TIME#45s0ms                                              | <p>Updateintervall für die Vorgänge, die durch den Eingang<br><code>xUpdateSetp</code> beeinflusst werden</p>                                                       |
| Input Const | `tTimeUpdateActual` | `TIME`                                | TIME#3s0ms                                               | <p>Updateintervall für die Vorgänge, die durch den Eingang<br><code>xUpdateActual</code> beeinflusst werden</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/hvac-modbus-library/functionblocks/belimo/belimo_cq24a_bac_mod.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.
