Modbus is a serial communications protocol commonly used by PLCs (programmable logic controllers) and other industrial control systems. While originally based on traditional serial communications many extensions exist to allow communication over other networks such as TCP/IP.
4
votes
2answers
76 views
Handling register updates in Modbus systems
I am currently developing a Modbus RTU enabled system that consists of DSP and a microprocessor that handles the Modbus communications. The DSP is sending data to the microprocessor and the ...
0
votes
1answer
2k views
Arduino as modbus master with MAX485 doesn't get any response
I'm having some troubles trying to query a modbus slave with an Arduino through RS485.
I've already succeeded in querying a software modbus slave running on my PC through the USB/COM port using the ...
3
votes
2answers
99 views
What is a conventional way to set a Modbus device address and baudrate?
What's a conventional way to set an address and baud-rate/parity on a Modbus device?
Is this supposed to be done using hardware switches or can be done through a software?
If done through a ...
2
votes
2answers
255 views
Best way to poll for Modbus RTU slaves through a Modbus TCP gateway
I'm using a number of Modbus RTU devices connected to my PC through a Modbus TCP gateway. I'd like to poll all the available slave addresses to check which ones are available through my program.
What ...
1
vote
2answers
135 views
FOSS ModBus libraries/VCl?
I'm looking for FOSS (for commercial use) VCL components for Delphi or libraries for Visual Basic/C/C++/C# ... basically, just something to abstract the h/w for development, although a h/w simulator ...
0
votes
1answer
1k views
Reading MODBUS RTU slave device Registers via RS485
i have a panel multimeter that i use for my whole house that has RS485, Modbus RTU comunication.
I know what registers to read in order to get currents, voltages, power factor etc
How can i use this ...