> 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/logic/or.md).

# Or

Dieser Funktionsblock bewertet die logische ODER-Operation zwischen zwei booleschen Eingaben. Er wird häufig verwendet, um zu bestimmen, ob mindestens eine der Eingaben als wahr bewertet wird.

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

`Boolean` Die erste boolesche Eingabe für die logische Operation.

`Boolean` Die zweite boolesche Eingabe für die logische Operation.

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

`Boolean` Diese Ausgabe liefert das Ergebnis der logischen ODER-Operation, die auf die Eingaben angewendet wird.

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

Es gibt keine interaktiven Steuerungen in diesem Block; die Operation wird rein durch die Eingaben bestimmt.

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

`Logical Evaluation` Der Block führt die logische ODER-Operation aus und gibt wahr zurück, wenn eine der Eingaben wahr ist.

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

1. **Connect Inputs**: Verbinden Sie zwei boolesche Ausgangsquellen mit den Eingängen.
2. **Run the Block**: Bewerten Sie den Block, um das Ergebnis der logischen ODER-Operation zu erhalten.

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

Bei der Ausführung berechnet dieser Funktionsblock das Ergebnis der ODER-Operation basierend auf den beiden booleschen Eingaben.

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

<details>

<summary>Kombinieren mehrerer logischer Operationen</summary>

Für komplexe logische Bedingungen können Sie diesen Block mit anderen wie `And`, `Not` oder `Greater` kombinieren, um komplexe Logikstrukturen in Ihrem Arbeitsablauf zu erstellen.

</details>

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

<details>

<summary>Keine Ausgabe</summary>

Stellen Sie sicher, dass beide booleschen Eingaben korrekt verbunden sind und überprüfen Sie, ob sie tatsächlich Werte erhalten. Wenn eine der Eingaben `None` ist, kann es ein Problem in Ihrem vorhergehenden Arbeitsablauf geben.

</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/data-logic/logic/or.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.
