Rslogix 500 Free

One of my most common questions is, “Where can I get a free download of RSLogix 500?” For any serious development with SLC500 or MicroLogix there is no free option but there is a nice free option if you only want to learn and/or program a MicroLogix 1000 or 1100. Programming a MicroLogix is very very similar to programming a SLC500 or in that case a PLC5 too.Â

  1. Rslogix 500 Download Full Version
  2. Rslogix 500 Download Rockwell
  3. Rslogix 500 Free Trial

Allen Bradley offers as a free download a software package called RSLogix Micro Starter Lite which is essentially the same programming environment as RSLogix 500. On top of that, they also offer RSLogix Emulate for free so that you don’t even need a PLC to run and test your ladder logic. Keep reading and I’ll show you how to get the software and set it up.

Getting the Software

Free rslogix 500 download full. System Utilities downloads - RSLogix 500 by Rockwell Software, Inc. And many more programs are available for instant and free download.

Installing RSLogix 500, RSLinx, and RSLogix Emulate. Installing the software really is no more difficult than installing any standard software package. The first thing you will need to do is the self-extracting.exe (.rar) files you downloaded above. Once extracted you can simply double click the Setup files to begin the installation. RSLogix 500, Free Download by Rockwell Software, Inc. LogixPro 500 is the ideal tool for learning the fundamentals of ladder logic. Getting Started With RSLogix 500 Free Version. Once you have downloaded the RSLogix free version, extract it. After finishing the extraction, first, install the RSLogix Micro, and then RSLinx Classic Lite, followed by the installation of RSLogix 500 Emulate. Our website provides a free download of RSLogix 500 9.00.0. This program is a product of Rockwell Software, Inc. IconBCB1F297.exe, Rs500 4.exe, Rs500.exe, Rs500D.exe and Rs500p.exe are the most common filenames for this program's installer. The most popular versions among the software users are 9.0, 8.5 and 7.0.

Rslogix 500 free download 64 bit

The RSLogix Micro Starter Lite software is only available as a download at http://www.ab.com/programmablecontrol/plc/micrologix/downloads.html. If you are starting from scratch and do not have the RSLinx software then download the kit bundled with RSLinx Classic Lite. FYI, I find it a bit confusing but they also sell software called RSLogix Micro Starter which supports the full MicroLogix range.

If you do not have a MicroLogix 1000 or 1100 to play with then download the RSLogix Emulate 500 software. You’ll be able to use this to simulate a real PLC.

Note for Windows XP users: The bundled version of RSLinx only installs on Windows Pro and is not supported on Windows XP Home versions. To get around this I downloaded an older version of RSLinx Lite 2.50 from the Allen Bradley software update page http://www.rockwellautomation.com/support/webupdates/

Once you’ve downloaded the software and extracted it then install RSLogix Micro followed by the RSLinx Classic Lite software. Next, install the RSLogix Emulate 500 software.

First Steps with RSLinx

RSLinx is the software RSLogix will use to communicate with your PLC or in our case to the emulator.

Let’s start by running the RSLinx software under the START > All Programs > Rockwell Software > RSLinx > RSLinx Classic shortcut. Follow these steps to set it up:

  1. Under the Communications menu select Configure Drivers. Â Â
  2. Under the Available Drivers Types select the “SLC 500 (DH485) Emulator driver” and click the Add New… button.Â
  3. You can give the driver a name but I just leave it at the default of EMU500-1.Â
  4. Leave the configuration options as Station Number 00 and click OK.

Your driver should now be running and look like the picture below.

Ok, that’s ready to go. Close the Configure Drivers dialog box and close RSLinx. Actually RSLinx is now running in the background and you’ll probably see its little icon in the system tray.

RSLogix Micro Starter Lite

Rslogix 500 Download Full Version

Now for the moment we’ve all been waiting for--- creating some ladder logic. Open the RSLogix Micro software with the START > All Programs > Rockwell Software > RSLogix Micro English > RSLogix Micro English shortcut. Create a brand new project by pulling down the File menu and selecting New. Every project must start with a designated processor.Â

In my case I’ve chosen the simplest MicroLogix 1000 and then clicked the OK button. FYI, if you ever work with the purchased version of RSLogix 500 then there will be a lot more items in this hardware list. A blank project now opens up.

Let’s make a simple rung to test in our emulator. Make sure the cursor is on the rung with the END on it and then click the New Rung icon in the instruction toolbar.

Now click on the “Examine if Closed”  instruction to add it to the rung. Double click on the question mark above it and enter I:0/0 as its input address. Just leave the description pop up box empty by clicking OK.

Next, click on the Output Energize  instruction to add it to the right side of the rung. Double click on the question mark above it and enter O:0/0 as its output address.  Just leave the description pop up box empty by clicking OK.

You should now have something like below.

The next very important step is to verify the project with the Edit > Verify Project menu item. This will compile the project and get it ready for the emulator.

Save the project as something like Test.RSS in an easy place to find like My Documents.

RSEmulator 500

The emulator lets us test our work by running a virtual PLC. We’ll be able to download our program to it and run it in a very similar fashion to a real PLC. Start the emulator with the START > All Programs > Rockwell Software > RSLogix Emulate 500 > RSLogix Emulate 500 shortcut.  The emulator is pictured below. I know. It doesn’t look like much but it gets the job done.

Rslogix 500 Download Rockwell

Select File > Open and open the RSLogix project you created earlier (I named mine TEST.RSS). In the dialog box that pops up put the Station # as 1 and click Ok.

Believe it or not but the emulator is now ready. Leave it running and go back to your project in RSLogix Micro.

Testing the Ladder Logic

In RSLogix Micro Starter select the Comms > System Comms menu item. The following dialog box will pop up.

In the left hand pane, drill down and select the “01, MicroLogix 1000, TEST” processor. Yours might look a little different if you selected different hardware or gave the processor a different name. For good measure make sure Apply to Project is checked and then click on Download. When prompted to go Online click on Yes.

If successful you’ll see the ladder picture spinning round on the online toolbar. To scan the ladder logic put the processor into Run mode by clicking on the arrow to the right of mode status (REMOTE PROGRAM).

Rslogix 500 Free

To test the ladder logic, change the input state by right clicking on the address and selecting toggle bit.

You will see the instruction go green indicating it is true and it will make the output instruction turn green also indicating the output is turned on.

Rslogix 500 Free Trial

That’s it! You get all that for the cost of a download. Now break out the manuals and start learning about all the different instructions.

Comments are closed.