# SPLUSS\_KFTF\_MOD

## `SPLUSS_KFTF_MOD` (FB)

`FUNCTION_BLOCK` SPLUSS\_KFTF\_MOD

### Darstellung

<figure><img src="https://879424349-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FQR4vCFzt6ixgsqlR3pdR%2Fuploads%2FSC8RuiKqkuKlFrrnXbB0%2FHVACModbus.SPLUSS_KFTF_MOD.png?alt=media&#x26;token=0c4f0b8f-8379-446e-9b11-3670141bceae" 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>                                                                                 |
| Inout       | `ModbusClient`          | `ModbusClientBase`           |            | Client des Geräts                                                                                                                                      |
| 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      | `rDewPoint`             | `REAL`                       |            | Taupunkttemperatur in XX.X Grad Celsius                                                                                                                |
| Output      | `rAbsH_M3`              | `REAL`                       |            | Absolute Feuchte in XX.X g/m3                                                                                                                          |
| Output      | `rAbsH_KG`              | `REAL`                       |            | Absolute Feuchte in XX.X g/kg                                                                                                                          |
| Output      | `rEnthalpy`             | `REAL`                       |            | Enthaplie in XX.X kJ/kg                                                                                                                                |
| 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 | `tTimeUpdateActual`     | `TIME`                       | TIME#3s0ms | <p>Updateintervall für die Vorgänge, die durch den Eingang<br><code>xUpdateActual</code> beeinflusst werden</p>                                        |
