> 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/configuration/wireless-alarms-devices/supervised-wiring.md).

# 감시 배선

{% hint style="success" %}
이 문서는 새 Alarms를 위한 가이드입니다. 이 문서를 참조하세요 [문서](/classic-alarms/ko/installation/alarm-setup-and-install-best-practices/supervised-wiring-with-classic-alarms.md) 기존 Alarms를 사용하는 경우. 다음을 참조하세요 [New Alarms와 Classic Alarms 비교](/new-alarms/ko/getting-started/new-alarms-vs-classic-alarms.md) 어떤 버전의 Alarms를 사용 중인지 확실하지 않은 경우.
{% endhint %}

***

감시가 없는 회로에서는, 평상시 개방으로 배선된 센서의 절단된 배선이나 평상시 폐쇄로 배선된 센서의 단락된 배선이 경보 트리거로 감지되지 않습니다. 감시는 Verkada BP52 경보 패널이 이러한 이벤트를 감지하고 알림 또는 경보를 트리거할 수 있게 합니다.

***

## 감시 유형

BP52 경보 패널은 2가지 유형의 감시를 지원합니다:

* 단일 종단 저항(EOLR) (저항 1개)
* 이중 EOLR (저항 2개)

이 두 가지 감시 유형은 평상시 개방(NO) 또는 평상시 폐쇄(NC)로 배선된 센서에 적용할 수 있습니다. 각 유형의 기준 저항값은 아래에 표시되어 있습니다.

### 단일 EOLR 감시(1000Ω 저항)

|        |                         |                        |
| ------ | ----------------------- | ---------------------- |
| **저항** | **평상시 폐쇄(NC)**          | **평상시 개방(NO)**         |
| 0 Ω    | 단락 회로; 고장 상태            | 단락 회로 또는 폐쇄 이벤트; 경보 작동 |
| 1000Ω  | 정상 상태                   | 정상 상태                  |
| 무한대 Ω  | 절단된 배선 또는 개방 이벤트; 경보 작동 | 절단된 배선; 고장 상태          |

### 이중 EOLR 감시

|        |                |                |
| ------ | -------------- | -------------- |
| **저항** | **평상시 폐쇄(NC)** | **평상시 개방(NO)** |
| 0 Ω    | 단락 회로; 고장 상태   | 단락 회로; 고장 상태   |
| 1000Ω  | 정상 상태          | 폐쇄 이벤트; 경보 작동  |
| 2000Ω  | 개방 이벤트; 경보 작동  | 정상 상태          |
| 무한대 Ω  | 절단된 배선; 고장 상태  | 절단된 배선; 고장 상태  |

***

## EOLR을 BP52 경보 패널에 배선하세요

저항은 단일 및 이중 EOL 저항 모두에 대해 회로의 끝부분, 센서에 가능한 한 가깝게 설치됩니다. 패널에 EOL 저항을 설치하면 감시의 목적이 무력화됩니다.

|                                                      |                                                      |
| ---------------------------------------------------- | ---------------------------------------------------- |
| **단일 EOLR**                                          | **이중 EOLR**                                          |
| ![](/files/3f67749f53544a64cb0e597e9af4a667637cad9d) | ![](/files/d4c49054583fc98db870b9162e3ff928d4a91fb1) |

{% hint style="danger" %}
평상시 폐쇄형 경보 센서가 있고 저항이 병렬로 배선된 경우 호환되지 않습니다. 이 구성을 사용하는 경우, 이를 이중 EOLR로 전환하려면 저항 하나를 직렬로 추가하세요.
{% endhint %}

<div align="left" data-with-frame="true"><img src="/files/d10ce8a05a072cb56b5398801410131b7c9b706c" 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/new-alarms/ko/configuration/wireless-alarms-devices/supervised-wiring.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.
