-
Notifications
You must be signed in to change notification settings - Fork 10
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
Documentation of Project #1
Comments
seconded. Any idea where we can find this? |
@ckdanny @bgulla Thanks. I'll fix the problem with missing documentation. Right now you can use docs in PDF format: https://github.com/uzumaxy/pymodbus3/blob/master/doc/pymodbus3.pdf |
thanks, this is exactly what I needed. On Tue, Jul 26, 2016 at 3:11 PM, Maxim [email protected] wrote:
Brandon |
@uzumaxy I'm working from that documentation and I must be missing a small detail since the package isn't returning successful results. Pasted below is what I'm attempting. Do you have recommendations on what I need to do to get this to successfully return the value from the specified register? @ckdanny or @bgulla, do either of you have any recommendations on where I might be going wrong? I'm able to successfully return values in Python v2.7 with pymodbus (github package from mesias). from pymodbus3.client.sync import ModbusTcpClient as ModbusClient logging.basicConfig() client = ModbusClient('10.x.x.x', port=7001, framer=ModbusRtuFramer) client.connect() rr = client.read_input_registers(5748, 1, unit=0x01) client.close() |
The Document is not found.
The text was updated successfully, but these errors were encountered: