> 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/ja/she-zhi/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/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
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/ja/she-zhi/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.
