RSLogix Micro Starter Lite is the genuinely free tier for programming MicroLogix 1000 and 1100 controllers. This guide explains exactly what you get, what the limitations are, how to download it, and how to practice the same SLC 500 / MicroLogix ladder instruction set in your browser without any installation.
Join 800+ learners practicing PLC programming

Overview
RSLogix 500 is Rockwell Automation's programming software for the SLC 500 and MicroLogix families of PLCs. These are older, address-based PLCs that use a memory-file system: input file I:0, output file O:0, timer file T4, counter file C5, integer file N7. The programming model is the foundation of classic Allen-Bradley ladder logic and still runs millions of machines in industry.
RSLogix 500 is distinct from Studio 5000 (which programs the newer ControlLogix and CompactLogix tag-based platform). If your job ad or training program mentions SLC 500, MicroLogix 1200, MicroLogix 1400, or MicroLogix 1500, you need RSLogix 500. If it mentions ControlLogix or CompactLogix, you need Studio 5000.
Free version details
Requirements
RSLogix Micro Starter Lite is Windows software. It was designed for Windows XP/7/8 but runs on Windows 10 and 11 with compatibility settings applied.
Download steps
Go to rockwellautomation.com and register for a free myRockwell account. You need a valid email address. This account is required to access the PCDC download portal.
Navigate to the Rockwell Product Compatibility and Download Center (compatibility.rockwellautomation.com). Log in with your myRockwell credentials.
In the search box enter "RSLogix Micro Starter Lite". Select the product from the results and choose the current release. The download is a self-extracting executable or ZIP, typically 100–300 MB.
Right-click the installer and select "Run as Administrator". Accept the default installation path. If Windows displays a SmartScreen warning, click "More info" then "Run anyway" — Rockwell software is commonly flagged by SmartScreen on newer Windows versions.
Unlike the full RSLogix 500 or Studio 5000, the Starter Lite requires no license key. After installation, launch it directly from the Start menu. If you see a "No License Found" error, verify you are running the Starter Lite version (not the full RSLogix Micro) — the full version requires a paid license.
No hardware, no Windows?
RSLogix Micro Starter Lite requires Windows and ideally a physical MicroLogix controller to run programs. If you are on macOS, Linux, or Chromebook — or if you just want to practice the ladder instruction set without installing anything — our browser simulator uses the same Allen-Bradley addressing conventions and instruction mnemonics: I:0/0 inputs, O:0/0 outputs, T4:0.ACC timers, C5:0.ACC counters, N7:0 integers.
XIC (Examine If Closed), XIO (Examine If Open), OTE (Output Energise), OTL/OTU (Latch/Unlatch), TON, TOF, CTU, CTD, ADD, SUB, MOV, CMP — the full SLC 500/MicroLogix instruction vocabulary.
I:0/0 for input bits, O:0/0 for output bits, B3:0/0 for internal bits, N7:0 for integers, T4:0 for timers, C5:0 for counters — the same memory file conventions used in RSLogix 500 projects.
Related guides
Same addressing. Same instructions. Real scan cycle. Zero install.