# SPLUSS\_RPFTF\_MOD

## `SPLUSS_RPFTF_MOD` (FB)

`FUNCTION_BLOCK` SPLUSS\_RPFTF\_MOD

### Representation

<figure><img src="https://2592874069-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FQR4vCFzt6ixgsqlR3pdR%2Fuploads%2FxknczrWPxaLrCqm2rJHR%2FHVACModbus.SPLUSS_RPFTF_MOD.png?alt=media&#x26;token=1b274ca8-7e16-4863-b134-c9aaa6e753e8" 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>                                                                                                           |
| Inout       | `ModbusClient`          | `ModbusClientBase`           |            | Client of the device                                                                                                                                                |
| 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      | `rDewPoint`             | `REAL`                       |            | Dew point temperature in XX.X degrees Celsius                                                                                                                       |
| Output      | `rAbsH_M3`              | `REAL`                       |            | Absolute humidity in XX.X g/m3                                                                                                                                      |
| Output      | `rAbsH_KG`              | `REAL`                       |            | Absolute humidity in XX.X g/kg                                                                                                                                      |
| Output      | `rEnthalpy`             | `REAL`                       |            | Enthalpy in XX.X kJ/kg                                                                                                                                              |
| 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 | `tTimeUpdateActual`     | `TIME`                       | TIME#3s0ms | <p>Update interval for the processes influenced by the input<br><code>xUpdateActual</code> influenced</p>                                                           |
