# OPPERMANN\_HT\_MOD\_I\_XXX

## `OPPERMANN_HT_MOD_I_XXX` (FB)

`FUNCTION_BLOCK` OPPERMANN\_HT\_MOD\_I\_XXX

### Darstellung

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

### Allgemeines

> Es handelt sich um einen Temperatur - Feuchte - Transmitter für Lüftungskanäle und zur Montage im Aussenbereich

> XXX = 150: 150mm XXX = 400: 400mm

> Die Konfiguration der Modbus-Schnittstelle und weiterer Parameter erfolgt bei einer vorhandenen Display-Anzeige via NFC und App (Variante 1) Die Konfiguration der Modbus-Schnittstelle und weiterer Parameter erfolgt bei einer vorhandenen Display-Anzeige via Tasten (Variante 2)

> Die Messwerte-Offsets können jeweils 10-stufig mitteles eines Drehschalters am Gerät eingestellt werden. Es kann ein Abschlusswiderstand (120 Ohm) aktiviert / deaktiviert werden.

> Die Modbus-Schnittstelle ist ohne weitere Einstellungen wie folgt parametriert:

> RTU 9600 Baud 8 Datenbit Gerade Parität 1 Stoppbit Geräteadresse = 1

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 .. 127)                                                                                                                          |
| Input       | `xUpdateActual`         | `BOOL`             | FALSE      | <p>Aktualisierung der Istwerte (bei jeder ansteigenden Flanke<br>) (Bereich: Betrieb)</p>                                                              |
| Input       | `xResError`             | `BOOL`             | FALSE      | <p>Reinitialisierung des Ausgangs <code>eErrorCodeCom</code> (bei jeder<br>ansteigenden Flanke)</p>                                                    |
| Inout       | `ModbusClient`          | `ModbusClientBase` |            | Client des Geräts                                                                                                                                      |
| Output      | `rTempCelsius`          | `REAL`             |            | Temperatur in XX.X Grad Celsius                                                                                                                        |
| Output      | `rTempFahrenheit`       | `REAL`             |            | Temperatur in XX.X Grad Fahrenheit                                                                                                                     |
| Output      | `rRelHumidity`          | `REAL`             |            | Relative Feuchte in XXX.X Prozent                                                                                                                      |
| Output      | `rDewPointCelsius`      | `REAL`             |            | Taupunkt - Temperatur in XX.X Grad Celsius                                                                                                             |
| Output      | `rDewPointFahrenheit`   | `REAL`             |            | Taupunkt - Temperatur in XX.X Grad Fahrenheit                                                                                                          |
| Output      | `xSensorOffsetInDevice` | `BOOL`             |            | <p>Anzeige, ob der Abgleich der Sensoren im Gerät erfolgen muss<br>(TRUE = Abgleich im Gerät erforderlich, FALSE = Abgleich im<br>FB erforderlich)</p> |
| Output      | `xAlarm`                | `BOOL`             |            | Sammelstörung (TRUE = Störung)                                                                                                                         |
| Output      | `xAlarmCom`             | `BOOL`             |            | Sammelstörung - Kommunikation (TRUE = Störung)                                                                                                         |
| Output      | `eErrorCodeCom`         | ModbusErrorCode    |            | Fehlercode - Kommunikation (0 = kein Fehler)                                                                                                           |
| Output      | `xBusy`                 | `BOOL`             |            | Kommunikationsanzeige (TRUE = Kommunikation)                                                                                                           |
| 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: 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:

```
GET https://support.powerio.com/hub/codesys-hvac/hvac-modbus-library/functionblocks/oppermann/oppermann_ht_mod_i_xxx.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
