EtherNet - IP Basics
EtherNet - IP Basics
EtherNet - IP Basics
Principles of
EtherNet/IP
Communication
1
Contents
Introduction ......................................................................................................................3
2
Introduction
The Common Industrial Protocol, also known as CIP, is an application layer protocol that provides
connection between industrial devices across multiple networks. CIP protocol is the common
application layer across EtherNet/IP, CompoNet, DeviceNet, and ControlNet. CIP gives the user
the ability to transport control oriented data associated with I/O devices and other information such
as configuration parameters and diagnostics.
CIP uses object modeling to describe the structure, operation and functionality of devices. A CIP
node is described by a collection of objects and device profiles that define common interfaces and
behaviors. Most objects are common across all supported networks. Objects divide the
functionality of a device into logically related subsets. These objects interact to provide a basic
product behavior.
3
Application
Objects
Identity
Object Assembly
Object
Link Message
Object Router
EtherNet/IP is the implementation of CIP protocol over standard Ethernet. EtherNet/IP defines the
encapsulation protocol used to structure the CIP data found in the TCP Data field. All
encapsulated TCP or UDP messages are sent to port 0xAF12. The encapsulation message
consists of two parts:
Encapsulation Header
Encapsulation Data
Header is 58 bytes
Ethernet IP Header TCP Header TCP Data
The encapsulation protocol defines the communications relationship between two nodes as a
Session. A session is similar to a connection. It sets up the TCP resources, i.e. “opens a socket”.
Once a session is opened, it remains open until:
The target or originator closes the TCP resources
The TCP resources breaks down, i.e. reaching the limit for TCP connections
Either one of nodes closes the session
4
Producer/Consumer Model
The EtherNet/IP protocol uses the producer/consumer architecture for I/O data transfer.
Producers are the field devices that generate data onto the network. Generally, Producers
generate data at a pre-established rate, without requiring a request to be issued each time.
Producers are equivalent to Servers in a Modbus environment. This pre-established rate is
referred to as RPI, Request Packet Interval. The RPI is a configurable parameter and part
of the module’s configuration.
Consumers are the devices on the network that make use of the data generated by
Producer devices. These devices establish the rules for the data to be generated by other
devices. If necessary the Consumers will write any required output data to the Producers
at the same RPI rate. Consumers are equivalent to Clients in a Modbus environment.
Any device may act as a Producer, a Consumer or both, depending on the device’s
capabilities.
Consumer/
Originator
Producer/Target
Producer/
Target
Producer/
Target
5
When talking about I/O Data exchange you may also hear terminology such as originator or target
devices.
Originators are devices that initiate any data exchange with other devices on the network.
This applies to both I/O communications and service messaging. This is the equivalent of
the role of a Client in a Modbus network.
Targets are the devices that address any data requests generated by Originators. This
applies to both I/O communications and service messaging. This is the equivalent of the
role of a Server in a Modbus network.
Some Consumer devices are capable of assuming the role of a producer. Schneider Electric’s
implementation of peer to peer communication makes use of this feature. In order to synchronize
data from one PLC system to another, the EtherNet/IP module in the PLC rack will assume a role
of a Target device simultaneously to their role as an Originator.
Consumer &
Producer Consumer
Producers
6
EtherNet/IP Messaging Types
EtherNet/IP defines two types of messaging types, Implicit, and Explicit Messaging.
Data Link
Physical IEEE 802.3 Ethernet
Implicit messaging is used for I/O data exchange. It is based on UDP protocol for faster delivery
and optimized performance, due to its low overhead and resource consumption. The EtherNet/IP
communication module on the PLC is the Originator and requests data from the Target devices.
The Originator dictates the RPI, rate at which it wants to exchange the data with each Target
device in its configuration; using a specific EtherNet/IP command called Forward Open.
Once the Target devices acknowledge the connection they will start producing the requested data
at the rate indicated by the Originator. If required, the Originator will also start writing any data onto
the Target devices at the same rate.
Message construction:
o The initial communication from the Originator to the Target is a Unicast* TCP message.
o The data produced by the Target devices are Multicast** UDP messages, unless the
user configures them differently.
o The “write” commands from the Originator to the Target are Unicast TCP messages.
As mentioned Implicit messaging is used when I/O data must be exchanged at a constant rate.
Such as:
Scanning various IO modules
Updating a variable speed drive
Reading input data on sensors
7
As an example, a Consumer is requesting data to be provided to it every 20ms. After a successful
Forward Open message the Producer will publish its data to a multicast address every 20ms. The
Consumer is a subscriber to that multicast address and it is able to obtain the required information.
At the same time the Consumer will update the Producer’s output data at the same rate of 20ms
but using a TCP Unicast message.
Consumer Producer
Forward Open
TCP Unicast Msg
RPI: 20 ms
Explicit messaging is used for exchange of non-cyclic and non-time critical data between
devices in the EtherNet/IP network. Explicit messages are TCP/IP based messages where the
EtherNet/IP module sends a request to the Target device and the Target device responds to that
request. Explicit messages are TCP base messages.
Message construction:
o The initial request from the Originator to the Target is a Unicast TCP message.
o The responses from the Target to the Originator are also Unicast TCP messages
Explicit messages are typically used to obtain information from the target devices. Some of the
services include:
Get_attribute_single
Reset
Start
Stop
8
Real Time Data Exchanges
The following are the most typical forms of data exchanges found on an EtherNet/IP network.
Note: T = Target; O = Originator
Comm.
Function Packet type Direction
Type
Configuration
TCP OT Unicast
i.e. Parameter, RPI
UDP T O Multicast
Implicit Messaging
TCP OT Unicast
b) PLC to PLC
Comm.
Function Packet type Direction
Type
UDP T O Multicast
Implicit Messaging
TCP OT Unicast
C) HMI
Comm.
Function Packet type Direction
Type
Explicit Messaging TCP T O Unicast
c) SCADA
Comm.
Function Packet type Direction
Type
Explicit Messaging TCP T O Unicast
9
Typical Network Implementation
The following is an example of a typical EtherNet/IP network.
PLC: Schneider Electric Quantum
Network modules: Schneider Electric 140 NOC 771 00 EtherNet/IP network modules
○ Module Capacity: 7500 packets per second maximum (for Implicit and Explicit
messaging)
60 Target EtherNet/IP Devices being scanned by the network module
Network transmission rate: 100 Megabits per second (Mb/sec)
Network parameters
I/O communications should not exceed 90% of the EtherNet/IP module’s I/O capacity
On average, each packet contains 58 bytes of I/O module specific data, leading to a
total packet size of 100 bytes
Network load
I/O impact - On average, a typical Ethernet implementation will consume less than 6% of bandwidth to
support I/O communications.
In this case, the maximum load of the module is known and the RPI must be determined: (number
of packets per connection) x (number of connections) /Load = RPI
(2 x 60)/6750 = 0.018 seconds or RPI = 18 ms
The above load impact is on a link with most traffic, which is the connection between the switch
and the Originator. The traffic on the link to the Target devices will be fraction of that load.
Approximately, the load on each of the Target’s link will be around 0.09%.
10
Total of 60
Target
devices
11
> Make the most of your energy
35, rue Joseph Monier Due to possible changes in standards and equipment, the features described in this document
F-92500 Rueil-Malmaison in the form of text and images are subject to confirmation by Schneider Electric.
FRANCE Whitepaper by Nazie Champey
Tél. : +33 (0) 1 41 29 70 00 Design: Schneider Electric
www.schneider-electric.com
12