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