LanguageEnglishDeutsch
Industrial electronics

multidrop

Of a computer bus, having all components connected to the same set of electrical wires, each component listening for its own data and negotiating with the others in order to send.

multidrop: shared wires, many listeners, one at a time

A multidrop bus connects multiple devices (typically 8 to 32 nodes) to a single pair or set of twisted copper pairs, rather than running separate point-to-point links between each device. Every device monitors the same signal line continuously, picks out frames addressed to itself, and waits its turn to transmit. This topology saves cable and connector cost, which is why it dominated factory floors and older instrumentation networks.

Common implementations include RS-485 differential signaling, which tolerates longer cable runs and industrial noise better than single-ended systems. A multidrop RS-485 network can stretch 1200 meters at low baud rates (9600 bits per second) or 40 meters at high speeds (115,200 baud). Each node requires a transceiver chip to drive and sense the bus; most designs add a resistive terminator (120 ohms typical) at each end to suppress reflections. Nodes must implement collision avoidance through master-slave polling or token-passing protocols, since two devices cannot transmit simultaneously on the same wires.

Why it still matters in older systems

Multidrop buses appear in serial device networks, process control loops, variable frequency drives, and old programmable logic controller (PLC) I/O subsystems. They require less copper than equivalent parallel architectures and fit naturally into retrofit installations where all sensors and actuators are already clustered near a single controller. The downside is latency: accessing many devices serially takes longer than querying them in parallel, and failure in the bus termination or a shorted node can silence the entire network.

Modern Ethernet and fieldbuses have largely replaced multidrop RS-485 in new equipment, but thousands of legacy industrial systems still depend on it. Diagnostics are harder because a single faulty terminator, unterminated stub cable, or loose connector can cause intermittent data loss across all nodes. Many technicians prefer multidrop networks for their electrical simplicity and repairability, even when speed is not critical.

More from Industrial electronics

See all

Get the Word of the Day

One industrial term every day, with the trade it belongs to and why it is worth knowing. No advertising.