Skip to content

Logical node type LNodeType

Jakob Vogelsang edited this page Sep 17, 2021 · 3 revisions

Add LNodeType

alt text
  1. Navigate to the list of LNodeType's in the template editor
  2. Click on Add LNodeType
  3. Select a logical node class form the lnClass field

Settings:

  1. id*: make sure that id is unique in the whole project.
  2. desc: user-defined description field
  3. Use LN class from OpenSCD templates: this is a user setting that allows you to add a LNodeType from the templates database or to add a user-defined LNodeType

From IEC 61850

See details how to start from templates database

User-defined

See details how to start from scratch

alt text

 

Edit LNodeType

  1. Navigate to the LNodeType's list in the template editor
  2. Click on the LNodeType you want to edit

 

Settings:

  1. id*: make sure that id is unique in the whole project.
  2. desc: user-defined description field
  3. lnClass*: the class acc. to the IEC 61850-7-4
  4. List of all child DO. The item shows the id as well as the type reference to DOType. DO must have a type attribute

 

Remove LNodeType

  1. Open the LNodeType you want to remove Edit LNodeType
  2. Click on Remove button

WARNING: OpenSCD does not check for validity before removal so be careful!

Example:

<LNodeType lnClass="CILO" id="myCILO">
    <DO name="Mod" type="OpenSCD_ENCMod"/>
    <DO name="Beh" type="OpenSCD_ENSBeh"/>
    <DO name="Health" type="OpenSCD_ENSHealth"/>
    <DO name="NamPlt" type="OpenSCD_LPLnoLD"/>
    <DO name="EnaOpn" type="OpenSCD_SPSsimple"/>
    <DO name="EnaCls" type="OpenSCD_SPSsimple"/>
</LNodeType>

1. About OpenSCD

4.2 XML editor - pro mode

6.1 Report

6.2 GOOSE

6.4 Data Sets

Clone this wiki locally