-
Notifications
You must be signed in to change notification settings - Fork 39
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 virtual IED does not consider multiple instances of a LNType within a function #1567
Comments
Thanks for the report! |
@DavoodSooran can you take a look at it? |
I just tried it out myself and can confirm it is a bug! |
As Burak explained, I also added some additional explanations to help developers resolve this issue. In the substation plug-in, when a user assigns multiple instances of the same LNType to a Function element, it should be visualized as shown below: After that, when the user creates a Virtual IED from the Functions, the LDs should include all the defined LNs. However, the current issue is that only the last LN is included in the data model, while the others are ignored. Expected behavior |
Notes for takeoverDone
Next steps
|
Describe the bug
When the user assigns multiple instances of a same LNType (even though instance numbers/prefixes are different) to a Function element;
They are visualized just as normal with no problem like below;
Next, user creates a Virtual IED out of Functions which should turn out to LDs including those LNs within; (expected)
But at the end, it turns out to only last or first LN is included in the datamodel, and others are ignored.
Expected behavior
Expectation is all LNs are part of the datamodel of virtual IED, allocated under LD that is the name of Function element.
Sample SCL below:
DigSub 2 (5) (6).zip
The text was updated successfully, but these errors were encountered: