Questions tagged [modbus]

Modbus is a serial communications protocol published by Modicon in 1979 for use with its programmable logic controllers (PLCs). Simple and robust, it has since become a de facto standard communication protocol, and it is now amongst the most commonly available means of connecting industrial electronic devices.

Modbus is a serial communications protocol published by Modicon in 1979 for use with its programmable logic controllers (PLCs). Simple and robust, it has since become a de facto standard communication protocol, and it is now amongst the most commonly available means of connecting industrial electronic devices.

Useful links

1182 questions
-2
votes
2 answers

Delphi CRC16 ModbusRTU

Good day everyone. I am trying to create a software to comunicate modbus devices to my software. I have problem on CRC16 sometimes the device respond sometimes not. Details below: function CRC16(Data: AnsiString): AnsiString; var i,j,iSum,f :…
-2
votes
1 answer

looking for Single Board Embedded PC which has capability to read 4-20 current and Modbus and GPIO pins

Currently we are looking for Industry Standard single board PC like Raspberry Pi. Which has capability to read 4-20 current and Modbus and GPIO pin. Also I heard from lot of people that Raspberry Pi is used for DIY purpose and not for Industrial…
-2
votes
1 answer

How to read Energy meter readings over serial port using COM port?

I have interfaced my Energy Meter with RS232, and then used a RS232-to-USB-Cable to interface with my PC. My Energy Meter uses Modbus Protocol. I get readings like these through Modbus Slave / Modbus Poll software. How do I get it in the right…
Abhay Bh
  • 43
  • 1
  • 7
-2
votes
1 answer

Modbus device halts communication without a reason

My company has bought several room thermostats with modbus capability. Those are from China. When I communicate with them on Modbus RTU, interesting things happen. Devices sometimes dont respond to me at all. Then in following polls, they sometimes…
Şansal Birbaş
  • 443
  • 1
  • 6
  • 14
-2
votes
1 answer

Modbus rtu slave is not responding to modbus rtu master

https://code.google.com/p/stm32modbus/source/browse/#svn%2Ftrunk%2F%20stm32modbus%20--username%20ickingdom%40gmail.com%253Fstate%253Dclosed I am using this program.I debug and compile it successfully no error i got then i burn it into my prototype…
-3
votes
1 answer

Pass array of bytes into function header file

I would like to pass an array of bytes to a function but I got an error when compiling. I need the array in order to use CRC16.h because it wants uint8_t type data. I already tried to put byte; array byte; byte* in void calcCRC() but I always got…
nicolas h
  • 1
  • 1
-3
votes
1 answer

How to calculate Energy readings from the raw data on an Power Meter

I'm IoT newbie and I have a project with Schneider Power Meter. I read voltage raw data from registers using pymodbus but I don't know how to convert it to the correct value. Raw data is [24206, 17242] from registers address 3927-3928. Here is my…
Mr.Ping
  • 13
  • 3
-3
votes
1 answer

Jamod slave example

I need to make a program in Java using jamod or j2mod I'm searching for examples but I don't understand how it works. I need to connect to an equipment with modbus support, for example if I send a string like "date" the equipment responses the…
Pablo Aleman
  • 196
  • 1
  • 3
  • 13
1 2 3
78
79