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

Reading Tags From a SLC 500 or Micrologix #22

Closed
GearDownForWhat opened this issue Aug 27, 2018 · 3 comments
Closed

Reading Tags From a SLC 500 or Micrologix #22

GearDownForWhat opened this issue Aug 27, 2018 · 3 comments
Labels

Comments

@GearDownForWhat
Copy link

I realize that this library is not intended for reading from these processors, but i was wondering whats really preventing it?
the communications seems like it should be similar, I.E. instead of reading a tag named "MyTag4" you would read/write a tag named "N7:0/0"

I actually gave it a try, but it was a no-go.

@dmroeder
Copy link
Owner

It may seem like it should work that way, but not quite. A lot of what would be necessary is there, it would take some new code to properly parse and pack the request into the packet, also parse and unpack the reply. Very doable, but I don't have access to very much "logix 500" based hardware, or a lot of extra time to test and maintain it.

@GearDownForWhat
Copy link
Author

understandable, thanks for taking your time to answer, and thank you so much for creating this amazing bit of software.
I was EXTREMELY surprised when I grabbed it and tried it and was reading and writing tags in less than a half hour with almost no python experience, so thank you for making this so easy!

@dmroeder
Copy link
Owner

I'm glad you found it easy to use!

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

2 participants