> For the complete documentation index, see [llms.txt](https://docs.enlyze.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.enlyze.com/konzepte/leistung/leistungsmessung.md).

# Leistungsmessung

Der Leistungsfaktor zeigt, wie nah eine Maschine an ihrer maximalen Geschwindigkeit produziert hat. Er wird pro Auftrag berechnet und fließt als eine der drei Komponenten in die OEE ein.

## Berechnungsgrundlage

Für die Leistungsmessung braucht ENLYZE zwei Informationen:

1. **Die tatsächlich erreichte Geschwindigkeit** (gemessen über den konfigurierten Leistungsparameter)
2. **Die maximal mögliche Geschwindigkeit** (der [Maximum Demonstrated Speed](/konzepte/leistung/maximum-demonstrated-speed.md) für das jeweilige Produkt)

Der Leistungsfaktor ergibt sich aus dem Verhältnis:

$$
\text{Leistungsfaktor} = \frac{\text{Mittlere Geschwindigkeit während Produktion}}{\text{MDS}}
$$

{% hint style="info" %}
Die mittlere Geschwindigkeit bezieht sich nur auf produktive Zeiträume. Stillstände beeinflussen die mittlere Geschwindigkeit nicht.
{% endhint %}

## Beispiel

Für Produkt A liegt der MDS bei **300 kg/h**. Während eines Auftrags wurde im Durchschnitt **250 kg/h** erreicht.

$$
\text{Leistungsfaktor} = \frac{250}{300} = 83{,}3%
$$

Bei einer Gesamtmenge von 3.000 kg ergibt sich ein Leistungsverlust von 2 Stunden:

* Produktionszeit bei MDS: 3.000 kg / 300 kg/h = **10 h**
* Tatsächliche Produktionszeit: 3.000 kg / 250 kg/h = **12 h**
* Leistungsverlust: 12 h - 10 h = **2 h**

## Voraussetzungen

Damit ENLYZE die Leistung berechnen kann, müssen folgende Bedingungen erfüllt sein:

* Ein **Leistungsparameter** ist konfiguriert (Variable, die die Produktionsgeschwindigkeit misst).
* **Auftragsdaten** sind synchronisiert (damit der MDS pro Produkt ermittelt werden kann).
* Es existiert mindestens ein abgeschlossener Auftrag für das Produkt (damit ein MDS-Wert vorliegt).

## Weiterführende Themen

* [Maximum Demonstrated Speed](/konzepte/leistung/maximum-demonstrated-speed.md): Wie der MDS als produktbezogene Referenz berechnet wird.
* [Leistung (OEE)](/konzepte/oee-verstehen/leistung.md): Leistungsverluste im OEE-Kontext.
* [OEE-Erfassung einrichten](/produktionsoptimierung/oee.md): Leistungsparameter konfigurieren (Anleitung).


---

# 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.enlyze.com/konzepte/leistung/leistungsmessung.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.
