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

PyModbus based server #102

Open
wickywaka opened this issue Sep 8, 2022 · 2 comments
Open

PyModbus based server #102

wickywaka opened this issue Sep 8, 2022 · 2 comments

Comments

@wickywaka
Copy link

We already have a modbus server and want it to be sunspec compliant. I see that there are some device classes here that allows us to created devices by just giving their ids and that makes it so easy to implement these devices instead of specifying these registers manually.

The question is, how do I have these devices as server using PyModbus library. What would be good place to start writing a pymodbus plugin/transport layer so that we can use pysunspec and pymodbus to create sunspec compliant modbus servers.

Looking forward to answers.

@wickywaka
Copy link
Author

Here is an example from pymodbus, where they are a sunspec client (rudimentary): https://pymodbus.readthedocs.io/en/stable/source/example/sunspec_client.html

@wickywaka
Copy link
Author

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