File with descriptions of data sets (tag sets): datasets.csv

The file with descriptions of data sets (tag sets) contains the parameters of data sets for IEC 61850 standard protocols.

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

Example:

'Datasets

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

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

'Connection;DatasetName;Deprecated;ItemName

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

The string Connection;DatasetName;Deprecated;ItemName contains the names of columns with data:

The header strings are followed by the file body containing the parameter values (connection ID, name of the data set, unused value, and name of the device model element). An example of the datasets.csv file is provided below.

Example:

'Datasets

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

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

'Connection;DatasetName;Deprecated;ItemName

"S7UTDZD";"S7UTDZDPROT/LLN0$DataSet";0;"S7UTDZDPROT/PTRC1$ST$Tr"

"S7UTDZD";"S7UTDZDPROT/LLN0$DataSet";0;"S7UTDZDMEAS/M1_MMXU1$MX$A$phsA"

Page top