# FastHeating

## `FastHeating` (FB)

FUNCTION\_BLOCK FastHeating

### Kurzbeschreibung

> Aktivierung eines Schnellaufheizbetriebs (Regelgröße: Raumtemperatur)\
> \
> Typische Anwendung: Aktivierung des Schnellaufheizbetriebs im Betrieb einer Lüftungsanlage

### Darstellung

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

### Funktionsbeschreibung

#### Allgemeines

Dieser Funktionsbaustein steuert die Aktivierung des Schnellaufheizbetriebs (*xEn* = TRUE) durch den Vergleich der Raumtemperatur *rRoomTemp* mit der Raumsolltemperatur *rSetPtTemp* bei aktiver Lüftungsanlage (*xRegAHU* = TRUE).\
Der Schnellaufheizbetrieb kann unabhängig davon auch durch den Eingang *xCoolOutProtectionEn* aktiviert werden.

#### Freigabe / Sperrung des Schnellaufheizbetriebs *xEn*

| *xReqAHU* | *rRoomTemp*                          | *xCoolOutProtection* | *xEn* | Hinweise                                                       |
| --------- | ------------------------------------ | -------------------- | ----- | -------------------------------------------------------------- |
| FALSE     | X                                    | FALSE                | FALSE | Schnellaufheizbetrieb über Lüftungsanlage und Eingang gesperrt |
| TRUE      | > *rSetPtTemp* + **rSwitchOffPoint** | FALSE                | FALSE | Schnellaufheizbetrieb über Raumtemperatur gesperrt             |
| TRUE      | < *rSetPtTemp* + **rSwitchOnPoint**  | FALSE                | TRUE  | Schnellaufheizbetrieb über Raumtemperatur freigegeben          |
| X         | X                                    | TRUE                 | TRUE  | Schnellaufheizbetrieb über Eingang freigegeben                 |

Legende: X = beliebig

### CODESYS

InOut:

| Scope       | Name                   | Type   | Initial |
| ----------- | ---------------------- | ------ | ------- |
| Input       | `rSetPtTemp`           | `REAL` |         |
| Input       | `rRoomTemp`            | `REAL` |         |
| Input       | `xReqAHU`              | `BOOL` |         |
| Input       | `xCoolOutProtectionEn` | `BOOL` |         |
| Output      | `xEn`                  | `BOOL` |         |
| Input Const | `rSwitchOffPoint`      | `REAL` | -1      |
| Input Const | `rSwitchOnPoint`       | `REAL` | -2.5    |


---

# 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-library/functionblocks/components/fastheating.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.
