> 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/selmo-struktur-und-standard/selmo-technischer-standard-und-struktur/selmo-methode-praktisch/inbetriebnahme-ibn-mit-selmo.md).

# 🔷 Inbetriebnahme (IBN) mit Selmo

###

**Inputs – Was wird benötigt – Was wird gemacht – Was ist das Ergebnis**

***

#### 🔹 1. **Inputs – Was wird benötigt?**

| Kategorie                                   | Beschreibung                                                   |
| ------------------------------------------- | -------------------------------------------------------------- |
| **Fertiges, exportiertes Steuerungsmodell** | PLCOpen XML importiert, Steuerungscode in SPS geladen          |
| **HMI-Projekt erzeugt und geladen**         | HMI aus Selmo-Modell generiert, mit Steuerung verbunden        |
| **Hardware in Betrieb**                     | Sensorik, Aktoren, Kommunikation stehen zur Verfügung          |
| **Signalverifikation abgeschlossen**        | Rückmeldung aller Ein-/Ausgänge mit realer Verdrahtung geprüft |
| **IBN-Checkliste / Freigabekriterien**      | Vorgaben für Tests, Sicherheitsfunktionen, Bedienlogik         |
| **Testparameter**                           | Zeiten, Wiederholungen, HMI-Freigaben für Schrittbetrieb etc.  |

***

#### 🔹 2. **Was wird gemacht? (Tätigkeiten in der IBN)**

| Schritt                                    | Beschreibung                                                           |
| ------------------------------------------ | ---------------------------------------------------------------------- |
| **Automatikfreigabe testen**               | Verhalten bei gedrückter Automatik-Release-Taste prüfen                |
| **Zustände durchlaufen (Sequence)**        | Zustandswechsel im Automatikbetrieb beobachten und protokollieren      |
| **Handbetrieb testen (MXIC)**              | Jeder Zustand wird einzeln angesteuert, manuelle Bewegung wird geprüft |
| **Fehlermeldungen simulieren (i, CMZ)**    | Interlock- und CMZ-Funktionen bewusst auslösen und Reaktion validieren |
| **Bedienerführung prüfen (S-Verhalten)**   | Erwartete Bedienhandlungen und HMI-Texte im Automatikbetrieb           |
| **Signalstatus visualisieren**             | Echtzeitverfolgung über HMI: Zustände, Signalstatus, Diagnosen         |
| **Grenzwerte und Parameter testen**        | Alle parametrierten Größen auf Richtigkeit und Wirksamkeit prüfen      |
| **Sequence Cross testen (wenn vorhanden)** | Übergänge zwischen Sequenzen validieren                                |

***

#### 🔹 3. **Outputs – Was ist das Ergebnis der IBN?**

| Ergebnis                                  | Beschreibung                                                         |
| ----------------------------------------- | -------------------------------------------------------------------- |
| ✅ **Validierter Modellablauf**            | Alle Zustände, Zonen, Signale verhalten sich wie im Modell definiert |
| ✅ **Sichere Hand- und Automatikfunktion** | Kontrolliertes und abgesichertes Verhalten in allen Betriebsarten    |
| ✅ **Fehlerbehandlung funktioniert**       | Interlock-Abweichungen und Sicherheitsfunktionen greifen korrekt     |
| ✅ **Bedienerführung korrekt sichtbar**    | HMI zeigt Zustände, Aufforderungen, Meldungen zuverlässig an         |
| ✅ **Parameter geprüft und angepasst**     | Alle verfahrensrelevanten Werte sind abgestimmt                      |
| ✅ **IBN-Dokumentation vollständig**       | Alle Tests, Freigaben und Abnahmen nachvollziehbar dokumentiert      |

***

#### 🧩 Fazit:

Die IBN in Selmo ist kein "Probieren", sondern ein **modellbasierter Nachweis**, dass die Maschine das tut, was im Modell festgelegt wurde.

➡️ **Das Modell ist die Referenz – die SPS führt es aus.**


---

# 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/selmo-struktur-und-standard/selmo-technischer-standard-und-struktur/selmo-methode-praktisch/inbetriebnahme-ibn-mit-selmo.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.
