> 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/summary.md).

# Summary

***

### Summary – Selmo: Modellbasierte Maschinenlogik mit Klarheit, Sicherheit und Dokumentation

Willkommen in der Selmo Knowledge Base. **Selmo** (Sequence Logic Modelling) ist ein durchgängiger Standard zur Modellierung, Beschreibung und Steuerung von Maschinenprozessen – nicht als reiner Programmcode, sondern als **formales Verhaltensmodell**. ([selmotech.gitbook.io](https://selmotech.gitbook.io/selmo-solution/))

#### Was ist Selmo?

* Maschinen werden mit einer festen Struktur beschrieben:\
  Hardware-Zonen (HWZ) → Sequences (SEQ) → Zonen (Input, Output, Mem). ([selmotech.gitbook.io](https://selmotech.gitbook.io/selmo-solution/))
* Jede Sequence bildet einen klar definierten logischen Prozessschritt mit Zuständen, Signalen, Parametern und Sicherheitsverhalten. ([selmotech.gitbook.io](https://selmotech.gitbook.io/selmo-solution/))
* Aus diesem Modell lassen sich automatisch erzeugen:\
  • SPS-Code (steuerungsrelevanter Code)\
  • HMI-Anzeige\
  • Diagnoseinformationen\
  • Technische Dokumentation (Signalverzeichnisse, Ablaufdiagramme, Sicherheitsmatrizen etc.) ([selmotech.gitbook.io](https://selmotech.gitbook.io/selmo-solution/))

#### Warum Selmo einsetzen?

| Nutzenbereich                             | Beschreibung                                                                                                                                                                                                                                                           |
| ----------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Dokumentation**                         | Dokumente wie Signalverzeichnisse, Ablaufpläne und Sicherheitsmatrizen werden **automatisch generiert** und bleiben synchron mit dem Modell. ([selmotech.gitbook.io](https://selmotech.gitbook.io/selmo-solution/))                                                    |
| **Funktionssicherheit & Normkonformität** | Zustände, Betriebsarten, Reset-Logik und Sicherheitsreaktionen sind deterministisch modelliert und prüfbar. Das Modell erfüllt Anforderungen aus Normen wie ISO 12100, IEC 62061 und ISO 13849. ([selmotech.gitbook.io](https://selmotech.gitbook.io/selmo-solution/)) |
| **Projektstruktur & Transparenz**         | Jede Sequence bildet einen validierbaren, abgeschlossenen Prozessschritt – was Nachvollziehbarkeit, Modularität und klar definierte Übergaben erleichtert. ([selmotech.gitbook.io](https://selmotech.gitbook.io/selmo-solution/))                                      |
| **Integration & Werkzeuge**               | Selmo bietet Checklisten, Vorlagen, Exportformate (z. B. CSV, IEC Code, HMI-Daten), Änderungsprotokolle und eine Wissensdatenbank mit Normbezug. ([selmotech.gitbook.io](https://selmotech.gitbook.io/selmo-solution/))                                                |

#### Fazit

Selmo ist mehr als Technik – es ist ein **integriertes, formales Systemmodell**, das Steuerungslogik mit Dokumentation und Normanforderungen verbindet. Es schafft Klarheit, erhöht Sicherheit und ermöglicht Vertrauen – für Entwickler, Betreiber und Prüfer gleichermaßen. ([selmotech.gitbook.io](https://selmotech.gitbook.io/selmo-solution/))

***


---

# 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/summary.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.
