File with descriptions of enumerations: enums.csv

The enumerations description file contains all elements of all enumerations used in the current set of data files for the IEC 61850 standard.

The file should begin with header strings containing the data needed for file processing. An example of header strings of the enums.csv file is provided below.

Example:

'Enums

'Format Version V1.0.0.0;KICS Importer Version V1.0.0.0

'Field separator: ; Decimal separator: . Text quotes: " Var name separator: .

'Connection;EnumName;IntValue;TextValue

The first three header strings are identical to the header strings in the devices.csv file.

The string Connection;EnumName;IntValue;TextValue contains names of columns with data:

The header strings are followed by the file body containing the parameter values (connection ID, name of enumeration, numerical value of enumeration, text description). An example of the enums.csv file is provided below.

Example:

'Enums

'Format Version V1.0.0.0;KICS Importer Version V1.0.0.0

'Field separator: ; Decimal separator: . Text quotes: " Var name separator: .

'Connection;EnumName;IntValue;TextValue

"AA1J1Q01A2";"Beh";1;"on"

"AA1J1Q01A2";"Beh";2;"blocked"

"AA1J1Q01A2";"Beh";3;"test"

"AA1J1Q01A2";"Beh";4;"test/blocked"

"AA1J1Q01A2";"Beh";5;"off"

Page top