> 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/classic-alarms/ko/installation/alarm-setup-and-install-best-practices/supervised-wiring-with-classic-alarms.md).

# Classic Alarms의 감시 배선

{% hint style="success" %}
Verkada는 Classic Alarms의 전 세계 판매 종료(2026년 8월 1일) 및 수명 종료(2027년 8월 1일)를 발표했습니다. 대상 고객은 2027년 1월 31일까지 추가 비용 없이 New Alarms로 업그레이드할 수 있습니다. 방문하세요 [Verkada.com/alarms/upgrade](https://www.verkada.com/alarms/upgrade) 시작하려면.
{% endhint %}

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

***

감시되지 않는 회로에서는, 평상시 개방으로 배선된 센서의 절단된 선이나 평상시 폐쇄로 배선된 센서의 단락된 선은 경보 트리거로 감지되지 않습니다. 감시는 [Verkada BP41 경보 패널](https://docs.verkada.com/docs/alarm-panel-overview.pdf) 이러한 이벤트를 감지하고 알림이나 경보를 트리거할 수 있게 합니다.

***

## 감시 유형

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

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

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

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

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

### 이중 EOLR 감시

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

***

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

저항기는 회로의 끝단에 설치되며, 단일 및 이중 EOL 저항기의 경우 센서에 최대한 가깝게 배치해야 합니다. 패널에 EOL 저항기를 설치하면 감시의 목적이 저하됩니다.

|                                                      |                                                      |
| ---------------------------------------------------- | ---------------------------------------------------- |
| **단일 EOLR**                                          | **이중 EOLR**                                          |
| ![](/files/7f7d70ca86e94dae3ce096cc214fa2f2ab15bc96) | ![](/files/722bdd4f599dd59a3bd4be37e7c8fcaaa7cf0f60) |


---

# 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/classic-alarms/ko/installation/alarm-setup-and-install-best-practices/supervised-wiring-with-classic-alarms.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.
