> 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/installation/ax11-elevator-installation.md).

# AX11 엘리베이터 설치

Verkada [AX11 IO 컨트롤러](https://docs.verkada.com/docs/io-controller-ax11-datasheet.pdf) 조직에서 최대 2개의 엘리베이터 뱅크에 걸쳐 최대 16개 층의 출입 통제를 관리할 수 있습니다. 리더기는 각 엘리베이터 내부에 설치해야 합니다. 엘리베이터 안에서 배지를 스캔하면 층 버튼을 누를 수 있습니다.

{% hint style="danger" %}
Verkada Command를 통해 해당 층의 접근 권한을 부여받아야 합니다. 해당 층에 대한 접근 권한이 없으면 어떤 층 버튼도 누를 수 없습니다. 방법 알아보기 [Command에서 AX11 구성하기](/access-control/ko/configuration/configure-the-ax11-io-controller.md).
{% endhint %}

## 사전 요구 사항

모든 층에는 **두 개의** 버튼 제어 리드(**단일 와이어 쌍에서**)이 필요하며, 이는 엘리베이터 시스템 설치의 일부로 제공되어야 합니다.

표준 구성에서는:

* 이 리드들이 서로 닿으면 버튼을 눌러 해당 층에 접근할 수 있습니다.
* 리드가 서로 떨어져 있으면 층 버튼을 누를 수 없습니다. 일부 엘리베이터 제조사/모델은 반대 동작을 보입니다.

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

## AX11 엘리베이터 배선하기

표준 구성에서는: 엘리베이터 제어 패널에서 제어 리드는 Normally Open(NO)으로 배선됩니다. 아래와 같이 각 층의 제어 리드는 AX11의 출력 릴레이 중 하나에 연결해야 합니다.

올바른 배선 구성 요구 사항(예: NO 또는 Normally Closed(NC))을 확인하려면 엘리베이터 제조업체의 설치 설명서를 참조하세요.

**예시**: AX11 엘리베이터 배선

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

**예시**: AX11 엘리베이터 배선(엘리베이터 2대, 각 6개 층 예시)

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

## AX11 리더기 배선하기

리더기는 엘리베이터 칸 내부에 있어야 합니다. AX11은 Wiegand 및 Verkada 리더기를 지원합니다. 리더기의 조합은 자유롭게 사용할 수 있습니다(예: Verkada 리더기 1대와 Wiegand 리더기 1대). 리더기를 [연결하는 방법](https://docs.verkada.com/docs/access-control-ax11-quick-start-guide.pdf).

{% hint style="warning" %}
이 장치에서는 한 번에 리더기 2대만 사용할 수 있습니다. 엘리베이터 1대당 리더기 1대(엘리베이터 2대의 경우) 또는 단일 엘리베이터에 리더기 2대.
{% endhint %}

**예시**: 리더기 배선

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

## AX11 접지하기

엘리베이터 이동용 케이블은 EMF의 영향을 받기 쉬우며, 특히 리더기 와이어에서 그렇습니다. 이로 인해 AX11 컨트롤러가 손상될 수 있습니다.

리더기는 차폐 케이블을 사용해 배선하고, 노출된 금속 드레인 와이어가 접지에 올바르게 연결되도록 하십시오, **가능하면 리더기 설치 끝단에서**.

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

리더기 측에서 드레인 와이어를 접지에 올바르게 연결할 수 없는 경우, AX11의 섀시 접지 포인트를 사용할 수 있습니다. 차폐 케이블의 드레인 와이어는 가장 가까운 AX11 섀시 접지에 고정해야 합니다. AX11에는 **세 개의**쉽게 찾을 수 있는 섀시 접지 포인트가 있습니다.

<div align="left" data-with-frame="true"><img src="/files/216904883965b47ee6caa246a0a275ae01eea742" 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/installation/ax11-elevator-installation.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.
