> 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/access-control-deployment-best-practices/power-io-on-the-ac12.md).

# AC12 の電源 I/O

その [Verkada アクセスコントローラ](https://docs.verkada.com/docs/access-control-datasheet.pdf) ドアの各コンポーネントに物理的に接続して、アクセスを管理します。アクセスコントローラは、建物に既存のドア用ハードウェアおよびリーダーと連携して動作します。

## 給電方法

Verkada を給電する方法はいくつかあります [AC12 1ドアコントローラ](https://docs.verkada.com/docs/ac12-one-door-controller-datasheet.pdf)。選択したモードによっては、一部の機能が制限されます：

* PoE++/802.bt 接続（60W）でデバイスに給電する
* PoE+/802.at 接続（30W）でデバイスに給電する
* PoE+/802.af 接続（15W）でデバイスに給電する
* DC12V 接続（30W）でデバイスに給電する

AC12 は、当社の他のアクセスデバイスとは異なります：

* 他の Verkada の壁面給電ソリューションと同じデューティ制限で、Power over Ethernet（PoE）だけで給電できます。
* （オプション）DC12V 入力接続で給電できます。

{% hint style="warning" %}
主電源および有効化された機能によっては、 [ロックには異なる電流および電圧の制限が適用されます](https://docs.verkada.com/docs/ac12-one-door-controller-datasheet.pdf) 以下に示すとおりです：
{% endhint %}

## アクセサリーデバイスの制限

デフォルトでは、2台目のリーダー用電源レールは無効です。

{% hint style="danger" %}
この電源レールを有効にするには、アクセスコントローラを入出力（I/O）ドアとして構成します。このリーダーを有効にするために必要です。
{% endhint %}

デフォルトでは、USB 出力は無効です。

{% hint style="danger" %}
USB 電源を利用するには、Verkada Command の AC12 の設定ページで有効にする必要があります。
{% endhint %}

デフォルトでは、PoE 出力は 30W の PoE+ 接続です。すべてのアクセサリが有効になり、最大出力が 27W に抑えられると、制限が生じる場合があります。詳細は、 [AC12 の PoE パススルー](/access-control/ja/she-zhi/access-control-deployment-best-practices/poe-passthrough-on-the-ac12.md).

## DC12V 入力を使用する

DC12V 入力は次の用途に使用できます：

* 30W モードで本体への主電源として給電する。
* PoE 電源と併用して、バックアップ電源として使用する。

AC12 をバッテリーバックアップと併用するには、バッテリー充電デバイスが必要です。12V バッテリーを 12V 入力に接続するだけでは、運用中にバッテリーは充電状態に保たれません。

{% hint style="danger" %}
バッテリーを充電するために 12V 出力に接続しないでください。バッテリーが損傷するおそれがあります。
{% endhint %}

## AC12 の UPS バックアップ

AC12 で UPS バックアップを実現するには、次のオプションを推奨します：

* UPS に接続されたスイッチに接続する。
* バッテリーバックアップ付き外部電源装置の 12V 出力を利用する。
* メインスイッチとは独立した壁面コンセントからの 12V DC 接続を利用する。
* バッテリーバックアップ付き外部電源装置から PoE 電源を供給する。


---

# 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/access-control-deployment-best-practices/power-io-on-the-ac12.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.
