Close
0%
0%

Reviving a 4 wire communication system

Convert Burk Radio Remote Control from 4 Wire control to Ethernet using Comtrol adapters

Similar projects worth following
I work for a cable broadcaster in DC that also runs a radio station in town. Years ago I convinced them to upgrade the remote control to a more modern system. We did save the old system as a backup to the new one, since they can run concurrently (though the old one has limited functions).

Verizon is beginning to remove support for the old analog 4 wire communication lines. The old remote controls worked on this technology. Conversations from the manufacturer of the old remote system led them to tell us that a new system controller would start at $8000, and might require newer hardware in a number of places.

Rather than spend that kind of money on a backup system, I applied my knowledge of the antiquated data protocols to hack the units to use IP lines, with all the tools that are available for IP, this makes the system even more useful and the perfect choice to resurrect what was about to become useless.

NOTE - THIS TECHNIQUE WILL WORK ON MOST 4 WIRE LEGACY SYSTEMS !!!

Burk Technologies ARC-16 remote control panel

16 analog inputs

16 digital inputs

32 relay outputs (divided into 2 banks of 16 labeled "Raise" and "Lower")

Variety of communication protocols used.  System we have is 4 Wire Analog.  I also have some units with Electronic Speech Interfacing and Hayes modem connections.  

When working as designed, the units are in constant communication with each other and piggyback data from other units into the datastream, forming a system where control can be done from any location.

Goal: Since 4 Wire analog is on the way out, find way to continue to utilize this old (but still very operational) system for backup to my GUI based remote control system.

For those of you unaware of what 4 wire analog is, it's a communication protocol that tops out at about 28800, with unbalance pairs, one for transmit, one for receive.  The protocol predates the modems that we used as kids that operated reliably at up to 56K baud on a 2 wire service.  The advantage to 4 wire is that the line is dedicated. Back when Verizon took care of the Analog lines it was the data transport method of choice for mission critical things because it was very much like just running a dry pair to your equipment.  No hardware between locations or to be exact, no hardware that manipulated anything but the level on the line.  A number of my former workplaces used 4 wire for dedicated control of equipment.

  • Final Entry

    RoboMonkey02/07/2018 at 13:02 0 comments

    2 Units are complete and testing.  I wish I had the firmware to run them at 4800 baud, but I'm stuck at 300.  Makes the response time slower than I'd like.  My colleague (and chief engineer) is satisfied with the modification and reminds me that it's that slow on the 4 wire too.  I know it is, but being the perfectionist I tend to be, I want to crank this puppy to 11.

    He also suggested I do a write up for Broadcast Magazine.  Wonder how the submission process works....

    If it's useful to you for Radio control or anything else that uses 4 wire, let me know.  Leave me some skulls man! :)

  • Serial to Ethernet, using the Comtrol DeviceMaster

    RoboMonkey12/07/2017 at 17:49 0 comments

    So, once I had the serial to the proper level, I ran the units back to back with a null modem cable.  SUCCESS!  The 300 baud data stream did exactly what it was designed to do.

    Newer versions of the ARC-16 can go as high as 4800 baud.  But my lowest speed unit is at 300 and it limits what other devices can use for rate.  These things used to run at 110 Baud, just so you have an idea about speed that was considered workable for control of Radio Transmitters.

    Now came the time to use my trusty serial to IP converter to make this thing continue to operate in the modern world we live in.

    I've already written up the Comtrol Devicemaster on another project.  I know there are less expensive options available, but I've never had a lick of trouble with these.  When doing diagnostics for what's wrong with a service or "where's the data?" these things have a web interface that make it very easy to find out what is the issue.

    Wash, rinse, repeat.  One on each box.  Then test.  No trouble at all in the 24 hour test on my bench.

    One last thing.  The centralized unit that is to operate at our main studio has 2 modem boards.  This is the Gen 2 of the wiring.  Why do Gen 2?  Well, thanks to a desoldering iron that wanted to go stupid, I couldn't get the chip socket out properly and decided to source the wires from other places on the board.  I realize I could avoid the board altogether since JP3 holds all the data lines I require, but I'm trying to keep things neat with the MAX 3232 board, and the hot glue doesnt' hold to the painted case as well as it does to PC board.

    That's it.  Feel free to comment.  

  • Get out your Scope probes, find your purpose...

    RoboMonkey12/06/2017 at 23:42 0 comments

    Much of the hardware was well labelled.  Lacking a schematic I simply began an inventory of the socketed chips.  

    The 20 pin next to the crystal is a modem chip.  Part MC145443P.  UART enters this chip and it's modulated for the 4 wire Analog.

    Pin 5, 6, 11, and 12 will do the trick.  I'm removing the chip and using the 5 VDC to run the level shifter, the ground and RxD and TxD pins will round out what we really need to communicate.

    Now the levels aren't enough to trigger the signaling on the Comtrol devicemaster.  I'm using a MAX3232 board for the level shifting.  At $10 or less each, they save a lot of guess work in rolling your own.

    I removed the socket from under the chip and just soldered in the wires where needed.

    Noticing that pin 14 was also a ground point and a jumper was in use under the board to make the connection to pin 12, I used 14 in my wiring and removed the modification by the manufacturer.

    Had a problem building the second unit where I had swapped the ground and 5V lines.  I fixed that but then ended up with only TX working, no RX.  Went through long diagnostics to determine where I had gone wrong or blown up.  Turns out in the reset of the wires to their proper positions I left the iron on too long and ended up shorting out the 5V and RX lines together.  This short was where the wire had melted and come together.  If I hadn't been ready to scrap all the wiring and begin again I'd have never found it. (Fail of the week?  Took me about a week of small time snippets to find it. Note this isn't my primary job to convert this, so I got maybe 30 minutes every 3 hours or so to dig into this.)

    A bit of hot glue to secure the Max 3232 board and we're in business.

  • Where to begin?

    RoboMonkey12/06/2017 at 23:27 0 comments

    So, while I knew that 4 wire really just used the old UART signaling to operate, with modulation added, it was a simple case of finding the UART TX and RX lines.  

    Luckily the old radio guys who designed this enjoyed using dedicated chips.  Aside from the technical ease of using these types of ICs, the dedicated chips also were less prone to radio noise in a high RF environment.

View all 4 project logs

Enjoy this project?

Share

Discussions

Similar Projects

Does this project spark your interest?

Become a member to follow this project and never miss any updates