> 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/en/hvac-modbus-library/functionblocks/spluss/spluss_rpftf_mod-1.md).

# SPLUSS\_RFTF\_MOD

## `SPLUSS_RFTF_MOD` (FB)

`FUNCTION_BLOCK` SPLUSS\_RFTF\_MOD

### Display

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

InOut:

| Scope       | Name                    | Type                         | Initial    | Comment                                                                                                                                                                |
| ----------- | ----------------------- | ---------------------------- | ---------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Input       | `xEn`                   | `BOOL`                       | TRUE       | Enabling / disabling communication (TRUE = enabled)                                                                                                                    |
| Input       | `byUnitId`              | `BYTE`                       | 0          | Address of the device                                                                                                                                                  |
| Input       | `xUpdateActual`         | `BOOL`                       | FALSE      | <p>Update of the actual values (at every rising edge<br>)</p>                                                                                                          |
| Inout       | `ModbusClient`          | `ModbusClientBase`           |            | Client of the device                                                                                                                                                   |
| Output      | `rTemp_4s`              | `REAL`                       |            | Temperature filtered over 4s in XX.X degrees Celsius                                                                                                                   |
| Output      | `rTemp_32s`             | `REAL`                       |            | Temperature filtered over 32s in XX.X degrees Celsius                                                                                                                  |
| Output      | `rrH_4s`                | `REAL`                       |            | Relative humidity filtered over 4s in XX.X % RH                                                                                                                        |
| Output      | `rrH_32s`               | `REAL`                       |            | Relative humidity filtered over 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 whether sensor calibration must be performed in the device<br>(TRUE = calibration in the device required, FALSE = calibration in the<br>FB required)</p> |
| Output      | `xAlarm`                | `BOOL`                       | FALSE      | General fault (TRUE = fault)                                                                                                                                           |
| Output      | `xAlarmCom`             | `BOOL`                       | FALSE      | General 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 affected by the input<br><code>xUpdateActual</code> affected</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/en/hvac-modbus-library/functionblocks/spluss/spluss_rpftf_mod-1.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.
