> For the complete documentation index, see [llms.txt](https://selmotech.gitbook.io/selmo-solution/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://selmotech.gitbook.io/selmo-solution/selmo-knowledge-base.md).

# Selmo Knowledge Base

Willkommen in der technischen Dokumentation zu Selmo.

### 🔷 Selmo – Modellbasierte Maschinenlogik mit System, Struktur und Sicherheit

**Selmo** steht für **Sequence Logic Modelling** – ein innovativer Standard zur Modellierung und Steuerung von Maschinenprozessen.\
Im Kern ist Selmo **kein Programmcode**, sondern ein **formales Verhaltensmodell** für Maschinen: logisch, deterministisch, testbar und dokumentierbar.

***

#### ✅ Was ist Selmo?

Selmo beschreibt Maschinen in einer festen Struktur:

```
scssKopierenBearbeitenPLANT
└── Hardware-Zonen (HWZ)
    └── Sequences (SEQ)
        └── Zonen (Signale: Input, Output, Mem)
```

Jede **Sequence** bildet einen logischen Prozessschritt – mit Zuständen, Signalen, Parametern und Sicherheitsverhalten.\
Das Ergebnis ist ein **vollständig modellierter Ablauf**, der aus einem einzigen Modell:

* SPS-Code,
* HMI-Anzeige,
* Diagnose,
* und technische Dokumentation

automatisch erzeugt.

***

#### 🎯 Was erreicht man mit Selmo?

| Bereich                 | Wirkung / Nutzen                                                                        |
| ----------------------- | --------------------------------------------------------------------------------------- |
| **Dokumentation**       | Automatisch generiert: Signalverzeichnis, Sicherheitsmatrix, Ablaufdiagramm             |
| **Funktionssicherheit** | Zustände, Zonen und Sicherheitsreaktionen sind deterministisch und prüfbar              |
| **Rechtssicherheit**    | Modell entspricht den Anforderungen aus ISO 12100, 13849, IEC 62061 usw.                |
| **Normkonformität**     | Alle Betriebsarten, Resetregeln, Sicherheitsverhalten sind abbildbar und CE-fähig       |
| **Projektstruktur**     | Jede SEQ ist ein abgeschlossener Prozessschritt mit Validierung und Export              |
| **Transparenz**         | Bediener, Service und Prüfer sehen jederzeit: Was passiert? Was fehlt? Was ist erlaubt? |

***

#### 📋 Unterstützende Werkzeuge

* **Checklisten** zur Projektvorbereitung, Modellprüfung, Audit
* **Projektplan-Vorlage** (strukturierter Ablauf, sequenzbasiert)
* **Exportformate** (CSV, IEC-Code, HMI-Daten, Änderungslog)
* **Wissensdatenbank** mit Beispielen, Glossar, Normbezug

***

#### 🧾 Fazit

**Selmo ist nicht nur eine Technologie – es ist ein durchgängiges Verhaltensmodell für Maschinen**, das:

✅ Prozesse klar beschreibt\
✅ Risiken beherrschbar macht\
✅ Funktionen prüfbar macht\
✅ und Dokumentation erzeugt, **die den Normen und Gesetzen standhält**

📌 *Selmo führt zu Qualität, Sicherheit und Vertrauen – für Hersteller, Betreiber und Prüfer gleichermaßen.*


---

# 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://selmotech.gitbook.io/selmo-solution/selmo-knowledge-base.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.
