-
Notifications
You must be signed in to change notification settings - Fork 38
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
bugfix: Create virtual IED does not consider multiple instances of a LNType within a function #1595
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have you done these changes by hand ? I think these snapshots are generated by a tool (not sure tho).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I got confirmation by Christopher : these are generated.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me and all tests seem to pass as well
The bug is described here: #1567
Description
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 behaviour
Current problem: