> 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/prozessanbindung/provider/providerid/treiberauswahl/universeller-werteimport-aus-textdateien.md).

# Universal value import from text files

#### Background

The ACRON Provider is used for all interfaces for data transfer from the process. This also applies to the file interface. In this, the files being imported are stored in a configurable path (import path). The Provider cyclically checks whether a new file has been created in this path. If it has, the data from this file are automatically imported into the ACRON database. Following successful import, the file is deleted from the ACRON Provider.

Any errors occurring during import are written to the Provider's log file. The log file is located in the ACRON installation path under /Log. Text files with virtually any structure can be imported. Freely combinable format instructions specify the file structure.

With this driver, measured values and service counters can be imported.

Note

Service pulses cannot be imported! Here service counters must be formed in the PLC.

{% hint style="info" %}
Attention

In general, all data is imported. Existing data with the same time stamp are overwritten.
{% endhint %}

The structure of the text file is specified by two key properties:

1. The general format, including any headers
2. The format of the following data lines.

#### Time stamp input

The time stamp is entered in the following formats:

Hour Minute Second Millisecond Type

The specifications Second Millisecond Type are optional, so do not have to be included.

The following characters can be used as separators between the entries:

* Dot
* Colon
* Blank
* NO separator

  If NO separator is used, the entries must be made with the following numbers of digits:

  Hour, minute and second two digits each, millisecond three digits

The Type may have the following value:

|          |                                             |
| -------- | ------------------------------------------- |
| U or u   | The time is indicated in UTC.               |
| S or s   | The time is indicated in local Summer time. |
| AM or am | Morning                                     |
| PM or pm | Afternoon                                   |

If the type field is not filled out, ACRON assumes that it is local time.

<details>

<summary></summary>

|                |                                             |
| -------------- | ------------------------------------------- |
| `8:20:30`      | 8:20:30 hours, 0 milliseconds, local time   |
| `8:20:30U`     | 8:20:30 hours, 0 milliseconds, UTC time     |
| `082030U`      | 8:20:30 hours, 0 milliseconds, UTC time     |
| `8:20:30PM`    | 8:20:30 hours, 0 milliseconds, local time   |
| `8:20:30:278`  | 8:20:30 hours, 278 milliseconds, local time |
| `8:20:30:278u` | 8:20:30 hours, 278 milliseconds, UTC time   |

</details>

#### Syntax of external variable

Variable name as used in the text file.

## Driver <a href="#treiber" id="treiber"></a>

### Driver file

Display the name of the selected driver and select a driver from the list of installed drivers

### Version

Version of the driver file

### Interface type

Display the driver interface type

### Data transfer type

Description of the data transfer type

## Driver parameters <a href="#treiberparameter" id="treiberparameter"></a>

### Full path for import files

Full path where the files to be imported are located.

### Format specification

The basic format is specified by means of individual parameter entries. The parameters can be distributed across the two input boxes as desired. For missing entries predefined defaults are used.

**Syntax and parameters of the format specification (all column and row entries begin with 1!)**

| Ident | Description         | Options                  | Default    | Explanation                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| ----- | ------------------- | ------------------------ | ---------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| F     | File                | \[File mask]             | F\[\*.csv] | Only files of this type are read-in                                                                                                                                                                                                                                                                                                                                                                                                               |
| U     | File coding         | \[AUTO]                  | U\[AUTO]   | Automatic detection of the file encoding based on a BOM (byte order mark - see <https://de.wikipedia.org/wiki/Byte\\_Order\\_Mark>)                                                                                                                                                                                                                                                                                                               |
|       |                     | \[ANSI]                  |            | File coding is in ANSI                                                                                                                                                                                                                                                                                                                                                                                                                            |
|       |                     | \[UTF8]                  |            | File coding is in UTF-8                                                                                                                                                                                                                                                                                                                                                                                                                           |
|       |                     | \[UTF16LE]               |            | File coding is in UTF-16 Little Endian                                                                                                                                                                                                                                                                                                                                                                                                            |
| S     | Separator           | \[characters]            | S\[;]      | This character separates the columns. If a second character is displayed here, it is interpreted as a column separator for the header, e.g. S\[;/].                                                                                                                                                                                                                                                                                               |
| FH    | Fix header cols     | \[format]                |            | For files without separators and fixed column width: This format specification only applies to columns in the header rows, and describes the column widths with their respective start and end positions in the row, starting with column 1. The position indicators start at 1. e.g. FH\[1-20, 21-47, 63-78], three fixed columns in the header: Column 1 from position 1 to 20 Column 2 from position 21 to 47 Column 3 from position 63 to 78  |
| FD    | Fix data cols       | \[format]                |            | For files without separators and fixed column width: This format specification only applies to columns in the data rows, and describes the column widths with their respective start and end positions in the row, starting with column 1. The position indicators start at 1. e.g. FD\[1-20, 21-47, 63-78], three fixed columns in the data rows: Column 1 from position 1 to 20 Column 2 from position 21 to 47 Column 3 from position 63 to 78 |
| G     | Line ignore         | \[character string, ...] |            | Ignores all rows beginning with the specified texts.                                                                                                                                                                                                                                                                                                                                                                                              |
| C     | Count header        | \[number]                | C\[0]      | Indicates how many header rows are included.                                                                                                                                                                                                                                                                                                                                                                                                      |
| R     | Repeat header       | \[number]                | R\[0]      | If the header recurs, after how many rows it recurs each time is specified here.                                                                                                                                                                                                                                                                                                                                                                  |
|       |                     | \[N]                     |            | Every row beginning with a non-numerical character (0-9) is interpreted as a new header row.                                                                                                                                                                                                                                                                                                                                                      |
| T     | Tagname origin      | \[D] \[F] \[format]      | T\[D]      | Tag name is on each data line. Tag name is produced from file name. Tag name from header: e.g. T\[2,4-8] Header row 2 with columns 4-8 contain tag names, e.g. T\[2,4-] Header row 2 from column 4 contain tag names, e.g. T\[2,4,6,8,10,12] Header row 2 with columns 4,6,8,10,12 each contain the tag names.                                                                                                                                    |
| B     | Tag name separator  | \[characters]            | B\[]       | The tag name is cut off after this character.                                                                                                                                                                                                                                                                                                                                                                                                     |
| E     | Extension Sep.      | \[Separator]             |            | If the tag name comprises two columns, the second part is appended by the specified separator character. e.g. Station123\_Sensor97 If the tag name does not comprise two columns, do not specify this parameter! \[Separator#] The hash symbol # indicates that the second part of the tag name is formed by suffixing a sequential number, e.g. E\[\_#] produces: AW\_1, AW\_2, AW\_3, ...). The numbering restarts with 1 on each data line.    |
| D     | Date                | \[D] \[F] \[format]      | D\[D]      | Date is on each data line. Date is produced from file name. Date from header: e.g. D\[2,4] Date is on header line 2 in column 4.                                                                                                                                                                                                                                                                                                                  |
| Y     | Date Format         | \[Y2MD]                  | Y\[Y4MD]   | 2-digit year indicator in format Year/Month/Day; any separator, including none                                                                                                                                                                                                                                                                                                                                                                    |
|       |                     | \[Y4MD]                  |            | 4-digit year indicator in format Year/Month/Day; any separator, including none                                                                                                                                                                                                                                                                                                                                                                    |
|       |                     | \[DMY4]                  |            | 4-digit year indicator in format Day/Month/Year; any separator, including none                                                                                                                                                                                                                                                                                                                                                                    |
|       |                     | \[DMY2]                  |            | 2-digit year indicator in format Day/Month/Year; any separator, including none                                                                                                                                                                                                                                                                                                                                                                    |
|       |                     | \[MDY4]                  |            | 4-digit year indicator in format Month/Day/Year; any separator, including none                                                                                                                                                                                                                                                                                                                                                                    |
|       |                     | \[Y2MDU]                 |            | 2-digit year indicator in format Year/Month/Day; any separator, including none, all times in UTC                                                                                                                                                                                                                                                                                                                                                  |
|       |                     | \[Y4MDU]                 |            | 4-digit year indicator in format Year/Month/Day; any separator, including none, all times in UTC                                                                                                                                                                                                                                                                                                                                                  |
|       |                     | \[DMY4U]                 |            | 4-digit year indicator in format Day/Month/Year; any separator, including none, all times in UTC                                                                                                                                                                                                                                                                                                                                                  |
|       |                     | \[DMY2U]                 |            | 2-digit year indicator in format Day/Month/Year; any separator, including none, all times in UTC                                                                                                                                                                                                                                                                                                                                                  |
|       |                     | \[MDY4U]                 |            | 4-digit year indicator in format Month/Day/Year; any separator, including none, all times in UTC                                                                                                                                                                                                                                                                                                                                                  |
|       |                     | \[U]                     |            | Date and time in Unix time format (seconds since 1970). Fractions of seconds can optionally be entered after the decimal point or comma. Example: 1311737244.011178                                                                                                                                                                                                                                                                               |
|       |                     | \[UL]                    |            | Date and time in Unix time format (seconds since 1970) in local time. Fractions of seconds can optionally be entered after the decimal point or comma. Example: 1311737244.011178                                                                                                                                                                                                                                                                 |
| M     | Time Move           | \[seconds]               | \[0]       | The time stamp from the file is adjusted by the specified number of seconds, for example M\[-1] adjusts the time stamp 9:00:00 to 8:59:59.                                                                                                                                                                                                                                                                                                        |
| I     | Ignore              | \[characters]            | I\[" ]     | Indicates the prefix characters for all fields except the tag name that are ignored, e.g. I\[" ] ignores the prefix characters, quotation marks and blank spaces.                                                                                                                                                                                                                                                                                 |
| J     | Ignore              | \[characters]            | J\[" ]     | Indicates the suffix characters for all fields except the tag name that are ignored, e.g. J\[" ] ignores the suffix characters, quotation marks and blank spaces.                                                                                                                                                                                                                                                                                 |
| K     | Ignore              | \[characters]            | K\[" ]     | Indicates the prefix characters for the tag name that are ignored, e.g. K\[" ] ignores the prefix characters, quotation marks and blank spaces.                                                                                                                                                                                                                                                                                                   |
| L     | Ignore              | \[characters]            | L\[" ]     | Indicates the suffix characters for the tag name that are ignored. e.g. L\[" ] ignores the suffix characters, quotation marks and blank spaces.                                                                                                                                                                                                                                                                                                   |
| 1     | Digtal on           | \[Text]                  |            | Indicates what text replaces the value 1, e.g. 1\[on] : Whenever a value field contains "on" it is turned into the value 1.                                                                                                                                                                                                                                                                                                                       |
| 0     | Digtal off          | \[Text]                  |            | Indicates what text replaces the value 0, e.g. 0\[off] : Whenever a value field contains "off" it is turned into the value 0.                                                                                                                                                                                                                                                                                                                     |
| X     | Thousands separator | \[]                      | X\[]       | No thousands separator included in numbers.                                                                                                                                                                                                                                                                                                                                                                                                       |
|       |                     | \[.]                     |            | Thousands separator is a point                                                                                                                                                                                                                                                                                                                                                                                                                    |
|       |                     | \[,]                     |            | Thousands separator is a comma. This is not the decimal separator!                                                                                                                                                                                                                                                                                                                                                                                |
| A     | Status              | \[Valid states]          |            | Only values are read in whose associated status contains one of the specified values, e.g. A\[1] only status 1 indicates that the value is valid, e.g. A\[2,4-8] status 2 and the states 4-8 indicate that the value is valid.                                                                                                                                                                                                                    |

Examples of known formats:

**Endress & Hauser analog values**

|                          |                                    |
| ------------------------ | ---------------------------------- |
| Format specification:    | F\[\*.txt] C\[4] T\[2,3-] Y\[DMY4] |
| Data line specification: | DXVVVVVVVVVVVVVVVV                 |

<details>

<summary></summary>

"Demo unit Memo-Graph (MEMO-GRAPH ) ";

"Date";"Time";"Temperature";"Pressure";"Filllevel";"Intake IDM";"Start/Stop";"Malfunction";"Event";"Info"

;;"Instantaneous v.";"Instantaneous v.";"Instantaneous v.";"Quantities";"Quantities";"Quantities";"Type";

`;;"[% ]";"[% ]";"[% ]";"[ ]";"[ ]";"[s ]";;`

`"28.12.11";"13:49:26";"0,0";"18,4";"0,0";;;;;`

`"28.12.11";"13:49:28";"0,0";"20,1";"0,0";;;;;`

`"28.12.11";"13:49:30";"0,0";"21,7";"0,0";"0";"0";"0";;`

`"28.12.11";"13:49:32";"0,0";"23,4";"0,0";;;;;`

`"28.12.11";"13:49:34";"0,0";"25,1";"0,0";;;;;`

`"28.12.11";"13:49:36";"0,0";"26,7";"0,0";;;;;`

...

</details>

**Endress & Hauser digital values**

|                          |                                                   |
| ------------------------ | ------------------------------------------------- |
| Format specification:    | F\[\*.txt] C\[2] T\[2,3-] Y\[DMY4] 1\[on] 0\[off] |
| Data line specification: | DXVVVVVVVVVVVVV                                   |

<details>

<summary></summary>

`VISUAL DATA MANAGER 4.1`

"Datum/Uhrzeit;Datum/Uhrzeit;Dehnsen ;Föhrste1 ;Ziegelm.P1 ;Ziegelm.P2 ;Ziegelmash "

"25.09.2011;07:21:00;off;off;off;off;off"

"25.09.2011;07:22:00;off;off;off;off;off"

"25.09.2011;07:23:00;off;off;off;off;off"

"25.09.2011;07:24:00;off;off;off;off;off"

"25.09.2011;07:25:00;off;off;off;off;off"

"25.09.2011;07:26:00;off;off;off;off;off"

"25.09.2011;07:27:00;off;off;off;on;off"

"25.09.2011;07:28:00;off;off;off;on;off"

"25.09.2011;07:29:00;off;off;off;on;off"

"25.09.2011;07:30:00;off;off;off;on;off"

"25.09.2011;07:31:00;off;off;off;on;off"

...

</details>

**Hydras ND2**

|                          |                                     |
| ------------------------ | ----------------------------------- |
| Format specification:    | F\[\*.txt] S\[;] C\[0] E\[\_] K\[0] |
| Data line specification: | TEDXV                               |

<details>

<summary></summary>

`0000005617;0101;20110705;00:01:00;0.00`

`0000005617;0101;20110705;09:31:00;0.00`

`0000005617;0101;20110705;09:32:00;0.03`

`0000005617;0101;20110705;09:33:00;0.00`

`0000005617;0101;20110705;10:36:00;0.00`

`0000005617;0101;20110705;10:37:00;0.03`

`0000005617;0101;20110705;10:38:00;0.00`

`0000005617;0101;20110705;10:39:00;0.00`

...

The ACRON name for the external variable in this example is: 5617\_101

</details>

**Siemens Protool**

|                          |                                 |
| ------------------------ | ------------------------------- |
| Format specification:    | F\[\*.csv] C\[1] Y\[DMY2] A\[1] |
| Data line specification: | TDVS                            |

<details>

<summary></summary>

`"VarName";"TimeString";"VarValue";"Validity";"Time_ms"`

`"AB50DW19";"23.10.11 12:35:56";3514,00;1;36822524956,71`

`"AB50DW19";"23.10.11 12:36:58";3520,00;1;36822525667,47`

`"AB50DD138";"23.10.11 12:36:58";13,09;1;36822525671,29`

`"AB50DW115";"23.10.11 12:36:58";1065,00;1;36822525671,29`

`"AB50DD146";"23.10.11 12:36:58";32,89;1;36822525671,29`

`"AB50DD144";"23.10.11 12:37:57";41,49;1;36822526355,90`

`"AB50DW115";"23.10.11 12:37:57";1070,00;1;36822526355,90`

`"AB50DD122";"23.10.11 12:37:57";11,39;1;36822526355,90`

</details>

### Format description (continued)

The basic format is specified by means of individual parameter entries. The parameters can be distributed across the two input boxes as desired. For missing entries predefined defaults are used.

**Syntax and parameters of the format specification (all column and row entries begin with 1!)**

| Ident | Description         | Options                  | Default    | Explanation                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| ----- | ------------------- | ------------------------ | ---------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| F     | File                | \[File mask]             | F\[\*.csv] | Only files of this type are read-in                                                                                                                                                                                                                                                                                                                                                                                                               |
| U     | File coding         | \[AUTO]                  | U\[AUTO]   | Automatic detection of the file encoding based on a BOM (byte order mark - see <https://de.wikipedia.org/wiki/Byte\\_Order\\_Mark>)                                                                                                                                                                                                                                                                                                               |
|       |                     | \[ANSI]                  |            | File coding is in ANSI                                                                                                                                                                                                                                                                                                                                                                                                                            |
|       |                     | \[UTF8]                  |            | File coding is in UTF-8                                                                                                                                                                                                                                                                                                                                                                                                                           |
|       |                     | \[UTF16LE]               |            | File coding is in UTF-16 Little Endian                                                                                                                                                                                                                                                                                                                                                                                                            |
| S     | Separator           | \[characters]            | S\[;]      | This character separates the columns. If a second character is displayed here, it is interpreted as a column separator for the header, e.g. S\[;/].                                                                                                                                                                                                                                                                                               |
| FH    | Fix header cols     | \[format]                |            | For files without separators and fixed column width: This format specification only applies to columns in the header rows, and describes the column widths with their respective start and end positions in the row, starting with column 1. The position indicators start at 1. e.g. FH\[1-20, 21-47, 63-78], three fixed columns in the header: Column 1 from position 1 to 20 Column 2 from position 21 to 47 Column 3 from position 63 to 78  |
| FD    | Fix data cols       | \[format]                |            | For files without separators and fixed column width: This format specification only applies to columns in the data rows, and describes the column widths with their respective start and end positions in the row, starting with column 1. The position indicators start at 1. e.g. FD\[1-20, 21-47, 63-78], three fixed columns in the data rows: Column 1 from position 1 to 20 Column 2 from position 21 to 47 Column 3 from position 63 to 78 |
| G     | Line ignore         | \[character string, ...] |            | Ignores all rows beginning with the specified texts.                                                                                                                                                                                                                                                                                                                                                                                              |
| C     | Count header        | \[number]                | C\[0]      | Indicates how many header rows are included.                                                                                                                                                                                                                                                                                                                                                                                                      |
| R     | Repeat header       | \[number]                | R\[0]      | If the header recurs, after how many rows it recurs each time is specified here.                                                                                                                                                                                                                                                                                                                                                                  |
|       |                     | \[N]                     |            | Every row beginning with a non-numerical character (0-9) is interpreted as a new header row.                                                                                                                                                                                                                                                                                                                                                      |
| T     | Tagname origin      | \[D] \[F] \[format]      | T\[D]      | Tag name is on each data line. Tag name is produced from file name. Tag name from header: e.g. T\[2,4-8] Header row 2 with columns 4-8 contain tag names, e.g. T\[2,4-] Header row 2 from column 4 contain tag names, e.g. T\[2,4,6,8,10,12] Header row 2 with columns 4,6,8,10,12 each contain the tag names.                                                                                                                                    |
| B     | Tag name separator  | \[characters]            | B\[]       | The tag name is cut off after this character.                                                                                                                                                                                                                                                                                                                                                                                                     |
| E     | Extension Sep.      | \[Separator]             |            | If the tag name comprises two columns, the second part is appended by the specified separator character. e.g. Station123\_Sensor97 If the tag name does not comprise two columns, do not specify this parameter! \[Separator#] The hash symbol # indicates that the second part of the tag name is formed by suffixing a sequential number, e.g. E\[\_#] produces: AW\_1, AW\_2, AW\_3, ...). The numbering restarts with 1 on each data line.    |
| D     | Date                | \[D] \[F] \[format]      | D\[D]      | Date is on each data line. Date is produced from file name. Date from header: e.g. D\[2,4] Date is on header line 2 in column 4.                                                                                                                                                                                                                                                                                                                  |
| Y     | Date Format         | \[Y2MD]                  | Y\[Y4MD]   | 2-digit year indicator in format Year/Month/Day; any separator, including none                                                                                                                                                                                                                                                                                                                                                                    |
|       |                     | \[Y4MD]                  |            | 4-digit year indicator in format Year/Month/Day; any separator, including none                                                                                                                                                                                                                                                                                                                                                                    |
|       |                     | \[DMY4]                  |            | 4-digit year indicator in format Day/Month/Year; any separator, including none                                                                                                                                                                                                                                                                                                                                                                    |
|       |                     | \[DMY2]                  |            | 2-digit year indicator in format Day/Month/Year; any separator, including none                                                                                                                                                                                                                                                                                                                                                                    |
|       |                     | \[MDY4]                  |            | 4-digit year indicator in format Month/Day/Year; any separator, including none                                                                                                                                                                                                                                                                                                                                                                    |
|       |                     | \[Y2MDU]                 |            | 2-digit year indicator in format Year/Month/Day; any separator, including none, all times in UTC                                                                                                                                                                                                                                                                                                                                                  |
|       |                     | \[Y4MDU]                 |            | 4-digit year indicator in format Year/Month/Day; any separator, including none, all times in UTC                                                                                                                                                                                                                                                                                                                                                  |
|       |                     | \[DMY4U]                 |            | 4-digit year indicator in format Day/Month/Year; any separator, including none, all times in UTC                                                                                                                                                                                                                                                                                                                                                  |
|       |                     | \[DMY2U]                 |            | 2-digit year indicator in format Day/Month/Year; any separator, including none, all times in UTC                                                                                                                                                                                                                                                                                                                                                  |
|       |                     | \[MDY4U]                 |            | 4-digit year indicator in format Month/Day/Year; any separator, including none, all times in UTC                                                                                                                                                                                                                                                                                                                                                  |
|       |                     | \[U]                     |            | Date and time in Unix time format (seconds since 1970). Fractions of seconds can optionally be entered after the decimal point or comma. Example: 1311737244.011178                                                                                                                                                                                                                                                                               |
|       |                     | \[UL]                    |            | Date and time in Unix time format (seconds since 1970) in local time. Fractions of seconds can optionally be entered after the decimal point or comma. Example: 1311737244.011178                                                                                                                                                                                                                                                                 |
| M     | Time Move           | \[seconds]               | \[0]       | The time stamp from the file is adjusted by the specified number of seconds, for example M\[-1] adjusts the time stamp 9:00:00 to 8:59:59.                                                                                                                                                                                                                                                                                                        |
| I     | Ignore              | \[characters]            | I\[" ]     | Indicates the prefix characters for all fields except the tag name that are ignored, e.g. I\[" ] ignores the prefix characters, quotation marks and blank spaces.                                                                                                                                                                                                                                                                                 |
| J     | Ignore              | \[characters]            | J\[" ]     | Indicates the suffix characters for all fields except the tag name that are ignored, e.g. J\[" ] ignores the suffix characters, quotation marks and blank spaces.                                                                                                                                                                                                                                                                                 |
| K     | Ignore              | \[characters]            | K\[" ]     | Indicates the prefix characters for the tag name that are ignored, e.g. K\[" ] ignores the prefix characters, quotation marks and blank spaces.                                                                                                                                                                                                                                                                                                   |
| L     | Ignore              | \[characters]            | L\[" ]     | Indicates the suffix characters for the tag name that are ignored. e.g. L\[" ] ignores the suffix characters, quotation marks and blank spaces.                                                                                                                                                                                                                                                                                                   |
| 1     | Digtal on           | \[Text]                  |            | Indicates what text replaces the value 1, e.g. 1\[on] : Whenever a value field contains "on" it is turned into the value 1.                                                                                                                                                                                                                                                                                                                       |
| 0     | Digtal off          | \[Text]                  |            | Indicates what text replaces the value 0, e.g. 0\[off] : Whenever a value field contains "off" it is turned into the value 0.                                                                                                                                                                                                                                                                                                                     |
| X     | Thousands separator | \[]                      | X\[]       | No thousands separator included in numbers.                                                                                                                                                                                                                                                                                                                                                                                                       |
|       |                     | \[.]                     |            | Thousands separator is a point                                                                                                                                                                                                                                                                                                                                                                                                                    |
|       |                     | \[,]                     |            | Thousands separator is a comma. This is not the decimal separator!                                                                                                                                                                                                                                                                                                                                                                                |
| A     | Status              | \[Valid states]          |            | Only values are read in whose associated status contains one of the specified values, e.g. A\[1] only status 1 indicates that the value is valid, e.g. A\[2,4-8] status 2 and the states 4-8 indicate that the value is valid.                                                                                                                                                                                                                    |

Examples of known formats:

**Endress & Hauser analog values**

|                          |                                    |
| ------------------------ | ---------------------------------- |
| Format specification:    | F\[\*.txt] C\[4] T\[2,3-] Y\[DMY4] |
| Data line specification: | DXVVVVVVVVVVVVVVVV                 |

<details>

<summary></summary>

"Demo unit Memo-Graph (MEMO-GRAPH ) ";

"Date";"Time";"Temperature";"Pressure";"Filllevel";"Intake IDM";"Start/Stop";"Malfunction";"Event";"Info"

;;"Instantaneous v.";"Instantaneous v.";"Instantaneous v.";"Quantities";"Quantities";"Quantities";"Type";

`;;"[% ]";"[% ]";"[% ]";"[ ]";"[ ]";"[s ]";;`

`"28.12.11";"13:49:26";"0,0";"18,4";"0,0";;;;;`

`"28.12.11";"13:49:28";"0,0";"20,1";"0,0";;;;;`

`"28.12.11";"13:49:30";"0,0";"21,7";"0,0";"0";"0";"0";;`

`"28.12.11";"13:49:32";"0,0";"23,4";"0,0";;;;;`

`"28.12.11";"13:49:34";"0,0";"25,1";"0,0";;;;;`

`"28.12.11";"13:49:36";"0,0";"26,7";"0,0";;;;;`

...

</details>

**Endress & Hauser digital values**

|                          |                                                   |
| ------------------------ | ------------------------------------------------- |
| Format specification:    | F\[\*.txt] C\[2] T\[2,3-] Y\[DMY4] 1\[on] 0\[off] |
| Data line specification: | DXVVVVVVVVVVVVV                                   |

<details>

<summary></summary>

`VISUAL DATA MANAGER 4.1`

"Datum/Uhrzeit;Datum/Uhrzeit;Dehnsen ;Föhrste1 ;Ziegelm.P1 ;Ziegelm.P2 ;Ziegelmash "

"25.09.2011;07:21:00;off;off;off;off;off"

"25.09.2011;07:22:00;off;off;off;off;off"

"25.09.2011;07:23:00;off;off;off;off;off"

"25.09.2011;07:24:00;off;off;off;off;off"

"25.09.2011;07:25:00;off;off;off;off;off"

"25.09.2011;07:26:00;off;off;off;off;off"

"25.09.2011;07:27:00;off;off;off;on;off"

"25.09.2011;07:28:00;off;off;off;on;off"

"25.09.2011;07:29:00;off;off;off;on;off"

"25.09.2011;07:30:00;off;off;off;on;off"

"25.09.2011;07:31:00;off;off;off;on;off"

...

</details>

**Hydras ND2**

|                          |                                     |
| ------------------------ | ----------------------------------- |
| Format specification:    | F\[\*.txt] S\[;] C\[0] E\[\_] K\[0] |
| Data line specification: | TEDXV                               |

<details>

<summary></summary>

`0000005617;0101;20110705;00:01:00;0.00`

`0000005617;0101;20110705;09:31:00;0.00`

`0000005617;0101;20110705;09:32:00;0.03`

`0000005617;0101;20110705;09:33:00;0.00`

`0000005617;0101;20110705;10:36:00;0.00`

`0000005617;0101;20110705;10:37:00;0.03`

`0000005617;0101;20110705;10:38:00;0.00`

`0000005617;0101;20110705;10:39:00;0.00`

...

The ACRON name for the external variable in this example is: 5617\_101

</details>

**Siemens Protool**

|                          |                                 |
| ------------------------ | ------------------------------- |
| Format specification:    | F\[\*.csv] C\[1] Y\[DMY2] A\[1] |
| Data line specification: | TDVS                            |

<details>

<summary></summary>

`"VarName";"TimeString";"VarValue";"Validity";"Time_ms"`

`"AB50DW19";"23.10.11 12:35:56";3514,00;1;36822524956,71`

`"AB50DW19";"23.10.11 12:36:58";3520,00;1;36822525667,47`

`"AB50DD138";"23.10.11 12:36:58";13,09;1;36822525671,29`

`"AB50DW115";"23.10.11 12:36:58";1065,00;1;36822525671,29`

`"AB50DD146";"23.10.11 12:36:58";32,89;1;36822525671,29`

`"AB50DD144";"23.10.11 12:37:57";41,49;1;36822526355,90`

`"AB50DW115";"23.10.11 12:37:57";1070,00;1;36822526355,90`

`"AB50DD122";"23.10.11 12:37:57";11,39;1;36822526355,90`

</details>

### Data line specification

Description of the columns containing the actual data. Each column is specified by a letter. In the file, up to 100 columns may contain any desired number of data lines.

| Ident | Description    | Explanation                                                                                                                                                                                                                                                |
| ----- | -------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| T     | Tagname        | The variable name for this column is displayed here.                                                                                                                                                                                                       |
| E     | Extension Name | If the variable name comprises two columns, the second part is in this column.                                                                                                                                                                             |
| I     | Ignore         | Ignore this column.                                                                                                                                                                                                                                        |
| D     | Date/Time      | Column contains the date and optionally the time                                                                                                                                                                                                           |
| X     | Time           | Column contains the time, if not included in date column.                                                                                                                                                                                                  |
| M     | Milliseconds   | Column contains milliseconds, if not included in time column.                                                                                                                                                                                              |
| V     | Value          | If the variable name is included on the line, the related value now follows. If the tag name(s) is/are included in the header, the parameter V muss occur at least as often in the data line specification as the number of tag names found in the header. |
| S     | Status         | Column contains the status. If the status is to be ignored, enter 'I' instead of 'S' here.                                                                                                                                                                 |

## Settings <a href="#einstellungen" id="einstellungen"></a>

### Measure interval

This setting indicates the time interval in which values are polled by the control system/PLC. The minimum value depends on the efficiency of the corresponding interface and the number of external variables being logged.

Recommended entry 60 sec.

### Polling delay after start

Start of data logging in seconds after the ACRON Provider has successfully established process communication. This is useful, for example, if the opposite party takes some time after a restart to initialize all the variables.

Recommended entry 0 sec.

### Always display provider window on top

Provider windows are always displayed on top

### Activate test mode

Display a window with diagnostic messages

On startup the ACRON Provider opens a window with diagnostic messages. The log file is stored under the relevant provider name in the ACRON installation path, in the `Log` directory.

Note

As diagnosis mode heavily influences the performance of the application, and the recorded messages can normally only be evaluated by Technical Support, you should only activate it when prompted to do so by Support.


---

# 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/prozessanbindung/provider/providerid/treiberauswahl/universeller-werteimport-aus-textdateien.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.
