-
Notifications
You must be signed in to change notification settings - Fork 38
Sampled Values Basics
The Sampled Value service is designed to transmit current and voltage measurement data via Ethernet, as defined in 9-2. While there is an alternative way using other connection mechanisms, as outlined in IEC 61850-9-1, this method is neither described nor supported in OpenSCD.
Sampled Value Streams utilize a multicast mechanism instead of TCP/IP to send to all communication participants in the same LAN/VLAN. The sending (publishing) and usage (subscription) of Sampled Value Streams are therefore completely separated. This has implications for the configuration of Sampled Value-related communication in the SCL.
Publishing: Sampled Value Control Block (SampledValueControl)
The configuration of Sampled Value publishers is done in the SCL element SampledValueControl
and its referenced DataSet
element. The reference to its DataSet
is set through the datSet
attribute in the SampledValueControl
element.
NOTE:
SampledValueControl
must reside in theLN0
element, and bothSampledValueControl
and its referencedDataSet
must share the same parent.
Configuring the publisher involves three basics steps:
- Create control block: Create the element
SampledValueControl
or import SCL with pre-existingSampledValueControl
elements. - Create data set: Create element
DataSet
in the same parent as theSampledValueControl
and add dataFCDA
to it. - Combine control block and data set: Set the
datSet
attribute within theSampledValueControl
element.
Publishing: Configuring Sampled Values with OpenSCD
- Create Sampled Value Control Blocks and its DataSet
- Edit Sampled Value Control Blocks and its DataSets
Subscription: Basics
Subscription with OpenSCD