> 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/toraburushtingu/verkada-ac41-status-led/use-the-ac41-test-buttons.md).

# AC41 テストボタンを使用する

Verkada [AC41 4ドア コントローラー](https://docs.verkada.com/docs/door-controller-ac41-datasheet.pdf) さまざまなイベントのテストやエミュレーションを行うための4つのボタンがあります。テストボタンを使うと、コントローラーのリレーや、各ポートの退出要求（REX）およびドア位置インジケーター（DPI）入力をテストできます。

{% hint style="danger" %}
テストボタンを動作させるには、コントローラーにインターネット接続が必要です。
{% endhint %}

***

## ドアボタン

{% stepper %}
{% step %}
**DOORボタンを押して、テスト対象として選択されるドアを順番に切り替えます。選択されたドアに対応するLEDが点灯します。たとえば、ドア2が選択されている場合、2の下のLEDが点灯します。**
{% endstep %}

{% step %}
**ドアを選択すると、下に示すように3つのLEDが回路の状態を示します。**

<div align="left" data-with-frame="true"><img src="/files/a01597a610ba381ab790462c0d0d0ecc6bd65b0a" alt=""></div>
{% endstep %}
{% endstepper %}

## ロック作動ボタン

LEDが点灯していると、ロックが施錠されていることを示します。LEDが消灯していると、ロックは解錠されています。

<div data-with-frame="true"><img src="/files/184429aa51aad0d248fc8c0c3f995273fc90ee57" alt=""></div>

## DPIエミュレートボタン

ドアが閉まっていると、LEDが点灯し、回路が閉じていることを示します。ドアが開いている場合、回路は開いています（LEDは消灯しています）。

<div align="left" data-with-frame="true"><img src="/files/cc02b3701702b343d5bbc0e35bbb64de96b25a25" alt=""></div>

## REXエミュレートボタン

〜のとき **REXをエミュレート** ボタンがトリガーされると、回路は閉じます（LEDが点灯します）。待機状態では、REXで誰も検知されない場合、LEDは消灯します。

<div data-with-frame="true"><img src="/files/efd366faa3c41bc00d487b861e3f87c430b4d3f1" alt=""></div>

押し続けると **REXをエミュレート** ボタンを押すと、コントローラーはDPIまたはREXの現在の状態を切り替えます。

**例**

DPIのLEDが点灯している場合、ドアが閉まっていることを意味します。もし **REXをエミュレート** ボタンが押されると、LEDは消灯します（ドアが開いています）。

<div data-with-frame="true"><img src="/files/30d6841963fe2e0d4d2cf80989efa9079717c2a1" alt=""></div>


---

# 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/toraburushtingu/verkada-ac41-status-led/use-the-ac41-test-buttons.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.
