pymodbus Questions
4
I' trying to connect from my Mac laptop to a Modbus device (MR-SI4) using a serial connection using a USB RS485 converter that gets "mounted" to /dev/cu.SLAB_USBtoUART.
This is my code:
import lo...
2
I have one energy meter and i am trying to retrieve voltage, freq values from meter on raspberry pi uart over RS485
My connections for raspberry pi and rs485 are as follows
Rs485 DI - Tx of raspb...
Libeler asked 8/5, 2019 at 8:30
2
Solved
Can anyone explain how to create the request and get the response in right way using pymodbus via Modbus TCP/IP?
I have the PLC which I want to use as slave and PC - as master.
I trying to do it in...
Dilley asked 13/9, 2013 at 11:13
1
Solved
I have some modbus TCP code written under pymodbus 1.2
the relevent code was
result = modbus_client.read_holding_registers(40093, 3)
After updating to pymodbus 1.4.0 it wouldn't work until I carg...
Heffron asked 15/5, 2018 at 22:25
1
© 2022 - 2024 — McMap. All rights reserved.