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

Create named virtual IED #1569

Open
JakobVogelsang opened this issue Aug 16, 2024 · 0 comments
Open

Create named virtual IED #1569

JakobVogelsang opened this issue Aug 16, 2024 · 0 comments
Labels

Comments

@JakobVogelsang
Copy link
Collaborator

At the moment the menu plugin creates an IED with the name SPECIFIED. This is by design not linked to any of the LNode elements that it is generated from. There are cases where a user need to create a "named" virtual IED and is then expecting that the LNode elements it is generated from are linked to the IED at the same time.

Example
LNode before : <LNode iedName="None" lnClass="PTOC" lnInst="1" lnType="..." />
LNode after now is not changed at all
expected behaviour when IED.name = NewIED is not SPECIFIED <LNode iedName="NewIED" ldInst="..." lnClass="PTOC" lnInst="1" lnType="..." />

@JakobVogelsang JakobVogelsang added the Kind: Enhancement New Request label Aug 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant