> For the complete documentation index, see [llms.txt](https://docs.videc.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.videc.de/june5-3.7/en/webanwendung/verdichtungsstufen.md).

# Aggregation Levels

In JUNE5, both the same and different aggregation levels can be displayed in a chart. The following table shows the configurable aggregation levels for acron measured values.

| Aggregation Level | Description (Interval)               |
| ----------------- | ------------------------------------ |
| PROCESS           | Raw value                            |
| INTERVAL1         | Interval data 1 \*                   |
| INTERVAL2         | Interval data 2 \*                   |
| INTERVAL3         | Interval data 3 \*                   |
| INTERVAL4         | Interval data 4 \*                   |
| INTERVAL5         | Interval data 5 \*                   |
| INTERVAL6         | Interval data 6 \*                   |
| DAY1              | Daily data from secondary interval   |
| DAY2              | Daily data from secondary interval 2 |
| DAY3              | Daily data from secondary interval 3 |
| DAY4              | Daily data from secondary interval 4 |
| DAY5              | Daily data from secondary interval 5 |
| DAY6              | Daily data from secondary interval 6 |
| DAY7              | Daily data from secondary interval 7 |
| DAY8              | Daily data from secondary interval 8 |
| WEEK              | Weekly data                          |
| MONTH             | Monthly data                         |
| YEAR              | Annual data                          |

*Table: Configurable aggregation levels for acron measured values*

In contrast to the measured values from acron data sources, the aggregation levels for measured values from other data sources are fixed. These can be found in the following table.

| Aggregation Level | Description (Interval) |
| ----------------- | ---------------------- |
| PROCESS           | Raw value              |
| INTERVAL1         | 1 minute               |
| INTERVAL2         | 5 minutes              |
| INTERVAL3         | 15 minutes             |
| INTERVAL4         | 30 minutes             |
| INTERVAL5         | 1 hour                 |
| INTERVAL6         | 2 hours                |
| DAY1              | Day                    |
| WEEK              | Week                   |
| MONTH             | Month                  |
| YEAR              | Year                   |

*Table: Configurable aggregation levels for non-acron measured values*

{% hint style="info" %}
The aggregation levels of measured values from SQL OLE DB data sources can be activated or deactivated.
{% endhint %}


---

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

```
GET https://docs.videc.de/june5-3.7/en/webanwendung/verdichtungsstufen.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.
