> 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/hvac-library/functionblocks/monitoring/airflowmeasuring.md).

# AirFlowMeasuring

## `AirFlowMeasuring` (FB)

FUNCTION\_BLOCK AirFlowMeasuring

### Kurzbeschreibung

> Berechnung des aktuellen Volumenstroms über eine Ringmessdüse\
> Typische Anwendung: Berechnung des aktuellen Volumenstroms eines Ventilators

### Darstellung

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

### Funktionsbeschreibung

#### Allgemeines

Dieser Funktionsbaustein dient zur Berechnung des aktuellen Volumenstroms eines Ventilators aufgrund der Druckdifferenz, die mittels einer Messeinrichtung (= Ringmessdüse) permanent erfasst wird.

> **Erfassung der aktuellen Luftdichte&#x20;*****rDensity***
>
> Für Berechnungen mit reduzierter Genauigkeit ist die Angabe einer Konstanten ausreichend.\
> Für Berechnungen mit erhöhter Genauigkeit ist die Berechnung der Luftdichte in Abhängigkeit von der aktuellen Temperatur, der relativen Luftfeuchtigkeit, des Luftdrucks und des Sättigungsdampfdrucks erforderlich.\
> Sinkt der aktuelle Wert für die Luftdichte unter 0.1 kg/m³, so wird sie auf 0.1 kg/m³ begrenzt.

#### Auswahl der Berechnungsformel **eMode**

Dieser Sollwerte / Parameter dient zur Auswahl der zugrundeliegenden Berechnungsformel. Die Berechnungsformel und der **k\_Value** müssen stets anlagenspezifisch beim Ventilatorersteller erfragt werden.

| **eMode**                         | Formel                                                                                                          | Hinweise                                     |
| --------------------------------- | --------------------------------------------------------------------------------------------------------------- | -------------------------------------------- |
| eAirFlowFormula.exclusiveAirtight | rOut = **k\_Value** multipliziert mit der Wurzel aus *rPressure*                                                | Hersteller: z.B. EBM-Papst, Ziehl-Abegg      |
| eAirFlowFormula.inclusiveAirtight | rOut = **k\_Value** multipliziert mit Wurzel aus ((2 multipliziert mit *rPressure*) geteilt durch (*rDensity*)) | Hersteller: z.B. Rosenberg, Gebhardt Nicotra |
| eAirFlowFormula.strangeForm       | Platzhalter für Erweiterungen                                                                                   | *rOut* = 0.0 konstant                        |

#### Berechnungsfaktor **k\_Value**

Dieser Sollwerte / Parameter dient zur Eingabe des Berechnungsfaktor. Die Berechnungsformel und der **k\_Value** müssen stets anlagenspezifisch beim Ventilatorersteller erfragt werden.

### CODESYS

InOut:

| Scope       | Name        | Type            | Initial                           |
| ----------- | ----------- | --------------- | --------------------------------- |
| Input       | `rPressure` | `REAL`          |                                   |
| Input       | `rDensity`  | `REAL`          | 1.2                               |
| Output      | `rOut`      | `REAL`          |                                   |
| Input Const | `k_Value`   | `REAL`          | 200                               |
| Input Const | `eMode`     | eAirFlowFormula | eAirFlowFormula.exclusiveAirtight |


---

# 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/hvac-library/functionblocks/monitoring/airflowmeasuring.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.
