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

Defect: Shared connection info when duplicating IP connection with device #49

Open
mbreissi opened this issue May 17, 2018 · 0 comments

Comments

@mbreissi
Copy link

The "Make a Copy" action exposed on the SlaveNode (IP connection with device) uses the reference to existing ModbusConnection object when creating the new SlaveNode. Thus, any changes made to the IP information on the resulting new slave node will alter the original SlaveNode and all nodes copied from it. That should only be the behavior when creating explicit IP Connection nodes that have descendant slave nodes.

@mbreissi mbreissi changed the title BUG: Shared connection info when duplicating IP connection with device Defect: Shared connection info when duplicating IP connection with device May 17, 2018
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