0% found this document useful (0 votes)
148 views16 pages

Pare Modbus, Fieldbus, and Profibus - InstrumentationTools

The document compares Modbus, Fieldbus, and Profibus protocols. Modbus is an open serial communication protocol developed in 1979 that is commonly used in industrial applications. Fieldbus protocols include Foundation Fieldbus and Profibus, which were developed to eliminate point-to-point wiring between field devices. The document provides details on the variants and uses of each protocol.

Uploaded by

HARSHITH S
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
148 views16 pages

Pare Modbus, Fieldbus, and Profibus - InstrumentationTools

The document compares Modbus, Fieldbus, and Profibus protocols. Modbus is an open serial communication protocol developed in 1979 that is commonly used in industrial applications. Fieldbus protocols include Foundation Fieldbus and Profibus, which were developed to eliminate point-to-point wiring between field devices. The document provides details on the variants and uses of each protocol.

Uploaded by

HARSHITH S
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 16

3/10/23, 4:00 PM Compare Modbus, Fieldbus, and Profibus - InstrumentationTools

Pages

Inst Tools Menu

Compare Modbus, Fieldbus, and Profibus


by R Jagan Mohan Rao

Modbus is a granddaddy of industrial communication protocols. Modbus is Modicon plus fieldbus.

Modbus, a serial communication protocol developed by Modicon in 1979. It is developed by Modicon


for PLC in industrial applications, now it an open protocol. It is used over serial and Ethernet cable.

It is easy to implement and also easy to use. The term Modbus typically refers to one of three variants.

1. Modbus ASCII.
2. Modbus RTU
3. Modbus TCP/IP.

Modbus RTU:
This is used in serial communication. Makes use of compact, binary representation of data for protocol

communication.

x
Modbus ASCII:

https://instrumentationtools.com/compare-modbus-fieldbus-and-profibus/ 1/16
3/10/23, 4:00 PM Compare Modbus, Fieldbus, and Profibus - InstrumentationTools

This is used in serial communication, makes use of ASCII characters for protocol communication.

Modbus TCP/IP:
This is used for communication over TCP/IP networks.

Modbus is often used to connect the supervisory computer with an RTU in the SCADA system.

Modbus
Modbus RTU is the most popular protocol, use three physical media.

RS 232,
RS 485,
RS422.

Point to Point Communication

RS 232 is a point to point communication. One device to one device can be connected and the distance
between two devices is 50 feet (15 meters) then RS 232 does the job.

https://instrumentationtools.com/compare-modbus-fieldbus-and-profibus/ 2/16
3/10/23, 4:00 PM Compare Modbus, Fieldbus, and Profibus - InstrumentationTools

Multidrop Communication

To connect more devices on the same line, and have a distance greater than 50 feet, one can use RS 485,
or RS422. This standard supports 32 nodes over 4000 feet( roughly 1200 meters).

With Repeaters

Modbus is a simple Master/Slave protocol. With one being the master all are slaves only. Maximum of 32
slaves without repeaters on RS 485 physical medium.

With repeaters, 247 slaves can be connected as shown in the below figure.

They answer only when a master’s talk to them. If the master doesn’t talk they keep idle. There is also no
x
requirement for diagnostic information on the slave’s health.

https://instrumentationtools.com/compare-modbus-fieldbus-and-profibus/ 3/16
3/10/23, 4:00 PM Compare Modbus, Fieldbus, and Profibus - InstrumentationTools

Modbus ASCII and RTU use physical layer RS232 or RS 485. A device configured in ASCII mode can not
be used in RTU. Both are not compatible with each other.

Daisy Chain Network

Modbus and PROFIBUS are protocols built on RS 485, they used daisy chain architecture for connection.

RS 232 is a point to point communication,

RS 485 or RS 422 is for multidrop applications.

Profibus
PROFIBUS is a young athlete, lean and fast. As with the Modbus, there are a number of variants
associated with Profibus.

https://instrumentationtools.com/compare-modbus-fieldbus-and-profibus/ 4/16
3/10/23, 4:00 PM Compare Modbus, Fieldbus, and Profibus - InstrumentationTools

PROFIBUS PA,
PROFIBUS DP,
PROFIBUS FM
PROFINET,
PROFISAFE.

Profibus ( Process Fieldbus) is one of the standards for field bus communication in automation
technology.

PROFIBUS is also a Master/Slave protocol. But with additional token ring protocol to allow multiple
masters as shown in the figure below.

PROFIBUS has certain protocol features that let certain versions of it operate in multi-master on RS 485
which Modbus could be the only a single master.

Profibus DP
https://instrumentationtools.com/compare-modbus-fieldbus-and-profibus/ 5/16
3/10/23, 4:00 PM Compare Modbus, Fieldbus, and Profibus - InstrumentationTools

PROFIBUS DP (DP-Decentralized Peripherals) is used in machine automation and other discrete signal
applications.

The main physical layer for PROFIBUS DP is RS485.

Profibus PA
PROFIBUS PA (PA- Process automation) is used in process control applications. It connects to PLC by

Profibus-DP through a segment coupler as shown in the figure below.

PROFIBUS-PA devices are not directly accessible by PROFIBUS master, the segment coupler allows

intrinsic connection to electrically isolate PA devices from DP network.

https://instrumentationtools.com/compare-modbus-fieldbus-and-profibus/ 6/16
3/10/23, 4:00 PM Compare Modbus, Fieldbus, and Profibus - InstrumentationTools

Foundation Fieldbus
Foundation Fieldbus: The idea behind field bus is to eliminate any point to point links between the field

devices like transmitter, control valves and their controllers by a single digital connection.

Foundation Fieldbus technology is mostly used in process industries and power plants.

There are two variants.

Foundation Fieldbus H1
Foundation Fieldbus H1 is a bidirectional communication protocol with 3125 Kbits/S speed.

It utilizes twisted pair cable to connect field devices to the controller.

https://instrumentationtools.com/compare-modbus-fieldbus-and-profibus/ 7/16
3/10/23, 4:00 PM Compare Modbus, Fieldbus, and Profibus - InstrumentationTools

Foundation Fieldbus HSE


Foundation Fieldbus HSE. It utilizes Ethernet media to operate at 100/1000 Mbit for connecting

gateways, host systems. Both FF H1 and FF HSE use different physical media and at different speeds.

Foundation field bus was designed to address the needs of real-time process automation. FF was

conceptually engineered as a replacement of the normal analog 4-20 mA current loop.

Foundation filed bus is not only a communication protocol but it is a language form for building control
strategies.

FF is a peer to peer protocol. Field instruments such as transmitters can communicate with each other
without a host e.g. A DCS or a PLC and they can initiate communication without a specific hos command.

The control functionality can be in the field devices or in the host (PLC or DCS) or partially in both.

When control functionality is within the field devices, without halting the loop, the host can be
disconnected.

Also Read: HART Protocol versus Fieldbus

FF has a number of advantages making it a leading protocol for communicating field devices in digital
closed-loop control. x

https://instrumentationtools.com/compare-modbus-fieldbus-and-profibus/ 8/16
3/10/23, 4:00 PM Compare Modbus, Fieldbus, and Profibus - InstrumentationTools

For example, the separation between real-time and non-real time communications so that device
management tasks do not interfere with closed-loop control.

Compare Modbus, Fieldbus, and Profibus

https://instrumentationtools.com/compare-modbus-fieldbus-and-profibus/ 9/16
3/10/23, 4:00 PM Compare Modbus, Fieldbus, and Profibus - InstrumentationTools

If you liked this article, then please subscribe to our YouTube Channel for PLC and SCADA video tutorials.

You can also follow us on Facebook and Twitter to receive daily updates.

Read Next:

What is Fieldbus?
Automation Protocols

What is HART Protocol?

OSI Layers of Communication


SCADA Communication

Basic Industrial Networks

Don't Miss Our Updates


Be the first to get exclusive content straight to your email.
x

https://instrumentationtools.com/compare-modbus-fieldbus-and-profibus/ 10/16
3/10/23, 4:00 PM Compare Modbus, Fieldbus, and Profibus - InstrumentationTools

Enter your name here...

Enter your email here...

We promise not to spam you. You can unsubscribe at any time.

Subscribe Now

Control Systems, PLC Tutorials


Step-by-Step Guide to Choose Right Fuse for a Panel
Coil Type Timers in Siemens PLC Programming

Recommended Articles
1. What is Ratio Control ?

2. Building Management System

3. ON-OFF Controller Principle

4. Five Levels in Industrial Automation

5. Fault in the Temperature Loop

6. PLC or DCS Control System Spares

7. Stroke Checking Procedure for GCV, SRV, IGV, and LFBV

8. Setpoints and Alarms in Control System

9. Difference between Router, Switch, and Hub

10. What is Process Control ?

2 thoughts on “Compare Modbus, Fieldbus, and Profibus”

P Maruthi Prasad
June 4, 2020 at 8:26 pm

Superb explanation i ever read. x

https://instrumentationtools.com/compare-modbus-fieldbus-and-profibus/ 11/16
3/10/23, 4:00 PM Compare Modbus, Fieldbus, and Profibus - InstrumentationTools

Reply

Ramahari Mahapatra,9937021976
January 22, 2022 at 7:06 pm

There is a requirement of Fieldbus, Module No PDP22-FBP-500


DC505 Connector Profibus DP/VI

Please suggest where to get. Any Contact No. Mailid . Please suggest.

Reply

Leave a Comment

Name *

Email *

Website

Subscribe to our newsletter

Post Comment

https://instrumentationtools.com/compare-modbus-fieldbus-and-profibus/ 12/16
3/10/23, 4:00 PM Compare Modbus, Fieldbus, and Profibus - InstrumentationTools

4-20mA Junction Box Versus Fieldbus (FF) Juncti…

https://instrumentationtools.com/compare-modbus-fieldbus-and-profibus/ 13/16
3/10/23, 4:00 PM Compare Modbus, Fieldbus, and Profibus - InstrumentationTools

Categories

Select Category

https://instrumentationtools.com/compare-modbus-fieldbus-and-profibus/ 14/16
3/10/23, 4:00 PM Compare Modbus, Fieldbus, and Profibus - InstrumentationTools

Difference between HART Protoco…

Recent Comments

vignesh selvaraj on What is High Integrity Pressure Protection System?

Mr K Lindstrom on Why Three-phase Voltage is 440 Volts?

Mr K Lindstrom on Why Three-phase Voltage is 440 Volts?

Jasim on Instrumentation Engineering Problems Solved – Root Cause Analysis

Hussnain SArwaR on What is Auto Reclosing?

Jeff T on Instrumentation Abbreviations

Absolom Zengeya on Electric Motors Noises – Types, Possible Sources, Reasons

https://instrumentationtools.com/compare-modbus-fieldbus-and-profibus/ 15/16
3/10/23, 4:00 PM Compare Modbus, Fieldbus, and Profibus - InstrumentationTools

More Articles

1. How Valve Positioners act as Cascade Control Systems in a Loop?

2. What is Open Systems Interconnection?

3. Readings Mismatch between Field & Control Room ? Why

4. Override Control Functions

5. Basics of Trips, Interlocks, Permissives & Sequences

6. Self-regulating Processes – Liquid Flow Control

7. Pre-commissioning or Commissioning Activities

8. Difference between Availability, Reliability & SIL

9. Alarm Annunciator Circuit with Acknowledge

10. Industrial Automation in the Mining Industry

2023 © Reproduction without explicit permission is prohibited. - PLC SCADA Courses - Engineers Community

https://instrumentationtools.com/compare-modbus-fieldbus-and-profibus/ 16/16

You might also like