Kaspersky Industrial CyberSecurity for Networks

File with descriptions of enumerations: enums.csv

March 22, 2024

ID 129104

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:

  • Connection – the ID of the connection to which this element belongs.
  • EnumName – the name of the enumeration.
  • IntValue – the numerical value of the enumeration.
  • TextValue – a text description corresponding to the numerical value of enumeration.

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"

Did you find this article helpful?
What can we do better?
Thank you for your feedback! You're helping us improve.
Thank you for your feedback! You're helping us improve.