In short
The obsolete Allen-Bradley MicroLogix 1000 1761-L10BWA PLC is a staple of simple machinery. This technical replacement guide outlines migration paths, hardware conversions, and drop-in options.
Overview
The Rockwell Automation Allen-Bradley MicroLogix 1000 platform spent over two decades as one of the most widely deployed micro-programmable logic controllers (PLCs) in industrial automation. Its compact footprint, rugged design, and relatively simple programming interface made it an ideal choice for stand-alone control systems, packaging machinery, conveyor line-skids, and HVAC applications.
Among this product family, the catalog number 1761-L10BWA represents the 10-point, AC-powered, DC-input, relay-output variant. In June 2017, Rockwell Automation officially discontinued the entire MicroLogix 1000 product line, declaring it Obsolete/End-of-Life (EOL). For control engineers, maintenance technicians, and plant managers running active systems, a failure of this specific controller calls for immediate action.
This guide evaluates the precise technical specifications of the 1761-L10BWA, offers direct hardware replacement paths, analyzes program conversion steps, and provides execution strategies to minimize downtime.
Legacy Product Information
The 1761-L10BWA is a self-contained fixed-I/O controller. It combines a built-in power supply, CPU, digital inputs, and digital outputs in a single housing. It lacks physical expansions, meaning its I/O footprint cannot be scaled.
Technical Specifications
- Catalog Number: 1761-L10BWA
- Power Supply Voltage: 120/240V AC (Nominal operating range: 85 to 264V AC at 47 to 63 Hz)
- Power Consumption: 20 VA maximum
- Discrete Inputs: 6 total inputs, 24V DC Sink/Source (Inputs 0 through 5)
- High-Speed Inputs: Input 0 can be configured as a high-speed counter (up to 6.6 kHz)
- Discrete Outputs: 4 total contacts, electromagnetic relay outputs
- Output Current Rating: 2.0 A continuous per point (maximum contact load rating)
- Minimum Load Current: 10 mA
- On-Board Power Supply output for Sensors: None (it expects external 24V DC to power input sensors)
- Communication Port: 8-Pin Mini-DIN RS-232 port supporting DF1 Full-Duplex, DF1 Half-Duplex, DH-485, and Modbus RTU (slave only) via external transceivers
- Programming Software: RSLogix 500 or RSLogix Micro Starter
- Memory Capacity: 1 KB EEPROM (approximately 80 instructions)
- Product Status: Obsolete (Discontinued June 2017)
Recommended Replacements
When replacing the 1761-L10BWA, system integrators have three primary options depending on whether they require a drop-in immediate swap, a modern upgrade keeping RSLogix 500, or a full migration to a current, active platform.
| Replacement Option | Part Number | Configuration | Hardware Changes | Software Required | Best For |
|---|---|---|---|---|---|
| Drop-In Legacy Spare | 1761-L10BWA | Direct 1-to-1 swap (Refurbished/Surplus) | None (Same physical footprint) | RSLogix 500 / RSLogix Micro | Maximum speed, zero panel modifications, emergency situations |
| Modern Modular Upgrade | 1763-L16BWA | MicroLogix 1100 (AC Power, 10 DC Inputs, 2 Analog Inputs, 6 Relay Outputs) | Minor panel drilling (wider footprint) | RSLogix 500 (Simple import/compile) | Systems needing online editing, Ethernet diagnostic capabilities |
| Active Standard Platform | 2080-LC20-20QWB + 2080-PS120-240VAC | Micro820 20-Point Controller (24VDC in, Relay out) plus 24V DC DIN Rail Power Supply | Wire reconfiguration, cabinet spacing changes, panel rework | Connected Components Workbench (CCW) | Greenfield projects, OEM updates, long-term standardization |
Compatibility Considerations
Electrical & Terminal Layout
The 1761-L10BWA is designed with fixed, non-removable terminal strips. The top terminals house the AC line power input ($L1$, $L2/N$) and ground connections alongside the DC inputs. The bottom terminals house the independent relay outputs.
- To 1763-L16BWA: The MicroLogix 1100 uses removable terminal blocks. This makes future maintenance significantly easier but requires you to cut and re-terminate the existing wiring. Crucially, the 1763-L16BWA provides a 24V DC sensor power output supply (up to 200 mA) which can simplify sensor wiring if you were previously utilizing an external auxiliary power supply.
- To Micro820: Modern Micro800 controllers like the Micro820 (2080-LC20-20QWB) operate natively on 24V DC control power. If you migrate to this style of PLC, you must install an external DIN-rail mounted power supply (such as the Allen-Bradley 2080-PS120-240VAC) to step down the existing 120/240V AC power source inside your enclosure.
Mechanical Footprint
The physical space within the automated control cabinet represents a major engineering bottleneck during retrofits.
- 1761-L10BWA Dimensions: 104 mm (H) x 120 mm (W) x 73 mm (D).
- 1763-L16BWA Dimensions: 90 mm (H) x 110 mm (W) x 87 mm (D). It is slightly narrower but deeper. It easily fits on standard TS35 DIN rail.
- Micro820 Footprint: 90 mm (H) x 97 mm (W) x 80 mm (D). When adding the 2080-PS120-240VAC power supply (which is 45 mm wide), the combined width increases to 142 mm. You must verify that your panel has the extra 22 mm of horizontal space.
Communications
The 1761-L10BWA utilizes an RS-232 serial port with a Round 8-pin Mini-DIN connector. If your system communicates with an HMI (like an old PanelView Standard 300/550) via point-to-point DF1, switching to the Micro820 requires converting serial communications to Ethernet (Modbus TCP/EtherNet/IP) or using the Micro820 serial port (terminal block style) with custom cabling.
The MicroLogix 1100 features both an RJ45 EtherNet/IP port and a Round 8-pin Mini-DIN port, making it the most communication-compatible replacement choice for legacy systems.
Upgrade Benefits
Migrating from the obsolete 1761-L10BWA to modern platforms delivers immediate operational advantages:
- Ethernet Connectivity: Selecting either the 1763-L16BWA or the 2080-LC20-20QWB introduces built-in RJ45 Ethernet communication. This enables remote diagnostics, SCADA integration, program backup over standard LANs, and modern HMI integration (such as PanelView 800).
- Online Programming Capabilities: The original MicroLogix 1000 does not support online edits; any program modification requires shifting the controller into Program Mode, stopping machine run-time. The MicroLogix 1100 and newer Micro800 controllers support true online editing, permitting real-time logic adjustments.
- I/O Expansion Capability: While the 1761-L10BWA is limited forever to its 10-onboard I/O points, the MicroLogix 1100 supports up to four 1762 expansion I/O modules. The Micro820 supports up to two plug-in modules.
- Enhanced Diagnostics: Active platforms feature integrated diagnostic web servers, making it easy for maintenance teams to check controller status via standard web browsers.
Common Migration Challenges
- Software Migration Code Gap: RSLogix 500 (.RSP files) and Connected Components Workbench (.CCWSLN files) are completely different programming environments. CCW uses standard IEC 61131-3 languages (Ladder Diagram, Structured Text, Function Block Diagram). Although Rockwell offers a translation utility tool, complex registers, sequencers, or specialized timers will not convert cleanly and must be manually rewritten.
- HMI Tag Addressing: The MicroLogix 1000 uses data-file-based addressing (e.g., $B3:0/0$, $N7:0$). The Micro800 series uses tag-based addressing (variable names). Any connected HMI will need its communication path and tag database fully rewritten to point to the new variables.
- Wiring Terminal Layouts: Re-wiring a 10-point terminal block without a clear schematic often leads to commissioning errors. Care must be taken since input/output locations will shift positions on alternative PLCs.
Step-by-Step Replacement Procedure
If migrating from the 1761-L10BWA to a modern controller, use the following execution roadmap:
Step 1: Backup and Extraction
- Connect to the original 1761-L10BWA via a 1761-CBL-PM02 serial interface cable.
- Open RSLogix 500 (or RSLogix Micro Starter).
- Go online with the controller and upload the active program.
- Save the program as a
.RSPfile and archive a copy. Print the cross-reference list and I/O reports to a PDF for wiring documentation.
Step 2: System Isolation and Safety
- Switch the machine to an orderly stop. Turn off all utility power supplying the control panel.
- Execute standard Lockout/Tagout (LOTO) protocols on the main upstream breaker.
- Verify the absence of voltage at the controller's main terminals ($L1$, $L2/N$) using a calibrated digital multimeter.
Step 3: Wire Labeling and Removal
- Using adhesive wire markers, carefully label every wire terminated into the 1761-L10BWA according to its physical address and function.
- Loosen the fixed terminal screws using a flat-head terminal screwdriver.
- Pull the wires away cleanly, taking care not to lose or break the stranded wire tips.
Step 4: Physical Installation
- Release the DIN rail mounting latch on the base of the MicroLogix 1000 and pry the controller off the rail. (If screw-mounted, remove the two mounting screws).
- Clean the DIN rail channel.
- Snap the new controller (and optional power supply, if implementing a Micro820) onto the DIN rail. Use mechanical end-anchors on both sides of the new units to stop sliding.
Step 5: Wire Termination
- Terminate the power supply source wires to the new PLC (or direct to the input side of the 24V DC power supply).
- Wire the 24V DC output channels to the $24\text{V DC}+$ and $24\text{V DC}-$ inputs on the new controller.
- Terminate the 6 digital input field wires to the corresponding modern input channels.
- Wire the common points and relay contact output wires to the output terminal blocks. Double-check your schematic to prevent line voltage short circuits directly to high-density modern low-voltage components.
Step 6: Code Migration and Download
- For MicroLogix 1100:
- Open RSLogix 500. Under "Controller Properties", change the processor type from MicroLogix 1000 to MicroLogix 1100 Series B.
- The software will auto-map standard addresses. Compile the log and check for errors.
- Transfer the program to the new controller via the round serial port or the RJ45 Ethernet port.
- For Micro820 (CCW):
- Boot CCW software. Start a new project with the chosen Micro800 hardware controller.
- Implement the CCW conversion tool or manually reconstruct the ladder rungs based on the original RSLogix 500 logic.
- Recreate HMI mappings if necessary. Run a local build check to ensure zero syntax compiled errors, then download to the controller via USB or Ethernet.
Step 7: Commissioning
- Power up the PLC with the I/O field terminals disconnected or relays isolated to verify that the controller enters RUN mode without going into a fault state.
- Plug terminal blocks back in and sequentially cycles each input sensor to check LED updates.
- Force outputs (with safety mechanisms engaged and personnel clear of moving machinery) to verify physical solenoid, contactor, and motor operations.
Frequently Asked Questions
Q1: Can I directly download an RSLogix 500 file into a Micro800 series PLC?
No. CCW and RSLogix 500 use different programming languages and compilation engines. You must use Rockwell's standalone translation utility tool to convert files, or manually rebuild the instructions and memory architectures in CCW.
Q2: Why does the 1761-L10BWA have 24V DC inputs if it uses 120/240V AC power?
The external mains power (120/240V AC) is utilized by the internal power electronic converter of the MicroLogix to run the internal processing CPU. The physical input circuitry runs on an isolated 24V DC loop. This provides safety at the sensor end and compatibility with typical industrial proximity switches, limit switches, and photo-eyes.
Q3: What is the fastest migration path to get my machinery running again?
Sourcing a refurbished, surplus 1761-L10BWA is the fastest path. Under this scenario, zero wiring changes, zero program transformations, and zero mechanical changes are required. The machine is restored to full runtime parameters within minutes of mounting.
Q4: Which serial cable do I need to talk to the 1761-L10BWA?
You need the 1761-CBL-PM02 cable (9-pin D-sub RS-232 to 8-Pin Mini-DIN). Since modern computers do not feature native DB9 serial ports, you will also need a reliable USB-to-RS232 adapter (such as the 9300-USBS from Allen-Bradley or high-end chipsets like FTDI).
Related Products & Families
- MicroLogix 1000 Series: 1761-L16BWA, 1761-L20BWA-5A, 1761-L32BWA, 1761-L16BBB
- MicroLogix 1100 Series: 1763-L16BWA, 1763-L16BBB, 1763-L16AWA
- Advanced Interface Converters: 1761-NET-AIC (converts DH-485 to RS-232 / RS-485)
- Micro800 Plug-Ins: 2080-SDN (DeviceNet scanner), 2080-MEMBAK-RTC (Memory Backup and Real-Time Clock)
Need Help?
Replacing or upgrading legacy Allen-Bradley controllers requires a careful balance between component availability, hardware engineering, and cost control.
If you are looking for an immediate direct replacement for your failed 1761-L10BWA to avoid complex code conversion and panel rewires, or if you need the cabling to pull standard backups from your active EOL PLCs, Palm Parts Solution can help.
Palm Parts Solution specializes in sourcing hard-to-find, new, surplus, and tested refurbished industrial automation components. All products are verified by in-house engineering technicians and backed by a comprehensive warranty to guarantee field operation. Contact our parts desk today for immediate assistance.
