# EditTOD

## `EditTOD` (FB)

FUNCTION\_BLOCK EditTOD

### Short description

> Input of a time of day in the TIME\_OF\_DAY format (tod#15:24:00)\
> Typical application: setting the switching time during a day

### Representation

<figure><img src="/files/367fca8cb0c1f3c1ebf2151b2ba344beafb29366" alt=""><figcaption></figcaption></figure>

### Interfaces

#### Outputs

| Name     | Data type     | Value range | Initial value | Function                             |
| -------- | ------------- | ----------- | ------------- | ------------------------------------ |
| *todOut* | TIME\_OF\_DAY |             |               | Output value in TIME\_OF\_DAY format |

#### Setpoints / parameters

| Name            | Data type     | Value range | Initial value | Function                            |
| --------------- | ------------- | ----------- | ------------- | ----------------------------------- |
| **todSetPoint** | TIME\_OF\_DAY |             | TOD#00:00:00  | Input value in TIME\_OF\_DAY format |

### Function description

#### General

This function block is used to pass an input value in TIME\_OF\_DAY format **todSetPoint** and directly transfer it to the output value in TIME\_OF\_DAY format *todOut*.

{% hint style="warning" %}
**Behavior on power failure**

The input value in TIME\_OF\_DAY format **todSetPoint** is stored in a power-failure-safe manner and automatically restored.
{% 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/en/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.
