# OEE

OEE (Overall Equipment Effectiveness) is a KPI expressed in percentage points that indicates the degree of production efficiency of a machine/plant.

This KPI is considered the product of three different indicators:

```
OEE = AV * PERF * QUAL
```

An OEE of 100% indicates that the machine/plant produces only compliant parts, without any fault and at the fastest possible speed.

![](https://docs-en.40mat.com/~gitbook/image?url=https%3A%2F%2Fcontent.gitbook.com%2Fcontent%2Fhl1Jd2aAwMOKTLsBc7V1%2Fblobs%2F2ZByg3Qdvy4OcC9hbiUE%2Foee-calculation.png\&width=768\&dpr=4\&quality=100\&sign=cc7d39d6\&sv=2)

### Global OEE <a href="#global-oee" id="global-oee"></a>

The global OEE is a varation of the OEE that use the global availability instead of the standard availability

```
GLOBAL OEE = GLOBAL AV * PERF * QUAL
```

A gloabl OEE of 100% indicates that the machine/plant produces only compliant parts, for all the planned time and at the fastest possible speed.

### Availability <a href="#availability" id="availability"></a>

The ratio of the time the machine was actually engaged in machining the part, net of all stops due to breakdowns.

The formula is:

```
AVAILABILITY = UPTIME / (UPTIME + DOWNTIME)
```

An availability of 100% means that the machine/plant produces without any fault.

### Global Availability <a href="#global-availability" id="global-availability"></a>

The ratio of the time the machine was actually engaged in machining the part, net of all stops due to breakdowns, setups, scheduled maintenance, and the potential time during which the machine could work.

The formula is:

```
AVAILABILITY = UPTIME / PLANNED TIME
```

A 100% rate means that the machine/plant produces for as long as it was planned, without any interruption.

### **Performance** <a href="#performance" id="performance"></a>

Percentage of parts produced compared to theoretical potential when the plant is active:

```
PERF = (N.PRODUCED PIECES) / (N.PIECES THEORETICALLY PRODUCED) 
```

A rate of 100% means that the machine/plant always produces at maximum speed.

### Quality <a href="#quality" id="quality"></a>

Percentage of conforming parts to total parts produced:

```
QUALITY = (N. CONFORMED PIECES) / (N. PRODUCED PIECES)
```

A percentage of 100% means that the machine/plant produces only good parts.


---

# Agent Instructions: 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:

```
GET https://docs.pelabellers.com/12WwhDoYkf9xX4gpwfnK/appendix/oee.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
