> 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/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 %}
**各ロックまたはハブが仕様どおりの十分な電力を受けていることを確認してください。**

* 通常、1つのVerkadaリーダーポートで1台のデバイスに電力を供給します。
* 追加のデバイスには、別のリーダーポートまたは外部電源を使用してください。
  {% 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/ja/she-zhi/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.
