> 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/anlagenverwaltung/register-datenexport.md).

# Data export tab

Basic settings for data export and backing up plant data

## General <a href="#allgemein" id="allgemein"></a>

### Export path

ACRON places data exports in this folder by default. Click the button in the next dialog box to select an existing directory.

### Column header in export file

The column header may comprise the identifier, the name, or both.

### File extension <a href="#dateiendung" id="dateiendung"></a>

Extension for the export files to be created

### Date and time in one field

The date and time can be combined in **one** export field or remain in **two separate** export fields.

### Write file in Unicode format

The export file can be written in Unicode format; otherwise it is encoded as ANSI.

## Additional export fields <a href="#zusaetzlicheexportfelder" id="zusaetzlicheexportfelder"></a>

You can select additional data fields to export values.

### Summer time/standard time identifier

The summer or standard time information can be exported for the respective time stamp.

### [Time](https://github.com/Dataforum-Software/gitbook/blob/master/acron/9.3/en/designer/glossar/zeitstempel.md) stamp with milliseconds

All time stamps can be exported with milliseconds. The "Milliseconds" column is provided for process data.

### Process variable type

Provides a column containing information on the type (auto variable, calculation value, manual variable, etc.) and value of the process variable (substitute value, overwritten value, etc.).

### Process variable unit

The unit of the process variable can be exported.

### Supplemental values / Statistics

Additional values (fields valtm, val2, val3) and statistical values (e.g. percentile standard deviation perc15) can be exported.

### Sums

Additional sum totals (fields psum, isum, ...) can be exported.

### Minimums

Additional minimum values (fields pmin, imin, ..., pmintm, imintm, ...) can be exported.

### Maximums

Additional maximum values (fields pmax, imax, ..., pmaxtm, imaxtm, ...) can be exported.

### Number of range limit deviations

The number of limit value violations (fields pminlim, pmaxlim, ...) can be exported.

### Number of values

The number of values (fields pcount, icount, ...) can be exported.

### Comments

The entered comments (day comment, month comment, etc.) can be exported.

## Separators for export <a href="#trennzeichen" id="trennzeichen"></a>

Various separators can be selected or assigned for exporting.

* Field separator

  List with field separator, usually a semicolon.
* Record separator

  List with record separator, usually a CR/LF (carriage return/line feed).
* Decimal separator

  Selection from standard national decimal separators


---

# 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/anlagenverwaltung/register-datenexport.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.
