daisy chain
A thing resembling a daisy chain (noun sense 1) in having several elements connected together, often in a circle.
Daisy chain: devices linked in series, one feeding the next
In electrical engineering, a daisy chain is a series connection in which multiple devices or circuits are linked end-to-end, with the output of one unit serving as the input to the next. The chain can close back on itself (forming a loop) or terminate at a final endpoint. This configuration is common in digital systems, audio routing, power distribution, and data networks where sequential processing or synchronized control is required.
The name derives from the children's craft of linking daisy flowers by their stems; each flower connects only to its neighbors, forming a continuous strand. Electrically, this means minimal wiring overhead compared to individual point-to-point connections, though it introduces a critical weakness: if any link in the chain fails or disconnects, everything downstream stops functioning. For this reason, daisy chaining is best suited to applications where reliability of individual segments can be controlled or where partial loss is acceptable.
Common industrial examples include SCSI device chains (now largely obsolete), where up to 15 devices could be connected to a single adapter through a shared bus; DMX512 lighting control, where fixtures are daisy-chained to distribute digital dimmer commands; and analog audio studios, where effects processors or amplifiers are linked via send and return loops. USB hubs also operate on a daisy-chain principle, though modern implementations have largely moved to star topologies for bandwidth reasons.
Practical constraints
Daisy chains work best at lower data rates or with simple synchronization signals. As speed or complexity increases, signal degradation becomes problematic: reflections accumulate, timing skew grows between the first and last devices, and terminated impedance matching becomes critical. Industrial installations often specify maximum chain lengths and types of connectors to prevent signal loss or crosstalk. Shielded twisted-pair cabling is standard where RF interference is a concern.Troubleshooting a failed daisy chain requires systematic isolation, usually by removing devices one at a time from the end of the chain until function returns. Because the failure point may not be immediately obvious, documentation of device order and proper labeling of connectors are essential in maintenance work. Modern designs increasingly favor switchable or star topologies where each device communicates independently, trading wiring complexity for reliability and fault isolation.