# 배지 리더 지원

Verkada의 출입 통제 시스템은 오늘날 배포된 대부분의 인간 인터페이스 장치(HID) 및 유사한 리더를 포함하는 배지 리더용으로 널리 사용되는 Wiegand 프로토콜을 지원합니다. Verkada는 또한 Verkada 및 타사 배지 리더를 통해 Open Supervised Device Protocol(OSDP)도 지원합니다.

{% hint style="warning" %}
AC41은 D0/D1 포트에서 7V를 초과하는 전압을 지원하지 않습니다.
{% endhint %}

## 작동 방식

### Wiegand

Wiegand 배지 리더에는 일반적으로 6개의 출력이 있습니다:

* \+ (양극)
* \- (음극)
* D0
* D1
* RLED
* GLED

이러한 각 출력에는 각 [AC41](https://docs.verkada.com/docs/door-controller-ac41-datasheet.pdf) 도어 카트리지에 대응하는 입력이 있으며, 이는 이 도어 카트리지 도면의 강조 표시된 섹션에 표시되어 있습니다. 각 입력의 레이블은 바로 왼쪽에 있습니다.

### OSDP

OSDP 배지 리더에는 4개의 출력이 있습니다:

* \+ (양극)
* \- (음극)
* A
* B

Wiegand와 마찬가지로, 이러한 각 출력에는 각 AC41 도어 카트리지에 대응하는 입력이 있으며, 이는 이 도어 카트리지 도면의 강조 표시된 섹션에 표시되어 있습니다. 각 입력의 레이블은 Wiegand 레이블의 왼쪽에 있습니다.

한번 [배선이 완료되면](/access-control/ko/configuration/configure-a-door-in-command/wire-a-door-to-an-ac41-cassette.md), 배지 리더를 사용할 준비가 되며 [도어 카세트](/access-control/ko/configuration/configure-a-door-in-command.md) 를 Command에서 활성화하기만 하면 다른 리더들과 함께 작동하게 됩니다.


---

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