lamaPlc: Industrial Ethernet (IE) Basic

Industrial Ethernet (IE) is the use of Ethernet in an industrial environment with protocols that provide determinism and real-time control. Protocols for industrial Ethernet include EtherCAT, EtherNet/IP, PROFINET, POWERLINK, SERCOS III, CC-Link IE, and Modbus TCP. Many industrial Ethernet protocols use a modified media access control (MAC) layer to provide low latency and determinism. Some microprocessors provide industrial Ethernet support.

Industrial Ethernet can also refer to the use of standard Ethernet protocols with rugged connectors and extended temperature switches in an industrial environment, for automation or process control. Components used in plant process areas must be designed to work in harsh environments of temperature extremes, humidity, and vibration that exceed the ranges for information technology equipment intended for installation in controlled environments. The use of fiber-optic Ethernet variants reduces the problems of electrical noise and provides electrical isolation.

Some industrial networks emphasized deterministic delivery of transmitted data, whereas Ethernet used collision detection which made transport time for individual data packets difficult to estimate with increasing network traffic. Typically, industrial uses of Ethernet employ full-duplex standards and other methods so that collisions do not unacceptably influence transmission times.

Power over Ethernet

Power over Ethernet (PoE) refers to the ability to transfer both data and power within an individual Ethernet cable. Standards have been established by the IEEE, specifically 802.3af and 802.3at, which detail the minimum category cable, how power should be delivered, and limits in terms of watts. Many applications have been established in the commercial world (VoIP, surveillance cameras, access control devices, etc.), and are making headway into the industrial environment as well.

Cabeling

Industrial Ethernet cable does have a similar color code to commercial Ethernet (ANSI/TIA 568-C.2). The tables below illustrate the typical color codes used for industrial Ethernet applications.

Pair assignmentSignal nameTwo pair color code
Pair 1TX+White/Orange
Pair 1TX-Orange
Pair 2RX+White/Green
Pair 2RX-Green
Pair assignmentSignal nameFour pair color code
Pair 1NAWhite/Blue
Pair 1NABlue
Pair 2TX+White/Orange
Pair 2TX-Orange
Pair 3RX+White/Green
Pair 3RX-Green
Pair 4NAWhite/Brown
Pair 4NABrown

Ethernet Categories

Ethernet cables are referred to as category cables, because they are classified into specific categories of performance. The table below lists several common category cables and their associated frequency, speed, and number of pairs. Note, CAT 5e is available as either a 2-pair or 4-pair cable, but all 4-pairs are needed to achieve the 1000 Mbps speed; only 2-pairs are needed to achieve 100 Mbps.

Ethernet Categories

CategoryFrequencySpeedPairs
Cat 5100 MHz100 Mbps2-4
Cat 5e100 MHz1000 Mbps2-4
Cat 6250 MHz1000 Mbps4
Cat 6a500 MHz10 Gbps4
Cat 7600 MHz10 Gbps4

Special IE protocolls

Profinet

See: Profinet

RSTP

Rapid Spanning Tree Protocol (RSTP: IEEE 802.1w) is a network protocol that is an advancement over STP - Spanning Tree Protocol (STP: IEEE802.1D) that promotes high availability and “loop-free” topology within Ethernet networks.

A primary advantage to RSTP networks is that they offer high availability when compared to traditional daisy chain topology. When a network failure does occur, devices are able to continue communicating across the network as data can be rerouted around the failure. Critical systems depend on a high level of resiliency to faults and hardware failures and RSTP provides a key improvement over traditional network architectures by minimizing downtime.

RSTP prevents network loops when using multiple switches by blocking redundant paths on a network. In essence, the protocol is a set of rules by which switches on the network determine the most efficient way to send broadcasts across the network by establishing a “root bridge” and blocking specific ports with the purpose of preventing network loops.

RSTP

RSTP, along with its predecessor STP, was developed for the purpose of preventing detrimental loops within a network.

RSTP prevents network loops by blocking redundant ports. A blocked port will still receive data, but will not send that data out to other devices on the network. This ensures that switches will receive only a single copy of a packet. If any of the active paths fail, one of the blocked ports will be used. The port that is selected depends on the topology of the configuration.

RSTP is an improvement over STP (Spanning Tree Protocol) mainly due to its reduction in convergence time – that is, the time it takes all switches on a network to reach a state of convergence, or agreement, on the topology of the network. In STP, there is substantial convergence time whenever there is a topology change or failure in the network, which typically lasts for 40-50 seconds. RSTP reduces the convergence time significantly down to around 5-10 seconds.

Fortunately, many modern switches on the market automatically enable RSTP by default. Further, for networking environments with a mix of older and newer equipment, it is important to note that RSTP is backward compatible with the older STP standard.

  • RSTP default port: 554
  • STP default port: 128

Sources