Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Communication Explorer: Control blocks with the same name are aggregated #205

Open
danyill opened this issue Nov 23, 2024 · 0 comments
Open

Comments

@danyill
Copy link

danyill commented Nov 23, 2024

Currently, the Communication Explorer aggregates control blocks with the same name.
However IEC 61850-6 Ed 2.1 only requires control blocks to be unique within each LLN0 (logical device).

This plugin should identify them using the path (typically we do this using the identity string in many OpenSCD plugins) or calculate an object reference (IEC 61850-6, Section 8.5.2) to avoid doing this.

In this screenshot, it would be tempting to think that there is one GOOSE message, named "Ctrl" which is sent:

image

In fact, there is three different GOOSE messages, each with a different DataSet:

image

Here is a test file:

XAT_Subsystem_Testing_Dup_Ctrl_Block_Name.scd.zip

This likely applies to other control blocks but I haven't looked into these further.

First reported at: transpower-nz/open-scd#29

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant