# EditTOD

## `EditTOD` (FB)

FUNCTION\_BLOCK EditTOD

### Kurzbeschreibung

> Eingabe eines Zeitpunkts im Laufe eines Tages im Format TIME\_OF\_DAY (tod#15:24:00)\
> Typische Anwendung: Festlegung des Schaltzeitpunkts im Laufe eines Tages

### Darstellung

<figure><img src="/files/8kSDgi0TiRKh5QC1XnjM" alt=""><figcaption></figcaption></figure>

### Schnittstellen

#### Ausgänge

| Name     | Datentyp      | Wertebereich | Initialwert | Funktion                            |
| -------- | ------------- | ------------ | ----------- | ----------------------------------- |
| *todOut* | TIME\_OF\_DAY |              |             | Ausgabewert im Format TIME\_OF\_DAY |

#### Sollwerte / Parameter

| Name            | Datentyp      | Wertebereich | Initialwert  | Funktion                            |
| --------------- | ------------- | ------------ | ------------ | ----------------------------------- |
| **todSetPoint** | TIME\_OF\_DAY |              | TOD#00:00:00 | Eingabewert im Format TIME\_OF\_DAY |

### Funktionsbeschreibung

#### Allgemeines

Dieser Funktionsbaustein dient zur Übergabe eines Eingabewerts im Format TIME\_OF\_DAY **todSetPoint** und die direkte Übertragung zum Ausgabewert im Format TIME\_OF\_DAY *todOut*.

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

Der Eingabewert im Format TIME\_OF\_DAY **todSetPoint** wird spannungsausfallsicher gespeichert und automatisch wiederhergestellt.
{% endhint %}

### CODESYS

InOut:

| Scope       | Name          | Type  | Initial           |
| ----------- | ------------- | ----- | ----------------- |
| Input Const | `todSetPoint` | `TOD` | TIME\_OF\_DAY#0:0 |
| Output      | `todOut`      | `TOD` |                   |


---

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