> For the complete documentation index, see [llms.txt](https://help.verkada.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.verkada.com/access-control/de/installation/badge-reader-support.md).

# Unterstützung für Badge-Leser

Verkadas Zutrittskontrollsystem unterstützt das weit verbreitete Wiegand-Protokoll für Ausweisleser, das die meisten heute eingesetzten Human Interface Device-(HID-) und ähnlichen Leser umfasst. Verkada unterstützt außerdem das Open Supervised Device Protocol (OSDP) über Verkada- und Drittanbieter-Ausweisleser.

{% hint style="warning" %}
Der AC41 unterstützt an den D0/D1-Ports keine Spannung über 7 V.
{% endhint %}

## So funktioniert es

### Wiegand

Wiegand-Ausweisleser haben in der Regel 6 Ausgänge:

* \+ (Positiv)
* \- (Negativ)
* D0
* D1
* RLED
* GLED

Jeder dieser Ausgänge hat einen entsprechenden Eingang an jedem [AC41](https://docs.verkada.com/docs/door-controller-ac41-datasheet.pdf) Türmodul, wie im hervorgehobenen Abschnitt dieser Türmodul-Abbildung gezeigt. Jeder Eingang hat seine Bezeichnung direkt links daneben.

### OSDP

OSDP-Ausweisleser haben 4 Ausgänge:

* \+ (Positiv)
* \- (Negativ)
* A
* B

Ähnlich wie bei Wiegand hat jeder dieser Ausgänge einen entsprechenden Eingang an jedem AC41-Türmodul, wie im hervorgehobenen Abschnitt dieser Türmodul-Abbildung gezeigt. Jeder Eingang hat seine Bezeichnung links von den Wiegand-Bezeichnungen.

Sobald [verdrahtet](/access-control/de/konfiguration/configure-a-door-in-command/wire-a-door-to-an-ac41-cassette.md), ist der Ausweisleser einsatzbereit und Sie müssen nur noch die [Türkassette](/access-control/de/konfiguration/configure-a-door-in-command.md) in Command aktivieren, damit sie neben Ihren anderen Lesegeräten läuft.


---

# 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://help.verkada.com/access-control/de/installation/badge-reader-support.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.
