> 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/was-benotigen-wir-fur-den-start-des-ptf-und-von-wem.md).

# 🟢 Was benötigen wir für den Start des PTF – und von wem?

Um ein Selmo-Modell im Sinne des PTF-Konzepts (**Plant – Task – Function**) korrekt und vollständig aufzubauen, braucht es zu Beginn **klare Informationen und strukturierte Inputs** von verschiedenen Beteiligten. Nur mit diesen Voraussetzungen kann das Prozessmodell später deterministisch, sicher und effizient umgesetzt werden.

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

**A. Technische Anforderungen & Ziele**

* Beschreibung der Maschine oder Anlage
* Funktionale Anforderungen (Was soll die Maschine tun?)
* Stückzahlen, Taktzeiten, Varianten

**B. Prozesswissen**

* Grobe Beschreibung des Ablaufs (z. B. Einlegen – Spannen – Bearbeiten – Entnehmen)
* Wichtige Schritte und Zustände
* Abhängigkeiten zwischen Prozessschritten

**C. Maschinenstruktur (ggf. vorläufig)**

* Aufteilung in Stationen, Module oder Funktionsbereiche
* Übersicht über Aktoren, Sensoren, Taster etc.
* Geplante Ein- und Ausgänge

**D. Betriebsanforderungen**

* Betriebsarten (z. B. Hand/Auto, Einrichtbetrieb)
* Sicherheitsvorgaben (z. B. Interlocks, Not-Halt, CMZ)
* Bedienvorgaben (z. B. HMI-Funktionen, Start/Stop)

**E. Anforderungen an Schnittstellen**

* SPS (Hersteller, Zielsystem, verwendete Bibliotheken)
* HMI-System oder Visualisierung
* Kommunikationsschnittstellen zu anderen Systemen (z. B. MES, Roboter)

***

#### 🔹 2. **Von wem kommen diese Informationen?**

| Quelle                                 | Rolle                                                    |
| -------------------------------------- | -------------------------------------------------------- |
| **Kunde / Betreiber**                  | Zielvorgaben, Lastenheft, Sicherheitsanforderungen       |
| **Konstruktion (Mechanik/Elektrik)**   | Struktur der Maschine, Aktoren/Sensoren, Hardwarekonzept |
| **Prozesstechniker / Ablaufplaner**    | Kenntnis über den konkreten Maschinenablauf              |
| **SPS-Programmierer / Automatisierer** | Zielarchitektur für Steuerung und Kommunikation          |
| **Sicherheitsbeauftragter**            | Interlock-Vorgaben, sicherheitsrelevante Prozesse        |
| **HMI-/UX-Verantwortliche**            | Anforderungen an die Bedienoberfläche                    |

***

#### 📌 Fazit

Der Start eines Selmo-Modells im PTF-Ansatz ist **ein strukturierter Informationssammlungsprozess**, bei dem verschiedene Fachbereiche ihre Sicht einbringen müssen. Erst auf dieser Basis kann ein robuster, deterministischer Ablauf modelliert und in Code umgesetzt werden – **vollständig rückführbar von der Anforderung bis zur Maschine**.


---

# 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/was-benotigen-wir-fur-den-start-des-ptf-und-von-wem.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.
