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:
|
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:
Connection
– the ID of the connection to which the datasets.csv file belongs.DatasetName
– the name of the data set.Deprecated
– unused data (zero value).ItemName
– full name of the device model element. This can be the final name of a tag or the name of the top branch of the tree.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:
|