> 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/glossar-and-normenbezug/glossar-begriffe-im-selmo-system.md).

# Glossar: Begriffe im Selmo-System

| Begriff                | Bedeutung                                                               |
| ---------------------- | ----------------------------------------------------------------------- |
| **Selmo**              | Sequence Logic Modelling – modellbasierter Steuerungsstandard           |
| **Plant**              | Gesamtsystem/Maschine mit HWZs und zentralen Funktionen                 |
| **HWZ**                | Hardware-Zone – eigenständige Einheit mit Betriebsarten und Sequenzen   |
| **SEQ (Sequence)**     | Modellierter Ablauf eines Teilprozesses (z. B. Spannen, Schieben)       |
| **Zone**               | Verbindung zwischen Modell und realem Signal (Input/Output/In-Out/Mem)  |
| **Bit-Control**        | Matrix: Zustände (Zeilen) ↔ Zonen (Spalten) ↔ Verhalten (`0`, `S`, `i`) |
| **S (Sequence Check)** | Erwartete Aktion oder Rückmeldung in einem Zustand                      |
| **i (Interlock)**      | Muss-Bedingung – bei Abweichung → Fehler + Stop                         |
| **0**                  | Keine Bedeutung in diesem Zustand                                       |
| **CMZ**                | Constantly Monitoring Zone – zustandsunabhängige Sicherheitsüberwachung |
| **MXIC**               | Manual Cross Interlock – Freigabebedingung für manuelle Tasten          |
| **Parameter**          | Datenwerte wie Zeiten, Zähler, Positionen – als IN / OUT / INOUT        |
| **Logic Layer**        | Zustandsmodell: Ablaufsteuerung                                         |
| **System Layer**       | Verhaltensmodell der Zonen (Bit-Control)                                |
| **Parameter Layer**    | Datenschnittstelle zu HMI, OPC UA, etc.                                 |
| **SDEA**               | Structured Deterministic Extended Automaton – das formale Modellkonzept |
| **SEQ Control**        | HMI-Modul zur Steuerung, Diagnose und Navigation innerhalb einer SEQ    |


---

# 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/glossar-and-normenbezug/glossar-begriffe-im-selmo-system.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.
