Basics of Industrial Communication Networks - InstrumentationTools (2023)

Communication networks may be used in control systems to pass data between field devices and PLCs, between different PLCs, or between PLCs and personal computers used for operator interface, data processing and storage, or management information.

Although a communications circuit can involve only two pieces of equipment with a circuit between them, the term network typically refers to connecting many devices together to permit the sharing of data between devices over a single (or redundant) circuits.

Data is transmitted over a network using serial communication, in which words of data called bytes consisting of individual logical zeros and ones (bits) are transmitted sequentially from one device to another.

The collection of data in a single transmission is often called a packet. The rate at which data can be transmitted over a network is defined in bits-per-second or bps, but typically expressed in thousands (Kbps) or millions (Mbps).

Industrial Communication Networks

In large SCADA systems, there is usually a communications network of some type connecting the individual PLCs to the operator interface equipment at the central control room.

There may also be networks used at lower levels in the control system architecture, for communications between different PLCs in the same subsystem or industrial facility, as well as for communications between field devices and individual PLCs.

The below figure shows the various levels of network communications in a typical large SCADA system.

Basics of Industrial Communication Networks - InstrumentationTools (1)

Although not widely applied to SCADA systems, two terms that are commonly used with respect to management information systems communication are local area network (LAN) and wide area network (WAN). A LAN consists of all of the devices, typically PCs and servers within a particular industrial facility or site.

A WAN is created by providing a connection between LANs, typically over a long geographic distance using telecommunications industrial facilities. Large SCADA systems may be required to interface to LANs or WANs to provide data transfer to management information systems or to permit internet access to SCADA system data.

Physical media

All communications networks utilize one of two media to transmit data signals between devices: Electrical conductors such as copper wire or optical conductors such as fiber optic cable (wireless communication via radio or microwave radiation does not require an intervening medium).

The point on a device at which the circuit is connected is referred to as a communications port; the physical and electrical characteristics of the communications port must match the media to be used for the network.

Copper Cables

Copper media will support either point-to-point or tapped network configurations. Copper-based networks may be used between devices and PLCs or between PLCs, but should not be installed over long distances, or across an industrial facility boundary. All copper network cables should be of shielded construction.

For copper-based networks, three basic types of copper conductors are used.

Shielded Twisted pair (STP)

Shielded twisted pair (STP), in which individual pairs of insulated conductors are twisted together to reduce inductively coupled interference and covered with a continuous metallic foil shield to reduce capacitively coupled interference.

Individual pairs or multiple pairs are then assembled into a cable within an overall jacket that provides environmental protection.

Unshielded Twisted pair (UTP)

Unshielded twisted pair (UTP), have individual pairs of insulated conductors that are twisted together to reduce inductively coupled interference.

(Video) What is Fieldbus? | Basics and Levels of Hierarchy

Individual pairs or multiple pairs are then assembled into a cable with an overall jacket to provide environmental protection.

Coaxial cable (COAX)

Coaxial cable (COAX) has a single conductor that is surrounded by an annular layer of dielectric material that is then covered with a metallic braided shield and then an overall jacket.

Configurations are available with multiple coaxial cables within a common overall jacket; these are often referred to as twin-ax (2 cables) or tri-ax (3 cables). Coaxial cable construction is inherently shielded.

Fiber-based Networks

In fiber-based networks, optical fibers transmit data in the form of pulses of light, which are produced by a light-emitting diode (LED) or laser transmitter and detected by a photodiode or phototransistor receiver at the other end of the fiber.

In addition to these photoelectric components, fiber optic transceivers contain the circuitry required to convert electronic data into pulses of light and the reverse. Each optical fiber consists of a glass fiber core with another layer of glass over the core called cladding.

The core and cladding have different indexes of refraction, causing light waves that enter the core to be continuously reflected from the interface and not dispersed outside the core.

Cable sizes are typically defined by the outside diameters of the core and cladding in microns, such as 62.5/125. Optical fiber is available in two types:

Single Mode Fiber

Single Mode Fiber, consisting of a single core strand having a single transmission path, provides very high data transmission rates over long distances, but is costly.

This type of cable is used for long-distance telecommunications and video applications.

Multi-Mode Fiber

Multi-Mode Fiber, consisting of multiple core strands, provides multiple signal paths which result in some distortion of the signal and is therefore restricted to shorter lengths, but is more economical.

This is the type of cable commonly used in SCADA system and data processing networks.

SCADA Networks

SCADA networks operating between industrial facilities on large sites, over long distances, or outside of the industrial facility, the shield should be fiber-based.

Fiber-based networks have some significant advantages for SCADA application, including the following.

  1. They provide very high signal quality.
  2. As no electric voltage or current is used, they are completely free of RFI and EMI interference.
  3. When used over long distances or between buildings they eliminate problems with ground potential differences, ground loops, and transient voltages.
  4. They provide enhanced security since point-to-point communications cannot be tapped or daisy-chained.

Industry standards for communications media define both the physical and electrical (or optical) characteristics of both the conductors and the connectors used to mate them to communications ports.

Some common network conductor physical standards and their characteristics are listed in the below the table.

Basics of Industrial Communication Networks - InstrumentationTools (2)

Table 1. Common network communication media

(Video) What is Basic Process Control System? - BPCS | Industrial Automation

Communication Protocols

Communication protocols define the “rules” by which devices on a network are able to communicate. They define the structure of data packets that are transmitted on the network as well as other necessary information such as how individual devices are uniquely addressed, what signals the beginning and end of a data message, and how each message is checked for transmission errors by the receiving device. A particular communication protocol may be implemented using more than one type of physical media.

For example, Ethernet may operate on UTP, coaxial cable or fiber, but the data structure is the same on any of these media. The protocol used may impose limitations on the media such as maximum data transmission rate (Mbps) or maximum circuit length between devices.

Protocols

Protocols may be either proprietary or open. Proprietary protocols are those developed by vendors for use with their own systems and for which application information is not made publicly available for use by other vendors.

Open protocols are those for which all application information is in the public domain, permitting any vendor to develop devices and software that can use the protocol.

Most of the open protocols used today originated with specific vendors. However, they have been made accessible by those vendors to increase the number of devices that are compatible with their systems, making them more marketable.

Table 2 shows common open network communication protocols.

SCADA Systems

SCADA systems for industrial facilities should use open protocols for a number of reasons:

  1. There is substantial published data regarding their reliability and performance characteristics.
  2. Technical support is available from multiple sources.
  3. There are larger numbers of competing compatible devices to select from.
  4. Systems may be modified or expanded without requiring sole-source proprietary contracts.
Basics of Industrial Communication Networks - InstrumentationTools (3)

Table 2. Common open network communication protocols

Network Topologies

Commonly used network topologies include star, ring and tapped configurations. A logical network is defined as a group of interconnected devices that are communicating together with the same protocol.

Different logical networks may be interconnected by using protocol converters or translators.

Star Topology

In a star topology, each device on the network is connected to a central hub by a single communications circuit, as shown in the below figure. The hub performs the function of passing messages between devices.

Types of devices that may serve as the hub of a star network include repeaters, switches, and routers.

Basics of Industrial Communication Networks - InstrumentationTools (4)

The most common example of this topology is the Ethernet LAN used to interconnect all of the personal computers within an office environment. In this case, a dedicated cable is routed from the Ethernet port on each PC back to a switch or router somewhere in the office building.

In a star network, loss of a single communication circuit affects only the single device at the end of that circuit, although the loss of a hub device obviously affects the entire network. The star network has the highest installation cost per device.

Ring Topology

In a ring topology, two communication ports are provided on each device and the network circuit makes a loop through all of the devices, with an open point, as shown in the below figure.

(Video) Learn PLC Programming in 7 Hours - Allen Bradley PLC Training Course

Basics of Industrial Communication Networks - InstrumentationTools (5)

Two-way communication allows messages to pass in either direction along the network. Messages must be passed through the communication ports of each device on the network, making it vulnerable to a break if a single device fails or is removed.

If a means is provided to bridge the open point on the failure of a particular device or circuit segment, this configuration can have high reliability at a relatively low cost.

Multi-drop Topology

In a tapped (or multi-drop) network the communications circuit is tapped to be connected to each device so that the communication ports of the various devices are effectively electrically in parallel. Tapped connections are applicable only to copper-based media; fiber-optic circuits are limited to point-to-point operation.

The configuration in the figure below typically represents the lowest installed cost per device.

Basics of Industrial Communication Networks - InstrumentationTools (6)

This configuration is commonly used for field device communications; a common example is a fire detection system with addressable devices, in which a UTP network is T-tapped at each device.

Network Redundancy

The need for network redundancy in a SCADA system is dependent on the robustness and vulnerabilities of the type of network used as well as the criticality of the control or reporting functions that rely on the network.

In a system where the network serves only to pass management information reporting or trending of data to a central location, and all automatic control and operator interface functions are fully present with the network out of service, a non-redundant configuration is acceptable.

If a network serves only a single redundant component of a system, such as the point-to-point communication circuit between a generator PLC located in the control room and the local engine control panel, network redundancy is also not required.

Any network, however, that is required for system operation, or whose failure could affect multiple redundant sub-systems or components, must be redundant. For example, a communications network used to pass information (such as generator start signals) between all of the generator PLCs and the system master PLC must provide redundancy.

Star or a Tapped Network with Redundancy

In either a star or a tapped network, redundancy requires complete duplication of the network, including communication ports at each device, communication circuits, and the hub equipment.

The below Figure presents an example of a fully redundant network configuration. In this configuration, one network serves as the primary with all devices using it for communication. If any (or all devices) sense loss of communications with the primary network, they automatically transfer to the backup network.

Basics of Industrial Communication Networks - InstrumentationTools (7)

This provides protection both against loss of the entire primary network and loss of an individual device connection. A bridge is required between the two networks to allow a device that has transferred to the backup network to communicate to those remaining on the primary network.

An advantage of this configuration is that each device requires only a single address, as it only communicates with one network at a time.

Ring Network

The reliability of a ring network can be increased by providing an automatic switching device at the open point. The switching device periodically polls the other devices on the network and detects an open point due to device or communication circuit failure by the lack of response from particular devices.

(Video) Control System Network Segmentation Data Flow - Cybersecurity Training

The switch is then automatically closed, restoring communications between all devices. This is referred to as a “self-healing” ring as shown in the below figure.

Basics of Industrial Communication Networks - InstrumentationTools (8)

This provides a network that is more reliable than any of the non-redundant configurations, at less cost than a fully redundant configuration, and maybe acceptable for facilities with lower RAM criteria.

Network Speed

The speed at which information can be transmitted on a communications network depends upon the protocol, the physical media, the number of devices on the network and the level of message traffic.

Traditionally, the networks associated with SCADA systems have provided adequate speed for alarm and status reporting and operator control but were not fast enough for critical functions like protective relay tripping or under frequency load shedding.

Advances in electrical utility substation automation have led to the testing and qualification of some network systems to speeds adequate for protective relay trip functions (4 milliseconds) under specified traffic levels.

However, before considering a SCADA system that relies upon the network for critical control and protection functions, the user must verify that the hardware and software to be used has been tested and demonstrated the required speed under worst-case traffic conditions.

Reference : This material adapted from the “Department of the Army, TM 5-601, Supervisory Control and Data Acquisition (SCADA) Systems for Command, Control, Communications, Computer, Intelligence, Surveillance, and Reconnaissance (C4ISR) Facilities, 21 January 2006.”

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 Cascade Control?

Capacitive Coupling Effects

How to Avoid Bad Grounds?

What is Energy System?

Basics of Switch or Transmitter

(Video) Introduction to Control System - Industrial Automation - Instrumentation

FAQs

What are the basics of industrial networking? ›

In an industrial setting there are four basic levels of networking. These levels are: informational, control, device, and safety [1]. Each level has unique requirements that affect which network is used for that particular level. The informational level is where a traditional network such as standard Ethernet is used.

What are industrial communication networks? ›

On the other hand, industrial communication network is a special type of network made to handle real-time control and data integrity in harsh environments over large installations. The examples of industrial communication networks include Ethernet, DeviceNet, Modbus, ControlNet, and so on.

What are the different types of industrial communication network? ›

The common types of industrial network architectures include sensor networks, control networks, safety buses and fieldbus networks. Sensor networks are the most basic network architectures and are also the cheapest. They are used to record and monitor different physical and environment conditions.

What are the 3 basic types of network? ›

LAN (Local Area Network) MAN (Metropolitan Area Network) WAN (Wide Area Network)

What are the 4 types of communication network? ›

Communication Network Types and Examples
  • All-Channel Network.
  • Chain Network.
  • Wheel Network.
  • Circle Network.
Jul 3, 2022

What are the communication networks for PLC? ›

The vast majority of PLC communications is done via RS232C and twisted pair cables. Most PLCs have an RS232 port and are capable of handling communications with host computers, printers, terminals, and other devices. Maximum transmission speed is 19.2 Kbps.

What are three examples of network industries? ›

Examples include telephones, fax machines, electronic mail, and online auctions. In these “pure” network industries, there is virtually no value for the product in the absence of other consumers, and the value of the product increases exponentially with the number of fellow users of the product.

What are the two types of communication network? ›

Communication networks may be formal or informal. Formal Communication Network – A formal communication network is one which is created by management and described with the help of an organizational chart.

What are the 5 components of a network? ›

A network has 5 basic components viz. clients, servers, channels, interface devices and operating systems.

What is the 5 4 3 rule of network design? ›

It means that in a collision domain there should be at most 5 segments tied together with 4 repeaters, with up to 3 mixing segments (10BASE5, 10BASE2, or 10BASE-FP).

What are the eight 8 famously used network management tools? ›

The best Network Management/Monitoring tools
  • SolarWinds Network Performance Monitor – FREE TRIAL. SolarWinds NPM Summary. ...
  • Datadog Network Monitoring – FREE TRIAL. ...
  • ManageEngine OpManager – FREE TRIAL. ...
  • Atera – FREE TRIAL. ...
  • OpenNMS Horizon. ...
  • Progress WhatsUp Gold. ...
  • Fortra Intermapper. ...
  • AppNeta Performance Monitor.

What are the six 6 basic network security measures? ›

Here are six essential measures needed to keep your network safe.
  • Keep Informed. ...
  • Educate Your Team. ...
  • Know Avenues of Attack and Preempt Them. ...
  • Install Antivirus and Other Security Programs. ...
  • Make Sure Your System is Physically Secure. ...
  • Test Your Security. ...
  • About the Author.
Jun 13, 2016

What are the 7 pieces of network hardware? ›

Router, Network cards, Cable, Hub, Bridge, Switch, Modem. There are seven main devices that are used to build a network.

How does IP works? ›

Your IP address is assigned to your device by your ISP. Your internet activity goes through the ISP, and they route it back to you, using your IP address. Since they are giving you access to the internet, it is their role to assign an IP address to your device. However, your IP address can change.

What are the two most common types of networks? ›

Two basic network types are local-area networks (LANs) and wide-area networks (WANs). LANs connect computers and peripheral devices in a limited physical area, such as a business office, laboratory, or college campus, by means of links (wires, Ethernet cables, fibre optics, Wi-Fi) that transmit data rapidly.

What are the 4 major components of all communication channels? ›

Effective communication leads to understanding. The communication process is made up of four key components. Those components include encoding, medium of transmission, decoding, and feedback.

What are the six categories of communication channel? ›

Six Examples of Communication Channels
  • Face-to-Face Communication. No surprises here. ...
  • Video Conferencing. The next most effective communication channel around, video conferencing, retains your ability to read facial expressions while increasing flexibility. ...
  • Phone Calls. ...
  • Emails. ...
  • Text Messages. ...
  • Online Messaging platforms.

What are the components of communication networks? ›

These are sender, receiver, communication medium, the message to be communicated, and certain rules called protocols to be followed during communication. The communication media is also called transmission media. Figure 11.2 shows the role of these five components in data communication.

What are the five programs used in PLC? ›

The 5 most popular types of PLC Programming Languages are:
  • Ladder Diagram (LD)
  • Sequential Function Charts (SFC)
  • Function Block Diagram (FBD)
  • Structured Text (ST)
  • Instruction List (IL)
Nov 26, 2018

What are 4 PLC programming languages? ›

The five most popular PLC Programming Languages are Ladder Logic, Structured Text, Function Block Diagrams, Sequential Flow Charts and Instruction Lists. These methods of programming are available on most platforms.

What is an industrial data network called? ›

Industrial networks used in enterprises are known as enterprise networks or corporate networks. They include LANs and WANs to transfer data between various systems in the same building. Ethernet is an example.

What is the concept of communication network? ›

communication network, the structure and flow of communication and information between individuals within a group.

What are the two main network protocols? ›

Two of the most common types of network management protocols include Simple Network Management Protocol (SNMP) and Internet Control Message Protocol (ICMP).

What are the chains of communication? ›

Therefore we define the communication chain as the connection(s) between a talker and a listener via an auditory, a visual and/or an electric channel .

What are basic networking concepts? ›

Data Link layer. Multiple Access Protocols in Computer Network. P2P(Peer To Peer) File Sharing. Framing in Data Link Layer. LAN Technologies | ETHERNET.

What are the five key aspects of networking? ›

A network has 5 basic components viz. clients, servers, channels, interface devices and operating systems.

What is an example of industry networking? ›

Examples of professional networking

Joining industry associations or clubs. Getting involved in networking events, expos, conferences or careers fairs. Connecting with and reaching out to relevant professionals on LinkedIn. Meeting recruiters.

What are the 4 types of networks? ›

Below mentioned are different types of networks:
  • PAN (Personal Area Network)
  • LAN (Local Area Network)
  • MAN (Metropolitan Area Network)
  • WAN (Wide Area Network)
Aug 5, 2022

What are the 3 forms of networking? ›

3 types of networking all successful people must master
  • Operational networking. Operational networking is about building relationships inside your company to get work done. ...
  • Personal networking. ...
  • Strategic networking.
Jun 2, 2022

What are the 7 characteristics of a network? ›

Basic characteristics of a Computer Network
  • Security. Security is one of the most essential characteristics of a computer network. ...
  • Reliability. ...
  • Scalability. ...
  • Flow of Data. ...
  • High performance. ...
  • Fault tolerance. ...
  • Quality of Service (QoS) ...
  • What are the characteristics of the physical layer?

What are five strategies for effective networking? ›

List of networking strategies
  • Join a networking group. Networking groups help members from many industries and professions meet one another and exchange helpful information. ...
  • Grow a database of professional contacts. ...
  • Attend conventions and conferences. ...
  • Set up informational interviews.
Jun 24, 2022

How do you build strong networking skills? ›

10 ways to boost your networking skills
  1. Building relationships. ...
  2. Keeping in contact. ...
  3. Leverage on influential connections. ...
  4. Staying positive. ...
  5. Improve your emailing skills. ...
  6. Go in with no expectations. ...
  7. Focus your efforts. ...
  8. Work on your communication skills.

What are three examples of where you can go to network with other industry professionals? ›

Best places to network
  • Professional associations. There are many benefits to joining professional associations. ...
  • Job fairs. ...
  • Public speaking events. ...
  • Alumni events. ...
  • Networking events. ...
  • Professional development classes. ...
  • Professional conferences. ...
  • Civic organizations.
Feb 16, 2023

Videos

1. Difference between OT and IT Networks - Industrial Systems
(Instrumentation Tools)
2. Industrial Control System - Operational and Information Technology
(Instrumentation Tools)
3. Components to Secure - Industrial Control System Protection
(Instrumentation Tools)
4. Instrumentation Calibration - [An Introduction]
(Instrumentation & Control)
5. Network Segmentation - Industrial Cyber Security Tutorials
(Instrumentation Tools)
6. SCADA Tutorial 1 - What is SCADA? | Online Free SCADA Course
(Instrumentation Tools)
Top Articles
Latest Posts
Article information

Author: Trent Wehner

Last Updated: 03/22/2023

Views: 6431

Rating: 4.6 / 5 (76 voted)

Reviews: 83% of readers found this page helpful

Author information

Name: Trent Wehner

Birthday: 1993-03-14

Address: 872 Kevin Squares, New Codyville, AK 01785-0416

Phone: +18698800304764

Job: Senior Farming Developer

Hobby: Paintball, Calligraphy, Hunting, Flying disc, Lapidary, Rafting, Inline skating

Introduction: My name is Trent Wehner, I am a talented, brainy, zealous, light, funny, gleaming, attractive person who loves writing and wants to share my knowledge and understanding with you.