> For the complete documentation index, see [llms.txt](https://infosys.selmotech.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://infosys.selmotech.com/selmo-how-it-works/selmo-training/kapitel-7-warum-selmo-immer-funktioniert/7.3-der-formale-rahmen-ursache-und-wirkung.md).

# 7.3 Der formale Rahmen – Ursache und Wirkung

Das Grundprinzip jeder SEQ lautet:

\
**Jede Aktion muss ein Feedback haben.**

\
Diese Regel ist universell – ob für Zylinder, Motoren, Berechnungen oder Sensoren.

Ohne Feedback weiß das System nicht, ob eine Aktion tatsächlich ausgeführt wurde.\
Ein Timer kann zwar warten, aber nicht bestätigen.\
Nur eine Rückmeldung kann das.

Deshalb ist jede Zone im Selmo-Standard so aufgebaut,\
dass sie Aktion und Rückmeldung in einer logischen Einheit verbindet.\
Wenn man dieses Prinzip beachtet, funktioniert Selmo immer.

<details>

<summary>🧩 1. Dialektische Einordnung des Begriffs „Funktion“</summary>

#### **These**

Funktion ist die zielgerichtete Wirkung eines Systems oder Subsystems, die einen definierten Zweck erfüllt.

→ Eine Funktion **verbindet Ursache und Wirkung** innerhalb eines Systems.\
Sie ist das, was *wirksam wird*, sobald bestimmte Bedingungen erfüllt sind.

#### **Antithese**

Funktion ist nicht die physische Komponente (Mechanik, Elektrik, Software),\
sondern das **Wirkprinzip**, das durch diese Komponenten realisiert wird.

* Die Mechanik liefert die Kraft,
* die Elektrik die Energie,
* die Steuerung die Bedingung,
* aber **die Funktion ist der Sinn des Vorgangs** – das, was erreicht wird.

Beispiel:

> Ein Zylinder fährt aus, um zu spannen.\
> – Der **Zylinder** ist Technik.\
> – Das **Ausfahren** ist Verhalten.\
> – Das **Spannen** ist Funktion.

#### **Synthese**

Funktion ist das **„Warum“ einer technischen Aktion**, nicht das „Wie“.\
Sie ist **zielgerichtet, zweckorientiert und wiederverwendbar**.\
Im Selmo-Kontext wird sie **formalisiert**, d. h. in eine eindeutig beschreibbare, messbare und kontrollierbare Definition überführt.

</details>

<details>

<summary>🔒 6. Fazit: Definition im Selmo-Kontext</summary>

> **Funktion** im Selmo-Kontext ist eine **formal beschriebene, wiederverwendbare, deterministische Operation**,\
> die einen **klaren Zweck** erfüllt und über **definierte Schnittstellen, Parameter und Überwachung** in den Ablauf eingebettet ist.

Sie kann:

* physikalisch wirken (Mechanik, Elektrik, Pneumatik),
* informatisch wirken (Berechnung, Kommunikation, Regelung),
* oder systemisch wirken (Überwachung, Diagnose, Synchronisation) –\
  aber immer innerhalb eines **definierten Zustands und Prozessmodells**.

</details>


---

# 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://infosys.selmotech.com/selmo-how-it-works/selmo-training/kapitel-7-warum-selmo-immer-funktioniert/7.3-der-formale-rahmen-ursache-und-wirkung.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.
