Fieldbus replaced analog wiring
1 serial bus serves many devices. PROFIBUS DP and Modbus RTU remain in widespread use.
The previous chapter introduced OT networks and the protocols running on OT networks today. Those protocols evolved from serial fieldbus systems replacing analog wiring in the 1980s. Understanding fieldbus explains why Industrial Ethernet protocols work the way they do. Billions of dollars of fieldbus equipment remain in production.
Before fieldbus, every sensor and actuator required dedicated wiring back to the controller. A machine with 500 I/O points needed 500 pairs of wires. Fieldbus replaced the individual wiring with a single serial bus carrying data for many devices. Fieldbus reduced cabling cost and installation time dramatically.
PROFIBUS (Process Field Bus) is the most widely deployed fieldbus globally. Siemens developed PROFIBUS. The IEC standardizes PROFIBUS as IEC 61158 Type 3. PROFIBUS DP (Decentralized Periphery) is the most common variant. PROFIBUS DP delivers fast cyclic I/O exchange between a master (PLC) and slaves (I/O modules, drives, sensors).
| Parameter | Value |
|---|---|
| Physical layer | RS-485 (2-wire, differential) |
| Max speed | 12 Mbps |
| Max distance at 12 Mbps | 100 m |
| Max distance at 187.5 kbps | 1000 m |
| Max devices per segment | 32 (126 with repeaters) |
| Topology | Bus (linear) |
| Cycle time | 1 to 10 ms |
The master polls each slave in sequence. Slaves are unable to initiate communication. This master-slave architecture guarantees deterministic timing but limits flexibility.
PROFIBUS dominated European factory automation for 2 decades. In North America, a different protocol filled the same role.
Modbus RTU was developed by Modicon (now Schneider Electric) in 1979. Modbus RTU is the oldest and simplest industrial protocol still in widespread use.
| Parameter | Value |
|---|---|
| Physical layer | RS-232 or RS-485 |
| Speed | Up to 115.2 kbps |
| Max devices | 247 (RS-485) |
| Architecture | Master-slave |
Modbus defines 4 register types:
| Register Type | Address Range | Access |
|---|---|---|
| Coils (discrete outputs) | 00001 to 09999 | Read/Write |
| Discrete Inputs | 10001 to 19999 | Read only |
| Input Registers (16-bit) | 30001 to 39999 | Read only |
| Holding Registers (16-bit) | 40001 to 49999 | Read/Write |
DeviceNet was developed by Allen-Bradley (Rockwell Automation) in 1994. DeviceNet is based on CAN (Controller Area Network) and standardized as IEC 62026-3.
| Parameter | Value |
|---|---|
| Physical layer | CAN (ISO 11898) |
| Speed | 125, 250, or 500 kbps |
| Max devices | 64 |
| Power | Bus-powered (24 VDC) |
DeviceNet is common in North American manufacturing with Rockwell/Allen-Bradley PLCs.
The 3 fieldbus systems share the same fundamental limitations. These limitations drove the transition to Industrial Ethernet.
Fieldbus systems have fundamental limitations: low bandwidth (kbps versus Gbps for Ethernet), limited distance without repeaters, proprietary and incompatible standards, and no standard diagnostic tools.
Industrial Ethernet (PROFINET, EtherNet/IP) addresses these limitations. Fieldbus remains in use because of billions of dollars of installed equipment, proven reliability, and intrinsic safety certifications difficult to achieve with Ethernet.
Gateways (PROFIBUS-to-PROFINET, Modbus-to-EtherNet/IP) integrate fieldbus devices into Industrial Ethernet networks without replacing the field devices.
Fieldbus replaced analog wiring
1 serial bus serves many devices. PROFIBUS DP and Modbus RTU remain in widespread use.
Use gateways for integration
Gateways bridge fieldbus and Industrial Ethernet. Replace fieldbus only when a clear business case exists.
Fieldbus systems operate at the field level. The standards governing industrial network structure, substation communication, and time synchronization span multiple levels. The next chapter covers IEC 61850, IEC 62443, and IEEE 1588 PTP — the standards defining industrial network architecture.