Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AVEVA™ Batch Management

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_max

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,
ReadWrite

enum

Tag read/write characteristics
(READ-ONLY)

5

Link Type

Item,TagName,
or Memory

enum

Link type specifier (READ-WRITE)

6

Item

128 characters

string

Tag corresponding Item. Applicable to
Link Type = "Link" (READ-WRITE)

7

Initial Value

131 characters

string

Tag initial value. Applicable to link type = "Memory".
NOTE: Can represent a numeric value conversion based on tag actual data type. (READ-WRITE)

8

Access

15 characters

string

The Access Name that owns this tag. The Access Name must exist in TagLinker. Assigned a value for
Link Type = "Memory". (READ-WRITE)

9

Export Flag

NoExport,
Export

enum

Tag export flag. (READ-WRITE)

10

Min Raw

long_min,
long_max

double

Tag minimum raw value. Applicable to tags with Data Class Analog. Value = 0 if not relevant. (READ-WRITE)

11

Max Raw

long_min,
long_max

double

Tag maximum raw value. Applicable to tags with Data Class Analog. Value = 0 if not relevant. (READ-WRITE)

12

Min Scaled

long_min,
long_max

double

Tag minimum scaled raw value. Applicable to tags with Data Class = "Analog". Value = 0
if not relevant.
(READ-WRITE)

13

Max scaled

long_min,
long_max

double

Tag maximum scaled raw value. Applicable to tags with Data Class = "Analog". Value = 0
if not relevant.
(READ-WRITE)

14

Data Type

Float, Integer,
or empty

enum

Tag actual data type. Applicable to tags with
Data Class ="Analog". Empty if not relevant. (READ WRITE)

Related Links
TitleResults for “How to create a CRG?”Also Available in