# SPLUSS\_8148\_MOD\_LCD

## `SPLUSS_8148_MOD_LCD` (FB)

`FUNCTION_BLOCK` SPLUSS\_8148\_MOD\_LCD

### Representation

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

InOut:

| Scope       | Name                    | Type                         | Initial         | Comment                                                                                                                                                             |
| ----------- | ----------------------- | ---------------------------- | --------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Input       | `xEn`                   | `BOOL`                       | TRUE            | Enable / disable communication (TRUE = enable)                                                                                                                      |
| Input       | `byUnitId`              | `BYTE`                       | 0               | Device address                                                                                                                                                      |
| Input       | `xUpdateActual`         | `BOOL`                       | FALSE           | <p>Update of actual values (on every rising edge<br>)</p>                                                                                                           |
| Input       | `xUpdateSetp`           | `BOOL`                       | FALSE           | <p>Update of setpoints (on every rising edge<br>)</p>                                                                                                               |
| Input       | `xUpdateConfig`         | `BOOL`                       | FALSE           | Update of the configuration (on each rising edge)                                                                                                                   |
| Inout       | `ModbusClient`          | `ModbusClientBase`           |                 | Client of the device                                                                                                                                                |
| Output      | `rDifPressure`          | `REAL`                       |                 | Differential pressure unfiltered in XXX.X Pa                                                                                                                        |
| Output      | `rDifPressure_1s`       | `REAL`                       |                 | Differential pressure filtered 1s in XXX.X Pa                                                                                                                       |
| Output      | `rDifPressure_10s`      | `REAL`                       |                 | Differential pressure filtered 10s in XXX.X Pa                                                                                                                      |
| Output      | `xAutoZeroAct`          | `BOOL`                       |                 | <p>Display of the execution of an auto-zero function (TRUE =<br>function active)</p>                                                                                |
| Output      | `rTemp_4s`              | `REAL`                       |                 | Temperature filtered 4s in XX.X degrees Celsius                                                                                                                     |
| Output      | `rTemp_32s`             | `REAL`                       |                 | Temperature filtered 32s in XX.X degrees Celsius                                                                                                                    |
| Output      | `rrH_4s`                | `REAL`                       |                 | Relative humidity filtered 4s in XX.X % rH                                                                                                                          |
| Output      | `rrH_32s`               | `REAL`                       |                 | Relative humidity filtered 32s in XX.X % rH                                                                                                                         |
| Output      | `rVolumeFlow`           | `REAL`                       |                 | Volumetric flow calculated in XXXXX m3/h                                                                                                                            |
| Output      | `rDewpointTemp`         | `REAL`                       |                 | Dew point temperature in XXX.X degrees Celsius                                                                                                                      |
| Output      | `rAbsH_M3`              | `REAL`                       |                 | Absolute humidity in XX.X g/m3                                                                                                                                      |
| Output      | `rMixRatio`             | `REAL`                       |                 | Mixing ratio in XXX.X g water/kg dry air                                                                                                                            |
| Output      | `rEnthalpy`             | `REAL`                       |                 | Enthalpy in XXX.X kJ/kg                                                                                                                                             |
| Output      | `rairtight`             | `REAL`                       |                 | Air density in XXX.X kg/m3                                                                                                                                          |
| Output      | `xSensorOffsetInDevice` | `BOOL`                       |                 | <p>Indication of whether the sensors must be calibrated in the device<br>(TRUE = calibration in the device required, FALSE = calibration in the<br>FB required)</p> |
| Output      | `xAlarm`                | `BOOL`                       | FALSE           | Collective fault (TRUE = fault)                                                                                                                                     |
| Output      | `xAlarmCom`             | `BOOL`                       | FALSE           | Collective fault - communication (TRUE = fault)                                                                                                                     |
| Output      | `eErrorCodeCom`         | ModbusErrorCode              |                 | Error code - communication (0 = no error)                                                                                                                           |
| Output      | `eErrorCodeDev`         | SPLUSS\_ERROR\_CODE\_TYPE\_1 |                 | Error code - device (0 = no error)                                                                                                                                  |
| Output      | `xBusy`                 | `BOOL`                       |                 | Communication indicator (TRUE = communication)                                                                                                                      |
| Input Const | `rAltitude`             | `REAL`                       | 500.0           | Altitude above sea level (range: -500 … 5000 meters)                                                                                                                |
| Input Const | `tTimeAutoZero`         | `TIME`                       | TIME#1440m0s0ms | <p>Time interval between two processes for automatic<br>zero point adjustment (range: 15 … 1440 min)</p>                                                            |
| Input Const | `rK_Type`               | `REAL`                       | 2.0             | <p>Selection of the formula for calculating the air volume (range: 1<br>… 3)</p>                                                                                    |
| Input Const | `rK_Value`              | `REAL`                       | 1.0             | <p>k-factor for calculating the air volume (range: 1 … 2000<br>)</p>                                                                                                |
| Input Const | `xAutoZeroPress`        | `BOOL`                       | FALSE           | <p>Zero-point adjustment of the differential pressure measured value (at every<br>rising edge)</p>                                                                  |
| Input Const | `stDisplText`           | `STRING(7)`                  | `powerIO`       | <p>Any text with 7 characters (fixed length) in the<br>bottom display line</p>                                                                                      |
| Input Const | `tTimeUpdateConfig`     | `TIME`                       | TIME#0ms        | <p>Update interval for the processes influenced by the input<br><code>xUpdateConfig</code> influenced</p>                                                           |
| Input Const | `tTimeUpdateSetp`       | `TIME`                       | TIME#45s0ms     | <p>Update interval for the processes influenced by the input<br><code>xUpdateSetp</code> influenced</p>                                                             |
| Input Const | `tTimeUpdateActual`     | `TIME`                       | TIME#3s0ms      | <p>Update interval for the processes influenced by the input<br><code>xUpdateActual</code> influenced</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/en/hvac-modbus-library/functionblocks/spluss/spluss_8148_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.
