> 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-how-it-works/selmo-academy-trainingshandbuch-grundlagen-and-quick-start.md).

# Selmo Academy Trainingshandbuch – Grundlagen & Quick Start

### **Trainingsstruktur und Zielgruppe**

Dieser Kurs richtet sich an:

* Ingenieure, Techniker und SPS-Programmierer,
* Mechatroniker und Inbetriebnehmer,
* Studierende der Automatisierungstechnik,
* Schulungsleiter, die das Selmo-Prinzip vermitteln möchten.

Ziel: In 10 Kapiteln die Denkweise, Struktur und praktische Anwendung der Selmo-Methode vollständig zu verstehen und anzuwenden.\
Nach Abschluss kann der Teilnehmer eine **vollständige SEQ im Selmo Studio modellieren**, testen und validieren.

***

### **Kursstruktur (10 Module)**

| Nr. | Modul                        | Lernziel                                               |
| --- | ---------------------------- | ------------------------------------------------------ |
| 1   | Einführung: Warum Selmo?     | Den Paradigmenwechsel vom Code zum Verhalten verstehen |
| 2   | Grundlagen der Deterministik | Das Denken in Zuständen und Regeln verinnerlichen      |
| 3   | Aufbau der SEQ               | Das Schaltwerk und seine Elemente anwenden             |
| 4   | Die Zonenlogik               | Zonentypen, Operanten und System Layer verstehen       |
| 5   | Standardfunktionen           | PairCheck, MXIC, Monitoring sicher einsetzen           |
| 6   | PTF-Prinzip                  | Prozess, Technologie, Funktion als Methode nutzen      |
| 7   | Arbeiten im Selmo Studio     | SEQ modellieren und Zonen parametrieren                |
| 8   | Sicherheit und Diagnose      | Safety und Dokumentation als System verstehen          |
| 9   | Anwendung & Beispiele        | Eigene SEQs modellieren, testen und erweitern          |
| 10  | Wissenstransfer & Reflexion  | Projekte planen, analysieren und standardisieren       |


---

# 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-how-it-works/selmo-academy-trainingshandbuch-grundlagen-and-quick-start.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.
