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

Subscribing on minimal ExtRef definition #1532

Open
JakobVogelsang opened this issue May 22, 2024 · 2 comments
Open

Subscribing on minimal ExtRef definition #1532

JakobVogelsang opened this issue May 22, 2024 · 2 comments
Labels
Kind: Bug Something isn't working

Comments

@JakobVogelsang
Copy link
Collaborator

As a user of OpenSCD I want to be able to see already existing subscriptions in OpenSCD in all circumstances. At the moment when an ExtRef element has missing srcLNClass and srcLNInst is interpreted as unsubscribe. That however is incorrect as
described here.

grafik

Acceptance Criteria
On checking existing subscriptions, the existing rules must be extended so that:

  • have srcLNClass defaulting to LLN0 when missing
  • have srcLNInst defaulting to empty string when missing

Example
<ExtRef iedName="AA1E1Q01BCU" ldInst="MV" ... srcLDInst="LD0" srcCBName="gcb" serviceType="GOOSE" /> must be interpreted as
<ExtRef iedName="AA1E1Q01BCU" ldInst="MV" ... srcLDInst="LD0" srcLNClass="LLN0" srcLNInst="" srcCBName="gcb" serviceType="GOOSE" />

@JakobVogelsang JakobVogelsang added the Kind: Bug Something isn't working label May 22, 2024
@Sander3003
Copy link
Member

What plug-ins are affected in this issue?

@pascalwilbrink
Copy link
Member

pascalwilbrink commented May 24, 2024

On which plug-ins does this occur?

  • Later binding / message binding
  • Goose / SMV

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Kind: Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants