# Asset Profile

The **Asset Profile** setting defines how speed is calculated for OEE, depending on how the machine operates.

* For machines that run **continuously and at high speed**, it’s important to reflect the most **current** speed data. These machines benefit from using the **latest possible speed readings**.
* For machines that operate in **batches** or have intermittent runs, speed data should be measured from a point slightly in the past (e.g., the most recent completed minute). This prevents misleading results such as a burst of high speed followed by a period of zero speed, which could skew the data.

To address both use cases, the system now uses a **rolling window** to calculate the **average speed over the last hour**. By default, the system also uses a **10-minute average speed**.

With the updated **Asset Profile** feature, you can now configure the behavior per machine:

* Choose whether the speed should reflect the most **recent real-time data** (choose 0 or 1 for an instantaneous rate)
* Or use a **delayed windowed average** suitable for batch-type machines. This is set at 10 minutes as default.

## Navigation

Go to Asset Hierarchy > Asset Profile

<figure><img src="/files/05yZLW0NvDCLSrZC9Szi" alt=""><figcaption></figcaption></figure>

## Creating an Asset Profile

<figure><img src="/files/bMbE9Ki5pFBKLm7qvF8s" alt="" width="381"><figcaption></figcaption></figure>

<table><thead><tr><th>Field</th><th width="491">Description</th><th>Uom</th></tr></thead><tbody><tr><td>Name</td><td>Name of the Asset Profile</td><td></td></tr><tr><td>OEE Context</td><td>What to use to calculate stats for an asset</td><td></td></tr><tr><td>OEE Context Window</td><td><ul><li><strong>Current Shift</strong> - Asset OEE calculated from start of current shift ← This represents current and default behavior</li><li><strong>Current Shift Window</strong> - Asset OEE calculated from start of current shift BUT only for the last x minutes.</li><li><strong>Current Order</strong> - Asset OEE calculated from start of current order</li><li><strong>Current Shift Window</strong> - Asset OEE calculated from start of current shift BUT only for the last x minutes.</li><li><strong>Asset Window</strong> - Asset OEE calculated for for the last x minutes.</li><li><strong>Today</strong> - Asset OEE calculated from the start of the day to now.</li></ul><p><br>If your OEE context contains "Window", then you can set the context window duration.<br><img src="/files/LULfZsGp8R2uFDSwxbEb" alt=""></p></td><td>Minutes</td></tr><tr><td>Current Speed Window</td><td>How often you want the speed of production to be calculated. Default value is 10 minutes</td><td>Minutes</td></tr><tr><td>Short Stop Threshold</td><td>Threshold to categorize downtime evetns on that Asset as "Short stop" or "Long Stop".<br>See <a data-mention href="/pages/3V2ncmdpiMTnH8Wk0ZuW">/pages/3V2ncmdpiMTnH8Wk0ZuW</a></td><td>Seconds</td></tr><tr><td>Ignore Unavailable Time</td><td>When checked, will ignore any rows that have the downtime type of UNAVAILABLE.<br>This downtime type is often used whenever a shift break occurs and we want to ignore the downtime which was caused by that.</td><td></td></tr><tr><td>Ignore Planned Downtime</td><td>When checked, do not count planned down time's as "penalties" when calculating availability</td><td></td></tr><tr><td>Enable Shift Handover AI</td><td>When checked, assets with this asset profile assigned will get a message in the asset chat during shift handover. This message will contain insights from the previous shifts.<br>See more below <a data-mention href="#heads-up-ai-assistant-insights">#heads-up-ai-assistant-insights</a></td><td></td></tr><tr><td>Enable Order Ready AI</td><td>When checked, assets with this asset profile assigned will get a message in the asset chat after you have ready an order. This message will contain insights from the orders of the same materials.<br>See more below <a data-mention href="#heads-up-ai-assistant-insights">#heads-up-ai-assistant-insights</a></td><td></td></tr></tbody></table>

## Heads Up AI Assistant Insights

Heads Up AI Assistant delivers simple but intelligent production insights when you need them most.

Enable it in Asset Profiles to get AI-powered shift handover summaries and order-ready recommendations based on historical data.

{% embed url="<https://youtu.be/1vNE73g6RVg?si=Vq2WkxPW209whQdl>" %}

## Attaching an Asset Profile to an Asset

Open any Asset. Find the name of the Asset Profile you want to attach. Click on it to attach.

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


---

# 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://help.tillit.cloud/tillit/knowledge-base/setting-up-tillit/asset-hierarchy/assets/asset-profile.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.
