-
Notifications
You must be signed in to change notification settings - Fork 39
Create Sampled Values Control Blocks
Open create wizard
In order to get to the Sampled Value Control Block
- navigate to the Substation editor
- click on the S icon button in the upper left corner
- click in Sampled Value Control Block+
- select the
IED
you want to store the Sampled Value in
or
- navigate to the Substation editor
- click one of the IEDs in the editor
- click on the S action icon
- click in Sampled Value Control Block+
NOTE: The
SampledValueControl
element, its child elements and its referencedDataSet
element are saved to the firstLN0
element in the selectedIED
.
This create wizard consists of three pages. All pages need to be filled properly to be able to add the Sampled Value Control Block and its DataSet to the SCL. You can navigate between the pages using the buttons in the footer.
NOTE: The Save button that adds the Sampled Value Control Block to the SCL is on the last page.
SampledValueControl page
This page contains a set of settings the server needs to have to be able to generate a Sampled Value:
-
name
: The main identifier for the Sampled Value within the SCL. The name must be unique for allSampledValueControl
element in the same parent element. Does influence the Sampled Value Control Block reference -
desc
: optional string that is describing theSampledValueControl
element -
smvID
: a unique identifier for the Sampled Value. -
smpMod
: The mode the sample rate is expressed in. Samples per period, sampled per second or seconds per sampled. Default is samples per period -
smpRate
: The sample rate depending on the sample mode. -
noASDU
: Timestamps per Ethernet packet -
securityEnabled
: The type of security measures the Sampled Value has: encryption or/and signature or non of the two.
SmvOpts page (optional configuration)
This wizard allows to configure the optional behavior of the sampled value stream.
-
refreshTime
: Whether the timestamp of the generation of the sample value stream shall be included -
sampleRate
: Whether sample rate and sample mode shall be part of the sampled value stream -
dataSet
: Whether the data set reference shall be part of the sampled value stream -
security
: Whether the sampled value stream contains the security attribute. (Used for future definition e.g. digital signature) -
synchSourceId
: Whether the the sampled value stream contains the synchronizing grand master ID.
Communication page
This page allows do define all communication related setting for the Sampled Value. These information is saved to the Communication
section to be more precise into the element SMV
.
-
MAC-Address
: The destination MAC address of the Sampled Value:01-0C-CD-04-00-00
to01-0C-CD-04-01-FF
-
APPID
: The APPID of the Sampled Value. This is recommended to be unique though out the complete project. -
VLAN-ID
: The virtual LAN ID the Sampled Value shall be limited to. -
VLAN-PRIORITY
: The priority of the Sampled Value message. Can be used to priories time critical messages like trip signals over non time critical messages.
Data picker
To define the data set a multi-select data picker is used in the last page of the create wizard. This allows you to select multiple data attributes at the same time. The exampled below picked the data attributes instMag.i
and its quality information q
from the data object AmpSv
the logical node I01A TCTR 1
, I01A TCTR 2
and the logical device Mod2_MU1
.
NOTE: If no data is picked the
DataSet
is still created but is empty! You can add data using the edit wizard in a later stage. NOTE: The picker does restrict the data for Sample Values to the data objectsAmpSv
,Amp
in logical nodeTCTR
andVolSv
,Vol
in logical nodeTVTR