# EditString

## `EditString` (FB)

FUNCTION\_BLOCK EditString

### Kurzbeschreibung

> Eingabe einer Zeichenkette\
> Typische Anwendung: Festlegung des Namens eines Heizkreises

### Darstellung

<figure><img src="/files/1xrBP1blYln0IeGP5vnN" alt=""><figcaption></figcaption></figure>

### Schnittstellen

#### Ausgänge

| Name   | Datentyp | Wertebereich | Initialwert | Funktion                   |
| ------ | -------- | ------------ | ----------- | -------------------------- |
| *sOut* | STRING   |              |             | Ausgabewert vom Typ STRING |

#### Sollwerte / Parameter

| Name          | Datentyp | Wertebereich | Initialwert | Funktion                   |
| ------------- | -------- | ------------ | ----------- | -------------------------- |
| **sSetPoint** | STRING   |              | ‘’          | Eingabewert vom Typ STRING |

### Funktionsbeschreibung

#### Allgemeines

Dieser Funktionsbaustein dient zur Übergabe eines Eingabewerts vom Typ STRING **sSetPoint** und die direkte Übertragung zum Ausgabewert vom Typ STRING *sOut*.

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

Der Eingabewert vom Typ STRING **sSetPoint** wird spannungsausfallsicher gespeichert und automatisch wiederhergestellt.
{% endhint %}

### Visualisierung

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

#### Darstellung

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

#### Schnittstellen Visu-Element

| Name             | Datentyp | Typ          | Initialwert | Funktion                                                                                                                   |
| ---------------- | -------- | ------------ | ----------- | -------------------------------------------------------------------------------------------------------------------------- |
| **rString**      | STIRNG   | VAR\_IN\_OUT |             | String Eingabewert Bsp. HVAC.EditString.sSetPoint                                                                          |
| **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 | `sSetPoint` | `STRING` | ‘’      |
| Output      | `sOut`      | `STRING` |         |


---

# 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/editstring.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.
