# EditWORD

## `EditWORD` (FB)

FUNCTION\_BLOCK EditWORD

### Kurzbeschreibung

> Eingabe eines numerischen Wertes\
> Typische Anwendung: Eingabe einer Solltemperatur

### Darstellung

### Schnittstellen

#### Ausgänge

| Name   | Datentyp | Wertebereich | Initialwert | Funktion                |
| ------ | -------- | ------------ | ----------- | ----------------------- |
| *wOut* | WORD     |              |             | Numerischer Ausgabewert |

#### Sollwerte / Parameter

| Name          | Datentyp | Wertebereich | Initialwert | Funktion                |
| ------------- | -------- | ------------ | ----------- | ----------------------- |
| **wSetPoint** | WORD     |              | 0           | Numerischer Eingabewert |

### Funktionsbeschreibung

#### Allgemeines

Dieser Funktionsbaustein dient zur Übergabe eines numerischen Eingabewerts **wSetPoint** und die direkte Übertragung zum numerischen Ausgabewert *wOut*.

{% hint style="warning" %}
**Verhalten bei Spannungsausfall**

Der numerische Eingabewert **wSetPoint** wird spannungsausfallsicher gespeichert und automatisch wiederhergestellt.
{% endhint %}

### Visualisierung

Passendes Visualisierungselement aus der HVACV Visu Library: **EditWord**

#### Darstellung

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

#### Schnittstellen Visu-Element

| Name              | Datentyp | Typ          | Initialwert | Funktion                                                                                                                   |
| ----------------- | -------- | ------------ | ----------- | -------------------------------------------------------------------------------------------------------------------------- |
| **wValue**        | WORD     | VAR\_IN\_OUT |             | Numerischer Eingabewert hier eintragen Bsp. EditReal.rSetPoint                                                             |
| **sUnit**         | STRING   | VAR\_INPUT   |             | Einheit im Stringformat eingeben z.B. ‘°C’ oder ‘%’                                                                        |
| **wMinInputVisu** | WORD     | VAR\_INPUT   | 0           | Min Eingabe die im Numpad erscheint und rot aufleuchetet wenn Wert unterschritten wird. Eingabe ist dann nicht möglich.    |
| **wMaxInputVisu** | WORD     | VAR\_INPUT   | 1000        | Max Eingabe die im Numpad erscheint und rot aufleuchetet wenn Wert überschritten wird. Eingabe ist dann nicht möglich.     |
| **sDialogTitle**  | STRING   | VAR\_INPUT   |             | Titel im Stringformat eingeben z.B: ‘Eingabe Raumtemperatur’ - erscheint im Numpad bei der Eingabe.                        |
| **iFieldSizeL**   | INT      | VAR\_INPUT   | 0           | Feld vergößert sich um Anzahl der eingegebenen Pixel nach links. Wird benötigt um lange Zahlen oder Einheiten anzuzeigen.  |
| **iFieldSizeR**   | INT      | VAR\_INPUT   | 0           | Feld vergößert sich um Anzahl der eingegebenen Pixel nach rechts. Wird benötigt um lange Zahlen oder Einheiten anzuzeigen. |

{% hint style="info" %}
Hinweis: VAR\_IN\_OUT Schnittstellen müssen belegt werden, VAR\_INPUT sind optional.
{% endhint %}

### CODESYS

InOut:

| Scope       | Name        | Type   | Initial |
| ----------- | ----------- | ------ | ------- |
| Input Const | `wSetPoint` | `WORD` | 0       |
| Output      | `wOut`      | `WORD` |         |


---

# 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/setpoint/editword.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.
