> 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/wiring-best-practices-for-third-party-wireless-locks.md).

# 타사 무선 잠금 장치

{% hint style="warning" %}
이 가이드는 편의를 위한 모범 사례를 제공하지만, RS-485 장치는 궁극적으로 다음에 따라 설치해야 합니다 [TIA/EIA-485-A](https://store.accuristech.com/tia/standards/tia-tia-485-a?product_id=2591400) 표준.
{% endhint %}

### 시작하기 전에

이 문서에서 다루는, RS-485를 통해 허브 또는 잠금장치를 출입 통제 패널에 배선하는 Verkada의 타사 무선 잠금장치 연동에는 다음이 포함됩니다:

* AD400 잠금장치를 위한 PIM400-485 허브
* AD300 잠금장치
* Engage Online 잠금장치를 위한 GWE 허브
* Aperio 잠금장치를 위한 AH30 허브

***

## 권장 사항

{% stepper %}
{% step %}
**차폐 드레인은 패널 쪽에서만 종단하고, 접지에 연결하세요.**
{% endstep %}

{% step %}
**RS-485 승인 케이블을 사용하세요. Belden 9841, 9842 또는 이에 상응하는 제품이 권장됩니다.**
{% endstep %}

{% step %}
**RS-485 신호 접지를 전원 공급 장치의 음극 단자에 연결하세요.**
{% endstep %}

{% step %}
**패널 또는 장치의 비차폐 배선은 길이가 2인치 미만이 되도록 하세요.**
{% endstep %}

{% step %}
**전원과 데이터가 같은 경로를 따라가면 별도의 케이블 재킷으로 분리해 배선하세요.**
{% endstep %}

{% step %}
**각 잠금장치 또는 허브가 사양에 따라 충분한 전원을 공급받고 있는지 확인하세요.**

* 일반적으로 Verkada 리더 포트 하나가 장치 하나에 전원을 공급합니다.
* 추가 장치에는 별도의 리더 포트 또는 외부 전원 공급 장치를 사용하세요.
  {% endstep %}
  {% endstepper %}

***

## 여러 RS-485 장치를 패널에 배선하기

{% stepper %}
{% step %}
**선형 버스 토폴로지에서 장치 간 데이터를 데이지 체인으로 연결하세요. 스타 토폴로지는 피하세요.**
{% endstep %}

{% step %}
{% hint style="warning" %}
데이터 라인에 T 분기 연결을 사용하지 마세요.
{% endhint %}
{% endstep %}

{% step %}
**케이블 간에는 차폐 드레인선을 서로 연결하되, 드레인은 패널에서만 종단하세요.**
{% endstep %}

{% step %}
**전원 공급 장치의 총 부하를 고려하여 각 장치에 충분한 전원이 공급되는지 확인하세요.**
{% endstep %}

{% step %}
{% hint style="warning" %}
Verkada 패널 도어 포트에서 전원을 데이지 체인으로 연결하지 마세요.
{% endhint %}
{% endstep %}

{% step %}
**모든 장치에 걸쳐 연속적인 신호 접지를 유지하고, 각 전원 공급 장치의 음극 단자에 연결하세요.**
{% endstep %}
{% endstepper %}


---

# 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/wiring-best-practices-for-third-party-wireless-locks.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.
