11981
419_488_71
71427321893
54121381948
91688
741
8888
519_7148
In the world of industrial automation, shiny new Ethernet-enabled controllers often get the spotlight. However, the true "unsung heroes" of the factory floor are often the legacy systems that have been running reliably for decades. Among these, the Allen-Bradley SLC 500 series remains a staple of American and international manufacturing. If you have ever had to maintain, program, or troubleshoot an SLC 5/03, 5/04, or 5/05, you know that your connection is only as good as your cable.
Enter the 1747-CP3.
This specific cable is the standard serial communication link required to connect a personal computer to the RS-232 port of an SLC 500 processor. While it may look like a simple "wire," the 1747-CP3 is a precision-engineered tool that follows a specific null-modem wiring scheme essential for industrial handshaking. In this guide, we will explore why this cable is indispensable, how it is wired, and how to configure it in the modern era of USB-only laptops.
Defining the 1747-CP3
The 1747-CP3 is a 9-pin D-shell (DB9) female to 9-pin D-shell female serial cable. It is specifically designed for point-to-point communication between a computer's COM port and the Channel 0 (RS-232) port on an SLC 500 controller.
Supported Controllers
While many cables in the Allen-Bradley ecosystem are proprietary, the 1747-CP3 is most commonly used with the following hardware:
- SLC 5/03: Connects via the bottom DB9 port.
- SLC 5/04: Connects via the bottom DB9 port.
- SLC 5/05: Used for initial IP address configuration or backup communication via the serial port.
- MicroLogix Controllers: While MicroLogix typically uses the 1761-CBL-PM02 (mini-DIN), the 1747-CP3 can be used with some MicroLogix 1500 bases and specific port adapters.
Internal Anatomy: Null-Modem Wiring
The most common mistake maintenance technicians make is assuming a standard, "straight-through" serial cable from a local electronics store will work. It will not.
The 1747-CP3 is a Null-Modem cable. In a straight-through cable, Pin 2 connects to Pin 2. In a null-modem configuration, the Transmit (TX) and Receive (RX) lines are crossed. This allows two "Data Terminal Equipment" (DTE) devices—the PC and the PLC—to talk to each other directly.
PC Side (DB9 Female)
SLC Side (DB9 Female)
Function
Pin 2 (RX)
Pin 3 (TX)
Receive to Transmit
Pin 3 (TX)
Pin 2 (RX)
Transmit to Receive
Pin 5 (GND)
Pin 5 (GND)
Signal Ground
Pin 7 (RTS)
Pin 8 (CTS)
Request to Send to Clear to Send
Pin 8 (CTS)
Pin 7 (RTS)
Clear to Send to Request to Send
Pin 4 (DTR)
Pin 6 & 1 (DSR/DCD)
Data Terminal Ready to Data Set Ready
Configuration in RSLinx
Once the physical 1747-CP3 cable is connected, the next hurdle is software configuration. Most users struggle here because RS-232 is not "Plug-and-Play" like USB. You must tell the software exactly how to talk.
Step-by-Step Setup:
- Open RSLinx Classic.
- Navigate to Communications > Configure Drivers.
- Select RS-232 DF1 Devices from the dropdown and click "Add New."
- Select the correct COM Port (Check Device Manager if using an adapter).
- Select Device Type: SLC-CH0/Micro/PanelView.
- Click the "Auto-Configure" button.
If your cable is wired correctly and the port is active, RSLinx will cycle through baud rates and parities until it shouts "Auto-Configuration Successful!" This moment is the gold standard for any PLC technician—it confirms that your 1747-CP3 is doing its job.