-
Notifications
You must be signed in to change notification settings - Fork 0
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
Multi-plc Support #6
base: v0.2.0.rc1
Are you sure you want to change the base?
Conversation
Also update UI spacing
Looks good in general, I have a little more review todo. Is tools/packman suppose to be ignored (currently it is not)? |
The tools folder was included intentionally for development. I suppose it's debatable if it should be there. Thoughts? |
I have not forgotten about this, I am scheduling some time to review next week |
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, A couple small open questions.
from ..common.RuntimeBase import get_stream_name | ||
from ..common.BridgeManager import BridgeManager, Manager_Events as ManEvents |
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 think we decided common, needs to be renamed/moved here. Did we want to do that before merging?
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.
Ya, this should be fixed before we merge
default_beckoff_properties = { | ||
ATTR_BECKHOFF_BRIDGE_ENABLE: False, | ||
ATTR_BECKHOFF_BRIDGE_REFRESH: 20, | ||
ATTR_BECKHOFF_BRIDGE_AMS_NET_ID: "127.0.0.1.1.1", |
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.
Is this correct?
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.
What are you referreing to? The AMS_NET_ID is sorta like a IP Address with 2 extra numbers, is that the question?
What:
Why:
TODO
This PR does not update the tests or docs. They should be updated before release.
New configuration UI:

New USD structure:

Configuration saved in the USD:

Variable reading/writing Structure
