> For the complete documentation index, see [llms.txt](https://docs.videc.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.videc.de/early-access/service-und-instandhaltung/zyklische-massnahmen.md).

# Zyklische Maßnahmen

Der Objekttyp **„Zyklische Aktion"** bildet wiederkehrende Wartungsmaßnahmen ab. Er besteht aus **Auslösern** (wann die Maßnahme fällig wird) und **Schritt-Vorlagen** (welche Arbeitsschritte auszuführen sind).

Zyklische Aktionen werden als Objekte im Objektmodell angelegt (siehe [Objekte](https://dataforum.atlassian.net/wiki/spaces/VI/pages/1460994050)). Eine zyklische Maßnahme kann auf zwei Wegen angelegt werden:

* durch **Duplizieren** einer bestehenden zyklischen Maßnahme (siehe unten), oder
* über **„+ Neues Objekt"** mit anschließender Auswahl des Objekttyps **„Zyklische Aktion"**.

### Bestehende Maßnahme duplizieren <a href="#bestehende-massnahme-duplizieren" id="bestehende-massnahme-duplizieren"></a>

Über das Kontextmenü einer vorhandenen zyklischen Maßnahme wird per **Duplizieren** eine Kopie erzeugt (erkennbar am Suffix „\_Kopie"). Die Bereiche **Eigenschaften**, **Auslöser** und **Schritt-Vorlagen** sind zunächst eingeklappt.

<figure><img src="https://3339060361-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvMteK3U7MMGqZjK9wrxh%2Fuploads%2F8Cel5W5WISadxpQeFpaL%2Fimage.png?alt=media&amp;token=d46552aa-896b-4fbf-9b90-8ea4704c13c4" alt=""><figcaption></figcaption></figure>

### Auslöser konfigurieren <a href="#ausloser-konfigurieren" id="ausloser-konfigurieren"></a>

Im Bereich **Auslöser** wird über **„+ Neuen Auslöser hinzufügen"** festgelegt, wann die Maßnahme fällig wird, z. B. als *Standzeit*-Auslöser mit:

* **IsEnabled** – Auslöser aktiv/inaktiv (Toggle)
* **Threshold** – Schwellenwert, z. B. 365 (Tage)
* **LastMaintenanceDate** – Datum der letzten Wartung

<figure><img src="https://3339060361-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvMteK3U7MMGqZjK9wrxh%2Fuploads%2FMKq8UzwepKY20Tf0FXiz%2Fimage.png?alt=media&amp;token=e0a370e7-a66e-4f71-8dce-36c09394a5ac" alt=""><figcaption></figcaption></figure>

### Maßnahmenschritte anlegen <a href="#massnahmenschritte-anlegen" id="massnahmenschritte-anlegen"></a>

Im Bereich **Schritt-Vorlagen** ist die Liste zunächst leer. Über **„+ Neue Schritt-Vorlage hinzufügen"** wird der erste Arbeitsschritt ergänzt.

<figure><img src="https://3339060361-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvMteK3U7MMGqZjK9wrxh%2Fuploads%2FMGeGI6ro9uZmsyqTJNiS%2Fimage.png?alt=media&amp;token=1d6efeef-39e6-4b4c-bdad-222762abfe0f" alt=""><figcaption></figcaption></figure>

Jeder Schritt erhält automatisch einen technischen **Namen**, dazu werden **Title** (Anzeigename, z. B. „Stromlos schalten") und optional ein **Comment** gepflegt. Über denselben Button wird bei Bedarf ein weiterer Schritt (z. B. „Optische Prüfung außen") ergänzt; die Schritte werden fortlaufend nummeriert und legen damit die Reihenfolge der Ausführung fest.

<figure><img src="https://3339060361-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvMteK3U7MMGqZjK9wrxh%2Fuploads%2FCLdGYyTSaXC02X81zibh%2Fimage.png?alt=media&amp;token=aed8e2c3-0376-4bb3-b8fe-936b0f58beb3" alt=""><figcaption></figcaption></figure>

### Speichern <a href="#speichern" id="speichern"></a>

Abschließend oben rechts auf **Speichern** klicken. Eine Erfolgsmeldung bestätigt, dass das Objekt aktualisiert wurde.

![](https://3339060361-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvMteK3U7MMGqZjK9wrxh%2Fuploads%2Fqy40puQYJf9RnlPNXjLR%2Fimage.png?alt=media\&token=983bb9d9-1bfd-4212-b22c-685277750915)<br>


---

# 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://docs.videc.de/early-access/service-und-instandhaltung/zyklische-massnahmen.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.
