-
Have you already thought about implementing a Modbus slave (TCP server)?
This would be a prerequisite for the following special use-case: say a certain slave device (lets call it "remote") only works…
-
Hi,
When trying out the programme for the first time using a Fronius inverter+smart meter I received the following error message:
"Modbus Error: [Connection] Modbus TcpClient(192.168....): Connecti…
-
I saw your project on github: https://github.com/aldas/modbus-tcp-client.
I have a park with the following configuration: Teltonikas Gateways and energy meters connected via RS485.
I tried to us…
-
I have been trying to use this program with this card:
https://mikroelectron.com/Product/Modbus-RTU-4ch-Relay-12v-RS485-Module-4-Input-Optocoupler-Isolation/
but it does not work. What could I be d…
-
Hello,
I have 2 SUN2000-6KTL inverters connected in cascaded setup: Master that has smartpowermeter + battery has ID=3, and a slave inverter has slaveID=1. The external connection is a Wired dongle…
-
**Describe the bug**
I do not know to what serial device to connect when using slave simulator and end up with an exception when sending a payload.
**To Reproduce**
Steps to reproduce the behav…
-
can any body tell me which modbus simulator software is better to use with this library , i have used "Simply Modbus Master " simulator and tried writing/reading data to register number 40001 , didn't…
-
I'd noticed that I'd always end up with a spindle alarm when stopping a running g-code program in my usual sender (CNCjs).
Digging a bit further, I see that it's sending a soft-reset when the 'sto…
-
Hi, In **modbus-tk**, inappropriate dependency versioning constraints can cause risks.
Below are the dependencies and version constraints that the project is using
```
pyserial>=3.1
```
The…
-
Hi, users are unable to run **_modbus-simulator_** due to dependency conflict with _**six**_ package.
As shown in the following full dependency graph of **_modbus-simulator_**, **_modbus-simulator_*…