> 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/troubleshooting/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/bd367ab8cf26b265b28964603ddc5c693dd50435" alt=""></div>
{% endstep %}
{% endstepper %}

## 잠금 트리거 버튼

LED가 켜져 있으면 잠금장치가 잠긴 상태를 의미합니다. LED가 꺼져 있으면 잠금장치가 풀린 상태를 의미합니다.

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

## DPI 에뮬레이트 버튼

문이 닫혀 있으면 LED가 켜져 있어 회로가 완성되었음을 나타냅니다. 문이 열려 있으면 회로가 열린 상태입니다(LED가 꺼짐).

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

## REX 에뮬레이트 버튼

When the **REX 에뮬레이트** 버튼이 작동되면 회로가 완성됩니다(LED가 켜짐). 대기 상태에서는 REX에 감지된 사람이 없으면 LED가 꺼져 있습니다.

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

다음을 길게 누르면 **REX 에뮬레이트** 버튼을 누르면 컨트롤러가 DPI 또는 REX의 현재 상태를 전환합니다.

**예시**

DPI LED가 켜져 있으면 문이 닫혀 있음을 의미합니다. 만약 **REX 에뮬레이트** 버튼을 누르면 LED가 꺼집니다(문이 열려 있음).

<div data-with-frame="true"><img src="/files/d3c01e7da131b878774beb1fec37b5a8d7fcf2ab" 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/ko/troubleshooting/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.
