> 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/input-output/outputs-exports/led-output.md).

# Led Output

Dieser Funktionsblock ermöglicht eine visuelle Darstellung eines booleschen Signals mithilfe einer LED-Anzeige. Er bietet Feedback basierend auf dem Zustand des Eingangssignals, was ihn ideal zur Überwachung von Bedingungen in einem nodebasierten Arbeitsablauf macht.

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

`Boolean` Dieser Eingang akzeptiert ein boolesches Signal (TRUE oder FALSE), das den Zustand der LED steuert.

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

Dieser Funktionsblock produziert keine Ausgänge.

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

`LED Indicator` Die LED-Anzeige, die den Zustand des Eingangssignals visuell darstellt.

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

`Visual Feedback` Die LED-Anzeige ändert die Farbe basierend auf dem Eingangssignal:

* **Grün**: Zeigt an, dass der Eingang TRUE ist.
* **Rot**: Zeigt an, dass der Eingang FALSE ist.
* **Grau**: Zeigt an, dass kein Eingang verbunden ist.

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

1. **Booleschen Eingang anschließen**: Verbinden Sie einen Funktionsblock, der ein boolesches Signal ausgibt, mit dem Eingangsanschluss dieses Blocks.
2. **Block auswerten**: Wenn sich der Zustand des booleschen Signals ändert, führen Sie diesen Block aus, um zu sehen, wie die LED entsprechend die Farbe ändert.

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

Bei der Ausführung bewertet dieser Funktionsblock den booleschen Eingang und aktualisiert die LED-Farbe, um den Zustand des Signals visuell darzustellen.

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

<details>

<summary>Keine Farbänderung an der LED</summary>

Wenn die LED ihre Farbe nicht ändert, stellen Sie sicher, dass ein boolescher Eingang richtig angeschlossen ist. Wenn kein Eingang angeschlossen ist, zeigt die LED grau an.

</details>

<details>

<summary>Unerwartete LED-Farbe</summary>

Überprüfen Sie, ob der Eingang die erwarteten TRUE- oder FALSE-Werte ausgibt. Sie können den Funktionsblock `Debug Input` verwenden, um das tatsächliche Signal zu überprüfen, das an diesen Block gesendet wird.

</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:

```
GET https://docs.augelab.com/german/function-blocks/input-output/outputs-exports/led-output.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
