python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Read data from a DDSU666 using RS485
I have tried my luck with these codes to read the data from the DDSU666-H and it seems that I am able to read data, but I don't know what to do with it. In theory it is a list of data, but I am not ab...
ICIM
Votes: 0
Answers: 0
Is my pymodbus slave code usable or have i done something wrong?
The code is the following. I apologise in advance if ive done something silly. I have imported time as i want to have a delay in my final code
from pymodbus.version import version
from pymodbus.server...
Biraveen Nedunchelian
Votes: 0
Answers: 0
decode register to 32bit float big endian in python code on raspberry pi 3B with python library pymodbus2.5.3
I'm trying to get the data stream of a sensor transmitter that uses the modbus rtu communication protocol on my raspberry pi 3B. I'm able to get the data with the pymodbus2.5.3 library.
For this I use...
olefine921
Votes: 0
Answers: 1
TwinCat 3 Siemens PLC MODBUS TCP communication
My question is quite simple. Is it possible to communicate TwinCat PLC simulation (TwinCat 3 on normal PC) with real siemens S7-1200 over MODBUS TCP?
From what I've gathered, PC without Intel chipset ...
Michał Birnbach
Votes: 0
Answers: 3