# SPLUSS\_8147\_MOD\_LCD

## `SPLUSS_8147_MOD_LCD` (FB)

`FUNCTION_BLOCK` SPLUSS\_8147\_MOD\_LCD

### Darstellung

<figure><img src="/files/KiqDOUxyx39oJyb1DBt0" 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                                                                                                                                     |
| 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       | `xUpdateConfig`         | `BOOL`                       | FALSE           | <p>Aktualisierung der Konfiguration (bei jeder ansteigenden<br>Flanke)</p>                                                                             |
| Inout       | `ModbusClient`          | `ModbusClientBase`           |                 | Client des Geräts                                                                                                                                      |
| Output      | `rDifPressure`          | `REAL`                       |                 | Differenzdruck ungefiltert in XXXX Pa                                                                                                                  |
| Output      | `rDifPressure_1s`       | `REAL`                       |                 | Differenzdruck gefiltert 1s in XXXX Pa                                                                                                                 |
| Output      | `rDifPressure_10s`      | `REAL`                       |                 | Differenzdruck gefiltert 10s in XXXX Pa                                                                                                                |
| Output      | `xAutoZeroAct`          | `BOOL`                       |                 | <p>Anzeige der Ausführung einer Auto-Zero-Funktion (TRUE =<br>Funktion aktiv)</p>                                                                      |
| Output      | `rTemp_4s`              | `REAL`                       |                 | Temperatur gefiltert 4s in XX.X Grad Celsius                                                                                                           |
| Output      | `rTemp_32s`             | `REAL`                       |                 | Temperatur gefiltert 32s in XX.X Grad Celsius                                                                                                          |
| Output      | `rrH_4s`                | `REAL`                       |                 | Relative Feuchte gefiltert 4s in XX.X % rF                                                                                                             |
| Output      | `rrH_32s`               | `REAL`                       |                 | Relative Feuchte gefiltert 32s in XX.X % rF                                                                                                            |
| Output      | `rVolumeFlow`           | `REAL`                       |                 | Volumenstrom berechnet in XXXXX m3/h                                                                                                                   |
| Output      | `rDewpointTemp`         | `REAL`                       |                 | Taupunkttemperatur in XXX.X Grad Celsius                                                                                                               |
| Output      | `rAbsH_M3`              | `REAL`                       |                 | Absolute Feuchtigkeit in XX.X g/m3                                                                                                                     |
| Output      | `rMixRatio`             | `REAL`                       |                 | Mischungsverhältnis in XXX.X g Wasser/kg trockener Luft                                                                                                |
| Output      | `rEnthalpy`             | `REAL`                       |                 | Enthalpie in XXX.X kJ/kg                                                                                                                               |
| Output      | `rairtight`             | `REAL`                       |                 | Luftdichte in XXX.X kg/m3                                                                                                                              |
| 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`                       | 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      | `eErrorCodeDev`         | SPLUSS\_ERROR\_CODE\_TYPE\_1 |                 | Fehlercode - Gerät (0 = kein Fehler)                                                                                                                   |
| Output      | `xBusy`                 | `BOOL`                       |                 | Kommunikationsanzeige (TRUE = Kommunikation)                                                                                                           |
| Input Const | `rAltitude`             | `REAL`                       | 500.0           | Höhe über dem Meeresspiegel (Bereich: -500 … 5000 Meter)                                                                                               |
| Input Const | `tTimeAutoZero`         | `TIME`                       | TIME#1440m0s0ms | <p>Zeitdauer zwischen zwei Vorgängen zum automatischen<br>Nullpunktabgleich (Bereich: 15 … 1440 min)</p>                                               |
| Input Const | `rK_Type`               | `REAL`                       | 2.0             | <p>Auswahl der Formel zur Berechnung der Luftmenge (Bereich: 1<br>… 3)</p>                                                                             |
| Input Const | `rK_Value`              | `REAL`                       | 1.0             | <p>k-Faktor zur Berechnung der Luftmenge (Bereich: 1 … 2000<br>)</p>                                                                                   |
| Input Const | `xAutoZeroPress`        | `BOOL`                       | FALSE           | <p>Nullpunktabgleich des Differenzdruck-Messwerts (bei jeder<br>ansteigenden Flanke)</p>                                                               |
| Input Const | `stDisplText`           | `STRING(7)`                  | `powerIO`       | <p>Beliebiger Text mit 7 Zeichen (fixe Länge) in der<br>untersten Displayzeile</p>                                                                     |
| Input Const | `tTimeUpdateConfig`     | `TIME`                       | TIME#0ms        | <p>Updateintervall für die Vorgänge, die durch den Eingang<br><code>xUpdateConfig</code> beeinflusst werden</p>                                        |
| 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: 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/spluss/spluss_8147_mod_lcd.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.
