> For the complete documentation index, see [llms.txt](https://docs.augelab.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.augelab.com/german/function-blocks/data-logic/flow-control/subsystem-out.md).

# Subsystem Out

Der `Subsystem Out` Funktionsblock ist so konzipiert, dass er den Datenfluss der Ausgaben aus Subsystemen innerhalb der AugeLab Studio Umgebung verwaltet. Er dient als Ausgangspunkt, der konfiguriert und in umfangreicheren Verarbeitungsflüssen im System genutzt werden kann.

## 📥 Eingänge <a href="#inputs" id="inputs"></a>

`Generic` Dieser Eingang akzeptiert allgemeine Daten, die an andere Funktionsblöcke oder Knoten weitergegeben werden können.

## 📤 Ausgänge <a href="#outputs" id="outputs"></a>

Dieser Funktionsblock erzeugt keine direkten Ausgaben, da sein Hauptzweck darin besteht, Eingabedaten an andere Subsysteme weiterzugeben.

## 🕹️ Steuerungen <a href="#controls" id="controls"></a>

Dieser Block hat keine speziellen Steuerungen in der Benutzeroberfläche, funktioniert jedoch im weiteren Kontext der Subsystemarchitektur.

## 🎨 Funktionen <a href="#features" id="features"></a>

`Batch Handling` Der Block kann Batch-Eingaben verwalten, obwohl die Batch-Funktionalität in ihrem aktuellen Zustand deaktiviert ist.

`Scene Integration` Integriert sich automatisch in die übergeordnete Subsystemszene und erhält die Integrität des internen Datenflusses.

## 📝 Nutzungshinweise <a href="#usage" id="usage"></a>

1. **Connect Input**: Verknüpfen Sie eine beliebige Datenquelle oder einen Verarbeitungsblock mit dem `Generic` Eingang des `Subsystem Out` Blocks.
2. **Evaluate**: Der Block verwaltet automatisch den Datenfluss und leitet die Daten im Rahmen des Evaluierungszyklus an das verbundene System weiter.

## 📊 Bewertung <a href="#evaluation" id="evaluation"></a>

Bei der Ausführung ruft dieser Funktionsblock die Eingabedaten ab, die mit seiner einzigen Eingabeschnittstelle verbunden sind, die anschließend weiterverwendet oder im downstream weiterverarbeitet werden kann.

## 💡 Tipps und Tricks <a href="#tips-and-tricks" id="tips-and-tricks"></a>

<details>

<summary>Arbeiten mit Subsystemen</summary>

Stellen Sie sicher, dass der `Subsystem Out` Block innerhalb eines definierten Subsystems positioniert ist, um korrekt zu funktionieren. Er ist auf Verbindungen von seinem übergeordneten `NodeSubSystem` angewiesen.

</details>

<details>

<summary>Verbesserte Datenflussverwaltung</summary>

Um die Datenhandhabung über mehrere Ausgänge zu verbessern, sollten Sie den Block `Subsystem In` verwenden, um Eingaben aus verschiedenen Quellen effizient zu verwalten.

</details>

## 🛠️ Fehlersuche <a href="#troubleshooting" id="troubleshooting"></a>

<details>

<summary>Keine Datenweiterleitung</summary>

Wenn die Ausgabe anscheinend keine Daten weitergibt, überprüfen Sie, ob die Eingabeverbindung korrekt hergestellt ist und ob der Quellblock gültige Daten produziert.

</details>

<details>

<summary>Probleme mit der Batch-Verarbeitung</summary>

Da die Batch-Verarbeitung derzeit deaktiviert ist, stellen Sie sicher, dass diese Funktionalität für Ihre Anwendung vorgesehen ist. Wenn erforderlich, konsultieren Sie weitere Dokumentationen zur Aktivierung von Batch-Funktionen.

</details>


---

# 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://docs.augelab.com/german/function-blocks/data-logic/flow-control/subsystem-out.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.
