Skip to content

10.2 EtherNet/IP

The previous chapter covered PROFINET, the dominant Industrial Ethernet protocol in Europe. In North America, the equivalent is EtherNet/IP. Both solve the same problem (real-time I/O over Ethernet) but take fundamentally different approaches to transport.

Rockwell Automation needed an Industrial Ethernet protocol that worked with standard IP infrastructure. PROFINET RT bypasses IP, which means it cannot cross routers. EtherNet/IP uses standard TCP and UDP, making I/O traffic routable across IP networks. ODVA (Open DeviceNet Vendors Association) manages the specification. The IEC standardizes it as IEC 61158 Type 2.

EtherNet/IP is built on CIP (Common Industrial Protocol), the same application layer used by DeviceNet and ControlNet. CIP defines the object model, services, and data types. EtherNet/IP transports CIP over standard TCP/IP and UDP/IP.

An EDS (Electronic Data Sheet) describes an EtherNet/IP device’s capabilities and parameters, similar to PROFINET’s GSDML.

TypeTransportUseTiming
Explicit messagingTCP port 44818Configuration, diagnostics, parametersRequest-response
Implicit messaging (I/O)UDP port 2222Cyclic real-time I/O dataProducer sends at fixed rate

RPI (Requested Packet Interval) is the cycle time for implicit messaging. Typical values range from 2 to 10 ms. The producer sends data at the RPI rate without acknowledgment.

FeatureEtherNet/IPPROFINET RT
I/O transportUDP/IPEthernet Layer 2
RoutableYesNo
Cycle time2 to 10 ms1 to 10 ms
Standard bodyODVAPI
Primary marketNorth AmericaEurope, Asia

EtherNet/IP uses UDP/IP, so I/O traffic crosses IP routers. This is a significant advantage in large, multi-subnet installations. PROFINET RT achieves slightly lower cycle times by eliminating IP overhead.

EtherNet/IP I/O is routable

EtherNet/IP uses UDP/IP. I/O traffic crosses IP routers. PROFINET RT cannot.

Dominant in North America

EtherNet/IP is the standard with Rockwell/Allen-Bradley PLCs. PROFINET is the standard with Siemens PLCs.

Both PROFINET and EtherNet/IP provide fast I/O exchange, but neither guarantees zero packet loss during a failure. The next chapter covers HSR and PRP, the redundancy protocols that send every frame twice for zero-recovery-time failover in critical applications like IEC 61850 substations.

  • ODVA. (2022). EtherNet/IP Specification. ODVA Publication PUB00138.
  • IEC 61158-6-2 — Industrial communication networks: Type 2 elements (EtherNet/IP)
  • Rockwell Automation. (2021). EtherNet/IP Network Design and Planning Guide. Publication ENET-RM002.