synchrotron-solaris / dev-solaris-adam

Universal Tango device server for ADAM devices.
GNU Lesser General Public License v3.0
0 stars 1 forks source link

Choose a Python library for modbus communication. #1

Closed wkitka closed 7 years ago

wkitka commented 7 years ago

Proposed start point: https://stackoverflow.com/questions/17081442/python-modbus-library

Patfra commented 7 years ago

Are we using Modbus TCP, Modbus over TCP or different type of Modbus protocol? I ask about that, because on the proposed site I have found information, which states that:

wkitka commented 7 years ago

It looks like ADAM devices from other issues are using Modbus TCP.

LJBD commented 7 years ago

Yeah, I think that if modbus-tk is sufficient, we can go for it. You might also try to connect to a real ADAM device and then check if you have any preferences when it comes to API of either library.