CLIP modems — the legacy access you still meet in the field
9 min
CLIP in this context is the family of "Common Line Interface Protocol" modems — narrow-band copper-pair modems used to deliver low-bandwidth serial/IP services over the existing PSTN-grade copper plant. They're old. They're still everywhere in utility SCADA, railway signaling, and process-control installations from the 80s, 90s, and 2000s that nobody has had the budget (or the courage) to replace.
You won't deploy a brand-new CLIP modem in 2026. You will, repeatedly, be asked to troubleshoot or replace one in a substation, on a railway, or at a water treatment plant.
What CLIP actually does
A CLIP modem terminates a 2-wire or 4-wire copper pair on one side and presents a low-rate digital interface (typically RS-232, RS-485, V.24, sometimes 10BASE-T) on the other. It modulates digital bits onto the analog copper pair using techniques inherited from the dial-up era — FSK, QAM at modest constellations, 2B1Q (similar to ISDN BRI), etc.
| Property | Typical CLIP modem | |---|---| | Line rate | 9.6 kbps – 2 Mbps | | Reach | 5–20 km on dry pair, depending on rate | | Power | DC, often −48 V to match telecom plant | | Mounting | DIN rail or 19" sub-rack | | Interface to host | RS-232 / RS-485 / V.24 / sometimes Ethernet | | Latency | Often tens to hundreds of ms | | Common vendors | Schmid, Westermo (older lines), various German/Scandinavian niche brands |
Where you'll meet them
- Substation RTUs. A substation 8 km from the control center connects via a copper pair to a CLIP modem at each end. The protocol on top is usually IEC 60870-5-101 or DNP3 — both serial.
- Railway signaling. Old-block signaling and interlocking systems often use serial over CLIP-class copper modems.
- Water/gas SCADA. Pump stations and remote sensors in towns where the old PTT copper still works.
- Lift / fire / alarm legacy. Anything mission-critical and ancient.
What replaces them
Modern alternatives where budget allows:
- Cellular routers with private APN — quick to deploy, mediocre latency, monthly cost.
- SHDSL extenders (Westermo DDW225 et al) — uses the same copper, multi-Mbps, modern management.
- Fiber when feasible — best, expensive to install.
- MPLS pseudowire services if the operator already has reach to the site.
The job is usually "swap the CLIP modem for an SHDSL extender or a cellular router without changing the serial protocol the RTU is speaking." That means: same RS-232 baud rate, same parity, same handshake lines, just a different physical underlay.
Troubleshooting the things you will see
- No light, no link, no nothing. Power. Always check the −48 V plant first.
- Link up but no data. The serial parameters on the host side don't match the modem side. Baud rate, parity, stop bits, handshake. Get out a serial cable tester.
- Intermittent at certain times of day. Almost always the copper. Moisture in a junction box gets worse during temperature swings. Same with high-voltage induction near power lines.
- Worked yesterday, dead today. Cable cut, lightning strike (more common than you'd hope), or the modem's hidden flash got corrupted on a brownout.
When all you have is a multimeter and a serial cable tester, knowing the modem's expected line voltage and the protocol's expected idle-line signaling is half the battle.
What to remember
- CLIP modems are legacy serial-over-copper technology you maintain, not deploy new.
- Common in substations, railway signaling, SCADA.
- Replacement path: SHDSL extender (DDW225-class) for same copper, cellular for quick swaps, fiber for new installs.
- Troubleshoot from the physical layer up: power, cable, serial parameters, then logical.
- Document the serial parameters (baud / parity / handshake) when commissioning a replacement — the RTU at the far end won't tell you what it expects.