forked from openscd/open-scd
-
Notifications
You must be signed in to change notification settings - Fork 4
Data object type child SDO
Jakob Vogelsang edited this page Sep 17, 2021
·
2 revisions
Add new SDO
You can use OpenSCD to add new SDO's to an existing DOType.
- Navigate to the
DOTypeyou want to edit and open the Edit DOType wizard. - Click on DATA OBJECT button in the middle of the wizard.
Settings:
-
name*: If you choose to have a
SDOfrom IEC 61850 namespace consult IEC 61850‑7‑4. Otherwise make sure to start with an upper case latter [A-Z] - desc: user-defined description field
-
type*: Type is defined as string in the SCL but is a selector in OpenSCD. The selector shows all
DOType-id's in the project. Without existingDOTypeyou cannot create aDO.
CHECKS: Missing or wrong
nameis covered by schema validator. Missing or wrongtypeis covered by template validator.
Edit DO
You can use OpenSCD to manipulate existing DO.
- Navigate to
DOTypelist in the template editor - Click on
DOTypethat contains theSDO. E.g. common data classWYE - Click on child
SDOyou want to manipulate - Edit SDO wizard
Settings:
The settings are the same a in the Add SDO wizard with the difference that there is a remove button.
Example:
<SDO name="res" type="ABBIED600_Rev5_CMV_1"/>
Remove SDO
- Open Edit SDO
- Click on Remove button
WARNING: OpenSCD does not check for validity before removal so be careful!