The file with descriptions of Sampled Values protocol messages contains the parameters for messages of the IEC 61850: Sampled Values protocol.
The file should begin with header strings containing the data needed for file processing. An example of header strings of the iec61850_sv_messages.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;SVControlBlockName;SampledValuesId;ConfRev;DataSetName;IsMulticast;OptionalFields
contains the names of columns containing data:
Connection
– ID of the connection associated with the string of settings in the file iec61850_sv_messages.csv.SVControlBlockName
– name of the control block for this message.SampledValuesId
– message ID.ConfRev
– configuration revision.DataSetName
– name of the data set associated with this message.IsMulticast
– type of transmission. Takes the Multicast
or Unicast
value.OptionalFields
– list of additional (optional) fields included in the message body for transmission.The header strings are followed by the file body containing the parameter values (connection ID, control block name, message ID, configuration revision, name of the data set for the message, type of transmission, and additional fields). An example of the iec61850_sv_messages.csv file is provided below.
Example:
|