> 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-alarm-library/funktionsbausteine/timetrig.md).

# TimeTrig

## `TimeTrig` (FB)

FUNCTION\_BLOCK TimeTrig

FB Zeitgeber (On/Off Timer) mit separaten On/Off-Dauern und Triggern für die Zustandswechsel. Er läuft nur, wenn xEnable aktiv ist, und schaltet zwischen Ein und Aus basierend auf den Zeitvorgaben.

Funktion Das Programm bildet eine Taktfunktion / Blinker mit folgenden Eigenschaften:

> Wird durch xEnable aktiviert. Startzustand wird über xStartQ festgelegt. tOn bestimmt die Dauer im “Ein”-Zustand. tOff bestimmt die Dauer im “Aus”-Zustand. xQ ist der aktuelle Ausgangszustand (Ein/Aus). xOnTrig und xOffTrig sind Ereignis-Flags, die für einen Zyklus gesetzt werden, wenn der Zustand wechselt. Interne Hilfsvariablen \_tTime, \_tStart, \_xEnTrig dienen zur Zeitmessung und Flankenerkennung.

InOut:

| Scope  | Name       | Type   | Comment                                                    |
| ------ | ---------- | ------ | ---------------------------------------------------------- |
| Input  | `xEnable`  | `BOOL` | Eingangssignal                                             |
| Input  | `tOn`      | `TIME` | Einschaltverzögerung                                       |
| Input  | `tOff`     | `TIME` | Ausschaltverzögerung                                       |
| Input  | `xStartQ`  | `BOOL` | Startoption TRUE = start mit Puls, FALSE = start mit Puls  |
| Output | `xQ`       | `BOOL` | Ausgangspuls                                               |
| Output | `xOnTrig`  | `BOOL` | Steigenden Flanke bei xQ = TRUE                            |
| Output | `xOffTrig` | `BOOL` | Steigenden Flanke bei xQ = FALSE                           |
| Output | `tET`      | `TIME` | Verstrichene Zeit seit der steigenden Flanke (Umschaltung) |


---

# 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-alarm-library/funktionsbausteine/timetrig.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.
