Understand the .CSV File Format
- Last UpdatedOct 29, 2024
- 2 minute read
The following table describes the format of each line in the csv file except for line one. The first line of the .csv file contains a text header that describes each column in the file.
|
Column |
Identity |
Range/Length |
Type |
Description |
|---|---|---|---|---|
|
1 |
Tag ID |
long_min, |
long |
AVEVA Batch Management internal tag id (READ-ONLY) |
|
2 |
Tag Name |
85 characters |
string |
AVEVA Batch Management tag name (READ-ONLY) |
|
3 |
Data Class |
Analog, Discrete String |
enum |
Tag data class (READ-ONLY) |
|
4 |
DataAccess |
ReadOnly, |
enum |
Tag read/write characteristics |
|
5 |
Link Type |
Item,TagName, |
enum |
Link type specifier (READ-WRITE) |
|
6 |
Item |
128 characters |
string |
Tag corresponding Item. Applicable to |
|
7 |
Initial Value |
131 characters |
string |
Tag initial value. Applicable to link type = "Memory". |
|
8 |
Access |
15 characters |
string |
The Access Name that owns this tag. The Access Name must exist in TagLinker. Assigned
a value for |
|
9 |
Export Flag |
NoExport, |
enum |
Tag export flag. (READ-WRITE) |
|
10 |
Min Raw |
long_min, |
double |
Tag minimum raw value. Applicable to tags with Data Class Analog. Value = 0 if not relevant. (READ-WRITE) |
|
11 |
Max Raw |
long_min, |
double |
Tag maximum raw value. Applicable to tags with Data Class Analog. Value = 0 if not relevant. (READ-WRITE) |
|
12 |
Min Scaled |
long_min, |
double |
Tag minimum scaled raw value. Applicable to tags with Data Class = "Analog". Value
= 0 |
|
13 |
Max scaled |
long_min, |
double |
Tag maximum scaled raw value. Applicable to tags with Data Class = "Analog". Value
= 0 |
|
14 |
Data Type |
Float, Integer, |
enum |
Tag actual data type. Applicable to tags with |