> 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/bedienung-selmo-studio/vorschlag-inhaltsstruktur-fur-die-selmo-studio-bedienanleitung.md).

# 🧭 Vorschlag: Inhaltsstruktur für die Selmo Studio Bedienanleitung

#### **0. Einleitung**

* Was ist das Selmo Studio?
* Ziel der Bedienanleitung
* Zielgruppen: Modellierer, Inbetriebnehmer, Planer

***

#### **1. Grundlagen und Benutzeroberfläche**

* Aufbau des Studios (Hauptbereiche: Projektstruktur, Layers, Zonen, HMI)
* Navigation, Icons, Bedienkonzepte
* Begriffe: Plant, HWZ, SEQ, Zone, Parameter, Bit-Control

***

#### **2. Projektstruktur anlegen**

* Neues Projekt erstellen
* Anlage von Plant, HWZ, SEQ
* Benennung, Strukturkonventionen
* Versionierung und Metadaten

***

#### **3. Zonenverwaltung**

* Zone hinzufügen (Input / Output / In-Out / Mem)
* Signalverknüpfung (Symbolname, IO-Adresse, HMI-Text)
* MXIC-Zuordnung (Taste + Bedingung)
* CMZ-Zuordnung (Sicherheitsüberwachung)
* Pair-Check und Bear-Check aktivieren

***

#### **4. Ablaufmodellierung – Logic Layer**

* Zustände anlegen: `State`, `Timer`, `Decision`, `Jump`, `Repeater`, `Sequence Cross`
* Übergänge definieren
* Zustände beschriften (für HMI)
* Anfangs- und Endzustand setzen

***

#### **5. Bit-Control – System Layer**

* Operanten setzen: `0`, `S`, `i`
* Gültigkeit je Zustand und Zone
* Interlock-Zonen prüfen
* Abhängigkeiten erkennen

***

#### **6. Parameter Layer**

* Parameter hinzufügen: `IN`, `OUT`, `IN/OUT`
* Beschreibung, Einheit, Wertebereiche
* Verwendung im Modell
* Exportformat / OPC UA-Zuordnung

***

#### **7. Sicherheitsfunktionen**

* CMZ auf SEQ-, HWZ-, PLANT-Ebene
* MXIC-Matrix konfigurieren
* Wiederanlaufbedingungen (Resetlogik, EOC Mode)
* Prüfpfade, Fehlerauslöser

***

#### **8. Validierung und Simulation**

* Modellprüfung: Struktur & Logik
* Testfunktionen: HMI-Vorschau, Ablaufanalyse
* Step Time eintragen oder teachen
* Simulation vs. reale IO

***

#### **9. Export und Codegenerierung**

* IEC 61131-3 Projektstruktur
* Export: SPS-Code, GVLs, POUs
* HMI-Export (Visualisierung)
* CSV-Dateien: IO-Mapping, CMZ, MXIC, Parameter
* Änderungsverlauf / Revisionsdokumentation

***

#### **10. Projektwartung und Versionierung**

* Modell duplizieren
* Revision sichern
* Änderungsdokumentation (Model\_ChangeLog)
* Zusammenarbeit im Team (Empfehlung)

***

#### **11. Anwendungsbeispiele (optional)**

* Beispiel: einfache Spannstation
* Beispiel: modulare Maschinenzelle
* Beispiel: OPC UA-Anbindung
* Projektstruktur & Export zeigen

***

#### **12. Anhang**

* Glossar
* Tastaturkürzel
* Troubleshooting (Häufige Fehler)
* Link zur Selmo Support-Dokumentation


---

# 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/bedienung-selmo-studio/vorschlag-inhaltsstruktur-fur-die-selmo-studio-bedienanleitung.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.
