Back to all FAQs

question

What's the most frustrating 'legacy system integration' story you've experienced when trying to connect a 1990s PLC to modern IIoT platforms, and what workaround actually worked?

answer

Oh man, I've got a classic one that still gives me nightmares! I was working with a 1990s Rockwell SLC 5/05 PLC that was controlling a critical production line. The plant manager wanted real-time data on a modern IIoT dashboard, but this old beast only spoke DH+ protocol - no Ethernet, no modern communication options at all.

The most frustrating part? The PLC would randomly stop responding during data polling, causing the entire IIoT system to think the production line had stopped. We'd get false alarms at 2 AM, and when we'd check, the line was running perfectly - the PLC just decided to take a communication nap!

What actually worked was a two-pronged approach: First, we used a protocol conversion gateway that could translate between the old DH+ protocol and modern Ethernet. But the real game-changer was implementing a 'heartbeat' system - we added a simple digital output that toggled every scan cycle. The IIoT system monitored this heartbeat instead of trying to poll complex data. If the heartbeat stopped, we knew there was a real problem, not just a communication glitch.

The workaround that saved our sanity? We stopped trying to make the old PLC do modern things and instead used it for what it was good at - basic control. We added a small, modern edge device that could handle the IIoT communication separately, taking the load off the ancient PLC. Sometimes the best solution is knowing when to work around a legacy system rather than trying to force it into a modern world!

Recent Q&A

Quickly browse the latest questions and answers

Contact form