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

# Überwachte Verdrahtung mit Classic Alarms

{% hint style="success" %}
Dieser Artikel ist ein Leitfaden für klassische Alarme. Siehe hierzu diesen [Artikel](/new-alarms/de/konfiguration/wireless-alarms-devices/supervised-wiring.md) wenn Sie neue Alarme haben. Siehe [Neue Alarme vs. klassische Alarme](/new-alarms/de/erste-schritte/new-alarms-vs-classic-alarms.md) wenn Sie sich nicht sicher sind, welche Version von Alarmen Sie haben.
{% endhint %}

***

In einer unüberwachten Schaltung wird ein durchtrennter Draht an einem Sensor, der als normalerweise offen verdrahtet ist, oder ein kurzgeschlossener Draht an einem Sensor, der als normalerweise geschlossen verdrahtet ist, nicht als Alarmauslöser erkannt. Die Überwachung ermöglicht es dem [Verkada BP41 Alarmzentrale](https://docs.verkada.com/docs/alarm-panel-overview.pdf) diese Ereignisse zu erkennen und eine Benachrichtigung oder einen Alarm auszulösen.

***

## Überwachungsarten

Die BP41 Alarmzentrale unterstützt 2 Überwachungsarten:

* Einzelner End-of-Line-Widerstand (EOLR) (1 Widerstand)
* Doppelter EOLR (2 Widerstände)

Diese beiden Überwachungsarten können auf Sensoren angewendet werden, die normalerweise offen (NO) oder normalerweise geschlossen (NC) verdrahtet sind. Referenz-Widerstandswerte für jede Art sind unten aufgeführt.

### Einzelne EOLR-Überwachung (1000-Ω-Widerstände)

|                |                                                            |                                                                           |
| -------------- | ---------------------------------------------------------- | ------------------------------------------------------------------------- |
| **Widerstand** | **Normalerweise geschlossen (NC)**                         | **Normalerweise offen (NO)**                                              |
| 0 Ω            | Kurzgeschlossener Stromkreis; Störungszustand              | Kurzgeschlossener Stromkreis oder geschlossenes Ereignis; Alarm ausgelöst |
| 1000 Ω         | Normalzustand                                              | Normalzustand                                                             |
| Unendlich Ω    | Durchtrennter Draht oder offenes Ereignis; Alarm ausgelöst | Durchtrennter Draht; Störungszustand                                      |

### Doppelte EOLR-Überwachung

|                |                                               |                                               |
| -------------- | --------------------------------------------- | --------------------------------------------- |
| **Widerstand** | **Normalerweise geschlossen (NC)**            | **Normalerweise offen (NO)**                  |
| 0 Ω            | Kurzgeschlossener Stromkreis; Störungszustand | Kurzgeschlossener Stromkreis; Störungszustand |
| 1000 Ω         | Normalzustand                                 | Geschlossenes Ereignis; Alarm ausgelöst       |
| 2000 Ω         | Offenes Ereignis; Alarm ausgelöst             | Normalzustand                                 |
| Unendlich Ω    | Durchtrennter Draht; Störungszustand          | Durchtrennter Draht; Störungszustand          |

***

## Verdrahten Sie EOLRs mit Ihrer BP41 Alarmzentrale

Widerstände werden am Ende des Stromkreises installiert, bei einzelnen und doppelten EOL-Widerständen so nah wie möglich am Sensor. Das Installieren von EOL-Widerständen an der Zentrale unterbindet den Zweck der Überwachung.

|                                                      |                                                      |
| ---------------------------------------------------- | ---------------------------------------------------- |
| **Einzelner EOLR**                                   | **Doppelter EOLR**                                   |
| ![](/files/692feecec62682842a9200200caa230f085038a6) | ![](/files/0131a40f4390890fd73ce0b84e64aee1eea772bc) |


---

# 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/de/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.
