Understanding RSLogix 500 for PLC Programming

What is RSLogix 500?

RSLogix 500 is a Windows‑based programming software package developed by Rockwell Automation. It was designed specifically to program and troubleshoot the SLC 500 and MicroLogix families of PLCs. The software uses a ladder logic editor, which mimics the electrical relay cabinets of the past, making it intuitive for electricians and engineers alike.

Originally launched in the mid‑1990s, RSLogix 500 succeeded older DOS‑based editors (such as APS and 6200 Series). It brought a graphical user interface, online editing capabilities, and a robust tag‑based data model to the SLC and MicroLogix platforms. Even today, thousands of factories run critical processes on controllers programmed with RSLogix 500.

Key distinction: Do not confuse RSLogix 500 with RSLogix 5000 (now called Studio 5000), which programs the newer ControlLogix and CompactLogix platforms. The number “500” refers to the SLC 500 processor family.


Step 3: Configure I/O

Right‑click on I/O Configuration in the project tree. Add your power supply, processor, and any local or expansion I/O modules (e.g., 1762‑IW4 for MicroLogix analog input). This step is crucial; if the I/O configuration does not match the physical hardware, the PLC will fault.

1. Ladder Logic Editor

RSLogix 500’s primary programming language is relay ladder logic. The editor provides:

6. Diagnostic Tools

1. Getting started