Inst ToolsInst ToolsInst Tools
  • Courses
  • Automation
    • PLC
    • Control System
    • Safety System
    • Communication
    • Fire & Gas System
  • Instrumentation
    • Design
    • Pressure
    • Temperature
    • Flow
    • Level
    • Vibration
    • Analyzer
    • Control Valve
    • Switch
    • Calibration
    • Erection & Commissioning
  • Interview
    • Instrumentation
    • Electrical
    • Electronics
    • Practical
  • Q&A
    • Instrumentation
    • Control System
    • Electrical
    • Electronics
    • Analog Electronics
    • Digital Electronics
    • Power Electronics
    • Microprocessor
  • Request
Search
  • Books
  • Software
  • Projects
  • Process
  • Tools
  • Basics
  • Formula
  • Power Plant
  • Root Cause Analysis
  • Electrical Basics
  • Animation
  • Standards
  • 4-20 mA Course
  • Siemens PLC Course
Reading: Key Facts About RS485 Industrial Network
Share
Font ResizerAa
Inst ToolsInst Tools
Font ResizerAa
  • Courses
  • Design
  • PLC
  • Interview
  • Control System
Search
  • Courses
  • Automation
    • PLC
    • Control System
    • Safety System
    • Communication
    • Fire & Gas System
  • Instrumentation
    • Design
    • Pressure
    • Temperature
    • Flow
    • Level
    • Vibration
    • Analyzer
    • Control Valve
    • Switch
    • Calibration
    • Erection & Commissioning
  • Interview
    • Instrumentation
    • Electrical
    • Electronics
    • Practical
  • Q&A
    • Instrumentation
    • Control System
    • Electrical
    • Electronics
    • Analog Electronics
    • Digital Electronics
    • Power Electronics
    • Microprocessor
  • Request
Follow US
All rights reserved. Reproduction in whole or in part without written permission is prohibited.
Inst Tools > Blog > Control Systems > Key Facts About RS485 Industrial Network

Key Facts About RS485 Industrial Network

Learn key facts about the RS485 industrial network & physical layer connection for Modbus communication in industrial automation.

Last updated: September 17, 2024 2:05 pm
Viral Nagda
Control Systems PLC Tutorials
No Comments
Share
5 Min Read
SHARE

In industrial automation, Modbus is a very widely used communication protocol. Many different devices like PLC, VFD, or other ones having Modbus communication ports are able to connect to each other and share data smoothly.

Contents
What is RS485?Key Facts About RS485Multi Node architectureDistanceConnecting InterfaceWiringType of connectorNetwork settings

Modbus has three types of physical connections – RS232, RS485, and TCP IP. Out of that, TCP IP and RS485 are the most preferred and used ones. In this post, we will see some key facts on the RS485 network.

What is RS485?

RS485 is a physical layer connection that is used for Modbus communication. RS485 is a serial-type connection and generally uses two wires for linking. The two wires are – positive and negative.

RS485 can be connected in a daisy chain network, which causes the link of multiple devices on the same network. The maximum distance of the RS485 network can go up to 4000 feet. And one important point to note is that it can connect only 32 devices at a time in one single network.

RS485 has less interference to noise, though not completely eradicated. Now, let us see some learning facts about this type of network. The RS485 is used commonly as a protocol for POS, industrial, telecom, computers, PLCs, microcontrollers and intelligent sensors in scientific and technical applications.

Key Facts About RS485

Key Facts About RS485 Industrial Network

Now, let us see some learning facts about RS485 network:

Multi Node architecture

Though RS485 is a serial protocol communication, it can work in a multi-node architecture and is specifically designed for that use. This means, suppose there is a master device and five slave devices, all having Modbus RTU port (RS485) embedded on it. All the devices can be connected in a daisy chain topology, for efficient communication.

Distance

Theoretically, it is said that the maximum distance between two nodes on the RS485 network can be 4000 feet. But practically, due to electric noise and other interferences, it is not achievable and the practical distance observed till date is 1000 feet.

So, to maximize the distance, a device called a repeater is used between the two nodes. It is a type of signal amplifier and boosts the Modbus signal. Due to this, the maximum distance can be extended between the two nodes.

Connecting Interface

The computers do not have RS485 ports on them. So, to interface the devices and check it’s connection and other data in the PC, converters are used. The most used converter is the serial-to-USB converter. The USB port can be directly connected to the PC and this allows for easy interfacing with RS485 devices.

Wiring

RS485 typically has two wires – A+ (data+) and A- (data-). Programmers generally relate to it as positive and negative wires. A third connection is also provided in the port usually, for earthing connection.

This helps to reduce noise interference in the signal. Positive end is connected to the positive end of the other port, and the negative end is connected to the negative end of the other port.

Type of connector

The connector which is used to connect to the Modbus port of RS485 are generally classified as – RJ45, screw terminal blocks, DB9, DB25 or any round-pin DIN connector. These are the most available and used connector standards for the RS485 network.

Network settings

When you are programming a Modbus device for the RS485 network, you need to configure the following parameters for connection – address of the device, baud rate, parity, stop bit and data length. After doing all these, you can then program the code for the connection inside PLC, and remember that two activities cannot happen simultaneously on Modbus protocol.

So for example, at one instance, you have to read the device and in the other, you have to write the device and so on. Means, you can do only one activity of either reading or writing at a time.

In this way, we saw some key facts about the RS-485 industrial network.

Read Next:

  • Difference Between RS232 and RS485 Networks
  • How Modbus is used in Industrial Networks?
  • Car Wash Program Functional Block Diagram
  • Seven Segment Display PLC STL Programming
  • Why different PLC Programming Languages?
Don't Miss Our Updates
Be the first to get exclusive content straight to your email.
We promise not to spam you. You can unsubscribe at any time.
Invalid email address
You've successfully subscribed !

Continue Reading

PLC Program with 2 Toggle Switches and 4 Motors
How a PLC do the Scaling for a Sensor ?
Concept of Interlocking in PLC
What is a Control Panel and its types?
DC Injection Braking in VFD
PLC Sequence Programming Ladder Logic
Share This Article
Facebook Whatsapp Whatsapp LinkedIn Copy Link
Share
Leave a Comment

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Stay Connected

128.3kFollowersLike
69.1kFollowersFollow
210kSubscribersSubscribe
38kFollowersFollow

Categories

Explore More

Main differences between Sinking and Sourcing Circuits
Difference Between Microcontroller and PLC
PLC based Automatic Bell System for a School
PLC System Site Acceptance Test (SAT)
Anti-static Wrist Straps in Industrial Automation
Ladder Logic for Stair-Case wiring using Toggle Switches
Free Mitsubishi PLC Online Training Course and Tutorials
Count and Pack Objects from Conveyor using PLC Ladder Logic

Keep Learning

What is Process Control ?

What is Process Control?

CODESYS open source PLC software

What is CODESYS? Why Do You Need to Learn it?

What we need to Know before Tune a PID Controller

What we need to Know before Tune a PID Controller ?

PID Controller Gains Effect on Setpoint

PID Controller Gains Effect on Manipulated Variable

Code Block Comparison

Compare Online and Offline PLC Programs

Control Loop

What is a Control Loop ?

Repeat Until Statement in SCL Language

Repeat Until Statement in SCL Language

Cyclic Interrupts TIA Portal

Configuring and Usage of Cyclic Interrupts TIA Portal (OB 30+)

Learn More

Voltage Variations Effects on Power Plant Equipment

Voltage Variations Effects on Power Plant Equipment

Latest Control Valves Interview Questions

Control Valve Interview Questions and Answers

ISA symbols for Process Instrumentation

ISA Codes & Symbols for Process Instrumentation

Analyzers Questions and Answers

Amino-Acid Analyzers Questions & Answers

Capacitor Principle

Capacitor

PLC Structured Text Program for Light Sequences via Timers

PLC Structured Text Program for Light Sequences via Timers

Applications of Variable Frequency Drive (VFD)

Working of Proximitor

Different Types of Turbine Protective Devices

Menu

  • About
  • Privacy Policy
  • Copyright

Quick Links

  • Learn PLC
  • Helping Hand
  • Part Time Job

YouTube Subscribe

Follow US
All rights reserved. Reproduction in whole or in part without written permission is prohibited.
Welcome Back!

Sign in to your account

Username or Email Address
Password

Lost your password?