> 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/ko/installation/badge-reader-support.md).

# 배지 리더 지원

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
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/ko/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.
