# バッジリーダーのサポート

Verkadaのアクセスコントロールシステムは、バッジリーダー向けの一般的なWiegandプロトコルをサポートしており、これは今日導入されているほとんどのHuman Interface Device（HID）および類似のリーダーを包含します。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/ja/she-ding/configure-a-door-in-command/wire-a-door-to-an-ac41-cassette.md)、バッジリーダーは使用準備が整い、 [ドアカセット](/access-control/ja/she-ding/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/ja/insutru/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.
