File with descriptions of MMS protocol reports: iec61850_mms_reports.csv

The file with descriptions of MMS protocol reports contains the parameters for the Reports service of the IEC 61850: MMS protocol.

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

Example:

'Reports

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

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

'Connection;ReportName;ReportId;DataSetName;IsBuffered

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

The string Connection;ReportName;ReportId;DataSetName;IsBuffered contains the names of columns with data:

The header strings are followed by the file body containing the parameter values (connection ID, report name, report ID, name of the data set for the report, and the buffer indicator). An example of the iec61850_mms_reports.csv file is provided below.

Example:

'Reports

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

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

'Connection;ReportName;ReportId;DataSetName;IsBuffered

"IED24151LD";"IED24151LD/LLN0$BR$brcbST01";"brcbST01";"IED24151LD/LLN0$DSList";"Buffered"

"IED24151LD";"IED24151LD/LLN0$RP$urcbMX01";"urcbMX01";"IED24151LD/LLN0$MXList";"Unbuffered"

Page top