-
Notifications
You must be signed in to change notification settings - Fork 39
Sampled Values Basics
The service called Sampled Values is designed to transmit current and voltage measurement data via Ethernet as defined in 9-2. Strictly there is also a way to do that using other connection mechanism as defined in the IEC 61850-9-1 but this is not described nor supported in OpenSCD.
Sampled Value Streams do not use TCP/IP but use multicast mechanism instead to be send to all communication participants in the same LAN/VLAN. Its sending (publishing) and its use (subscription) are therefore completely separated. That has its effect also on 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 attribute datSet
in the SampledValueControl
element.
NOTE:
SampledValueControl
must reside in theLN0
element andSampledValueControl
and its referencedDataSet
must have the same parent
A configuration of the publisher has 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