> For the complete documentation index, see [llms.txt](https://docs.irs.systems/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.irs.systems/mini-pwz-ii/handbuch/erste-inbetriebnahme.md).

# Erste Inbetriebnahme

## Schritt 1: Verdrahtung

* Die anzuschließenden Signale hängen von der Systemumgebung ab, die folgende Liste stellt das Minimum dar.
  * Spannungsversorgung (+24V Supply/Supply Return)
  * Referenzsignal (50 Hz Voltage Input)
  * Ein unsynchronisiertes Eingangssignal (Input 0/Input Reference)
  * Ein synchronisiertes Ausgangssignal (Output 0/Output Reference)
  * Ethernet über RJ45-Steckverbinder (für Konfiguration über WebServer)

<figure><img src="/files/0zZdyQD1eQqfWha7RQmu" alt=""><figcaption></figcaption></figure>

**ACHTUNG** Alle Signale müssen im spannungslosen Zustand angeschlossen werden.\
Die 24-V-Spannungsversorgung sollte stets zuerst eingeschaltet und als letztes ausgeschaltet werden.

***

## Schritt 2: IP-Konfiguration

### WebServer

Zum Setzen der Ethernet-Konfiguration wird die Web-Oberfläche empfohlen, vgl. dazu auch das vorherige Kapitel *WebServer*.

### DiscoveryTool

1. mDNS (Multicast DNS, Protokoll zum Übersetzen von IP-Adressen) auswählen
2. Modulsuche starten
3. Gewünschtes Modul auswählen
4. Menü für Netzwerkkonfiguration öffnen

<figure><img src="/files/g7mLfSushQ8ER0ff5VdA" alt=""><figcaption></figcaption></figure>

Mit einem Klick auf *Update* werden die Änderungen in den Mikrocontroller geschrieben und der Controller neu gestartet. Danach wird das Konfigurationsfenster automatisch geschlossen.

<figure><img src="/files/idl4xRPel6VvqVlKsJka" alt=""><figcaption></figcaption></figure>

* DNS server: wird für dieses Modul nicht benötigt
* DHCP/AutoIP: falls kein DHCP-Server zur Verfügung steht, wird auf AutoIP umgeschaltet (die zugewiesene Adresse kann über einen erneuten Suchlauf ermittelt werden)

## Schritt 3: Sonstiges

Es wird empfohlen, die Verzögerungszeiten wie im Kapitel *Einstellen der Verzögerungszeiten* beschrieben zu ermitteln und entsprechend einzutragen.


---

# 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://docs.irs.systems/mini-pwz-ii/handbuch/erste-inbetriebnahme.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.
