> 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/acron-9.3/en/anlagenkonfiguration/ereignisse/ereignis/register_datentabellen-ereignis.md).

# Data tables tab

Configuration of the '[Start](#start-stopp)', '[Data](#daten)', '[Stop](#start-stopp)' and '[Statistics](#statistik)' data tables for analysis of events and presentation in reports.

### Compact view <a href="#kurzdarstellung" id="kurzdarstellung"></a>

Compact view mode from the header and table (default) of the compact view and data block (the Start, Stop and Statistics data tables are hidden by default).

#### Compact view table

Display the entries and edit the table for the data fields.

Selection from:

|                  |   |            |                                                             |
| ---------------- | - | ---------- | ----------------------------------------------------------- |
| Date             | - | START      | Output of the date at start of event                        |
| Time             | - | START      | Output of the time at start of event                        |
| Process variable | - | START      | Output of the value of a process variable at start of event |
| Date             | - | STOPP      | Output of the date at end of event                          |
| Time             | - | STOPP      | Output of the time at end of event                          |
| Process variable | - | STOPP      | Output of the value of a process variable at end of event   |
| Event identifier |   |            | Output of the event identifier                              |
| Duration         |   |            | Output of the duration                                      |
| Process variable | - | STATISTICS | Output of the value of a process variable                   |
| Text             |   |            | Output of a constant text                                   |
| Input            |   |            | Free input box for the user in the ACRON Reporter           |
| Number of steps  |   |            |                                                             |

#### Start/stop block table <a href="#start-stopp" id="start-stopp"></a>

Display the entries and edit the table for the data fields at the start of the event;

Selection from:

|                  |                                                   |
| ---------------- | ------------------------------------------------- |
| Date             | Output of the date                                |
| Time             | Output of the time                                |
| Event identifier | Output of the event identifier                    |
| Text             | Output of a constant text                         |
| Process variable | Output of the value of a process variable         |
| Input            | Free input box for the user in the ACRON Reporter |

#### Data block table <a href="#daten" id="daten"></a>

Display the entries and edit the table with one row for column headers and one row for data fields;

Selection from:

* Text
* Time stamp of process data
* Time stamp primary interval data
* Time stamp secondary interval data
* Process variable - process
* Process variable - primary interval
* Process variable - secondary interval

#### Statistics block table <a href="#statistik" id="statistik"></a>

Display the entries and edit the table for the data fields relating to the event statistics;

Selection from:

|                  |                                                   |
| ---------------- | ------------------------------------------------- |
| Duration         | Output of the duration                            |
| Text             | Output of a constant text                         |
| Process variable | Output of the value of a process variable         |
| Input            | Free input box for the user in the ACRON Reporter |

Note

You can add to the table as you want using the keyboard

| Keys  |   | Function   |
| ----- | - | ---------- |
| Tab   | : | New column |
| Enter | : | New row    |

Note

The tables are only preassigned defaults when creating a new table.


---

# 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/acron-9.3/en/anlagenkonfiguration/ereignisse/ereignis/register_datentabellen-ereignis.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.
