> 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/new-alarms/ko/installation/daisy-chain-multiple-be32s.md).

# 여러 BE32 데이지 체인 연결

BE32 알람 익스팬더는 Verkada 알람 시스템의 적용 범위를 확장합니다. 익스팬더를 사용하면 여러 유선 센서를 BP52 알람 패널로 향하는 하나의 RS-485 케이블 구간으로 통합할 수 있습니다. 알람 패널의 RS-485 포트당 최대 4개의 BE32 장치를 데이지 체인으로 연결할 수 있습니다.

***

## **펌웨어 업데이트**

BE32를 데이지 체인으로 연결하려면 먼저 모든 장치가 최신 펌웨어 버전이어야 합니다.

{% stepper %}
{% step %}
[**BE32를 Command에 추가합니다.**](/command/ko/organization-settings/add-a-device-to-your-command-organization.md)
{% endstep %}

{% step %}
[**BE32를 알람 사이트에 추가합니다**](/new-alarms/ko/configuration/alarm-sites.md)**.**
{% endstep %}

{% step %}
**RS-485를 통해 BE32를 BP52에 직접 연결합니다.**

<div align="left" data-with-frame="true"><img src="/files/224e62677f06b0fa4ad08f89797d7f43ff3c8457" alt="" width="450"></div>
{% endstep %}

{% step %}
**장치가 자동으로 업데이트를 시작해야 합니다. 장치는 몇 분 내로 주황색으로 깜박이기 시작합니다. LED가 깜박임을 멈추고 최소 1분 동안 계속 파란색으로 유지되어 업데이트가 완료되었음을 나타낼 때까지 연결을 끊지 마십시오. 전체 과정은 약 10분 정도 걸립니다.**
{% endstep %}
{% endstepper %}

{% hint style="danger" %}
아래와 같이 BE32 장치가 설치되어 있으면, 두 번째 장치는 처음에 BP52 알람 패널에 직접 연결되어 있지 않은 한 최신 펌웨어로 업데이트되지 않습니다.

<img src="/files/0ce2a6cdd12951dd6212bc7a36cd96d3c662c8b9" alt="" data-size="original">
{% endhint %}

***

## **필요한 케이블 길이**

BE32 장치를 데이지 체인으로 연결할 때 케이블 길이는 제한 요소입니다. 데이터 무결성과 4선식 센서의 적절한 전원을 보장하려면, 데이지 체인으로 연결할 BE32 수에 따라 아래 표의 최대 거리 지침을 따르십시오.

{% hint style="danger" %}
표의 거리는 BE32 릴레이에 출력 장치가 연결되지 않은 경우를 가정합니다. 릴레이를 사용할 계획이라면 각 BE32마다 외부 전원 공급이 필요합니다.
{% endhint %}

|             |                                       |                                       |
| ----------- | ------------------------------------- | ------------------------------------- |
| **BE32 장치** | **18 AWG 기준 패널에서 마지막 장치까지의 최대 배선 길이** | **22 AWG 기준 패널에서 마지막 장치까지의 최대 배선 길이** |
| 1           | 2625피트 / 800m                         | 1150피트 / 350m                         |
| 2           | 2130피트 / 650m                         | 820피트 / 250m                          |
| 3           | 1800피트 / 550m                         | 650피트 / 200m                          |
| 4           | 1475피트 / 450m                         | 490피트 / 150m                          |

{% hint style="warning" %}
18 AWG 케이블은 저항이 더 낮아 더 긴 데이지 체인을 가능하게 합니다.
{% endhint %}

***

## 전원 공급 요구 사항

보조 전원이 필요한 경우 Verkada ACC–WA–30W/12V 스위칭 전원 공급 장치를 사용해야 합니다. 출력 장치(사이렌, 스트로브 등)가 연결되어 있거나 케이블 길이 제한에 도달한 경우 반드시 사용해야 합니다. 외부 전원 공급 장치(10-36V)를 사용할 때는 장치의 음극을 포함하여 RS-485 장치들이 동일한 기준 접지에 연결되어 있는지 확인하십시오.

<div align="left"><img src="/files/0fa8121af7792fe01c3fc88012af4f6a75644839" alt="" width="375"> <img src="/files/284216e1820814446538d29f70131b00712c5001" alt="" width="375"></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/new-alarms/ko/installation/daisy-chain-multiple-be32s.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.
