Modbus Over Serial


  1. Modbus is a standard protocol for serial communication. Popular across industries, it is often used to connect various industrial electronic devices and instruments to a system that gathers data or a main controller.
  2. Modbus over Serial Line specification encourages the use of the multipoint EIA-485 standard — supporting up to 32 devices over a common bus.
  3. MODBUS over Serial Line systems may use different physical interfaces (RS485, RS232). TIA/EIA-485 (RS485) Two-Wire interface is the most common. As an add-on option, RS485 Four-Wire interface may.
  4. This document describes the MODBUS over Serial Line protocol. MODBUS Serial Line protocol is a Master-Slave protocol. This protocol takes place at level 2 of the OSI model. A master-slave type system has one node (the master node) that issues explicit commands to one of the 'slave' nodes and processes responses.
  5. Modbus Protocol and the RS-485 Serial Bus Standard Modbus is a “master/slave” communications protocol. There is one Master, which usually takes the form of a building automation system (BAS), communications gateway device, programmable logic controller (PLC), or datalogger software program running on a computer.
  6. Modbus is a serial communication protocol. Originally developed by Modicon in 1979. Use with Modicon PLC. Modbus is a very simple protocol. Modbus protocol also defined as a master-slave protocol. Means device operating as master will poll one or more device operating as slave.master user read data from slave device register. Master user Write data from slave device register.

Modbus is a “master/slave” communications protocol. There is one Master, which usually takes the form of a building automation system (BAS)communications gateway device, programmable logic controller (PLC), or datalogger software program running on a computer. There can be up to 127 slave devices on one multi-drop RS-485 serial bus.

There are some special techniques that can be employed when using an RS485 interface. Engineers currently supporting internet based automation may not be aware of these procedures. To close this knowledge gap, here is a short remedial course in RS485 vs MODBUS protocols.

Modbus Over Serial

Contents


RS485 communication: Modbus vs RS485


What is RS485 communication? RS485 is a standard for serial data transmission that is similar to RS232 while using different electric signals. A benefit of the RS485 protocol is the ability to have several devices share the same bus. This means you do not need multiple RS485 interfaces to query multiple devices. A bus terminator must be used to accomplish this feat. You may need to move a switch to the proper position or screw a small resistor on a terminal.

You do need to use the correct interface for signals to flow as RS485 and RS232 are not directly compatible. You can use RS232 to RS485 gateways, but it is more common to go from RS485 to USB, GSM or Ethernet directly. This eliminates the need to an extra component and is the less expensive way to go.

Data exchanged through RS485 interfacing primarily uses the MODBUS protocol. On the other hand, RS232 devices use text (ASCII) protocols. This difference implies that you need to know a little about the MODBUS protocol when using RS485 communication devices.

Here is a short MODBUS tutorial

Serial

The MODBUS RS485 protocol defines communication between a host (master) and devices (slaves) that allows querying of device configuration and monitoring. MODBUS messages relay simple read and write operations on 16 bit words and binary registers often referred to as “coils”. Slave devices only respond to requests from the host which always initiates the conversation.

When you have several devices connected on the RS485 bus in parallel, each device requires a unique MODBUS Slave ID. Every MODBUS request begins with the host contacting the Slave ID of the target device and the answer begins with the Slave ID of the sending slave device. For MODBUS communication to work correctly you need to ensure proper configuration of your devices’ Slave IDs. As with RS232 communication speed and parity also need to be in synch.

ASCII protocols allow messages to be created by hand for the RS232 interfaces. This cannot be done with MODBUS as messages end with a checksum code that is computed from the complete message content. When exchanging MODBUS messages you need to use a specific proprietary program provided by your device vendor with a compatible interface. You can also use an RS485 interface and a programming library to encode and decode the MODBUS communication, or a Smart RS485 interface like the Yocto-RS485 that can handle the encoding and decoding itself.

Modbus Programming Examples

There are two variations of the MODBUS protocol. In MODBUS ASCII mode messages are exchanged as lines of hexadecimal characters. Using the MODBUS RTU mode enables messages to be directly transmitted as binary frames. To communicate with a MODBUS device both host and device need to be using the same mode. MODBUS RTU mode is supported by all standard devices and is the mode most commonly used. MODBUS ASCII has no real advantage due to the difficulty in crafting messages by hand.

How to monitor and analyze Modbus Data?


Modbus Test Software is a sniffer tool that allows you to analyze RS232/RS422/RS485 interfaces transmitting MODBUS communications. SPM’s excellent functionality enables easy detection and resolution of problems encountered when engaged in MODBUS testing and debugging. A distinctive feature of this tool is how it can display and log all data flowing through your system’s COM port.

Using this MODBUS sniffer software’s advanced search and filter options, you can display only the relevant subset of data that you desire. SPM also contains a built-in terminal for executing text commands. This user-friendly application supports exporting data in various formats and has many customizable options.

This professional Modbus test software allows you to:


  • Connect to and monitor serial ports already in use by another program. Real-time display of all data received by the port is available for immediate monitoring and debugging.
  • Monitor multiple serial ports simultaneously. You can synchronously analyze the activity of several serial ports in a single session. Data flowing in both directions is presented on a first-in first-out basis in a single log for ease of viewing.
  • Your data can be viewed in a number of formats including table, terminal, line, and dump views. Multiple views can be seen at the same time and you can use filters to fine-tune your monitoring.
  • Perform emulation of data transferred to a serial device to monitor activity when exposed to specific commands.

Serial Port Monitor

Requirements: Windows XP/2003/2008/Vista/7/8/10/Server 2012 , 9.16MB size
Version 7.0.342 (13th Jan, 2018) Release notes
Category: Communication Application
2 August at 18:07
9 June at 15:31

Modbus Over Serial Line

2 June at 14:17

Modbus Over Serial

Please enable JavaScript to view the comments powered by Disqus.comments powered by Disqus