Learn Ladder Logic with a Free Version of RSLogix 500 and RSEmulator 500

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. 

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

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.

Configure Drivers

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

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. 

RSLogix New Project

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.

RSLogix Blank Project

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.

RSLogix New Rung

Now click on the “Examine if Closed” RSLogix XIC 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 RSLogix OTE 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.

RSLogix Add Instructions

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.

RSLogix Verify Project

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 Emulator

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.

Emulator Configure

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.

RSLogix Comms

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 Online Toolbar

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

RSLogix 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.

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.


It hopefull for me.. i will

It hopefull for me..
i will download and try it.

thank you for this information couse i look it for long time to get information about rslogix emulator 500.i got this information from my forum in www.linkedin.com.

thanks and it will a nice day for me with RSlogix 500

Asiqi

Thanks this is very cool,

Thanks this is very cool, portable generator review i'm a student and this will be very helpful.

common question

That was my first question too. For any development there sould be options and method for a good example, efficient control and writing assistance for problem resolving. Programming is very similar.

can't edit the program

It is really that i can't edit the program when it is running?

Correct. The MicroLogix

Correct. The MicroLogix does not support run time edits.

We cant edit the program during running

We cant edit the program during running of program, we hav to make it offline and edit and then again download and got to run mode....!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

yes thats true because we

yes thats true because we have to download the program into the plc first and then go online and then to run mode so being in run mode its impossible to change the ladder but yes we can change the input values in some cases.

missing drivers

In RSlinx i cont find this "SLC 500 (DH485) Emulator driver"..Please help me with this how to find it..I am a beginne,seeking your help..thank you..

Couple questions.... Did you

Couple questions....
Did you just install from the download link? Which version of RSLinx is it?
What operating system are you using?

I have the same problem as

I have the same problem as ther person above. When I try to configure the emulator driver, I am not seeing any showing up as an option.

PS: I installed RSLinx from an RS Logix Micro cd that I purchased. But when I open it, it is showing up as the "Lite" version.

The Rs Linx version I have is 2.54.00.11CPR9SR1 and I am running Windows Vista. Can you help me?

Missing drivers

I also cant find my SLC 500 Emulator drivers can u plz help me

No SLC 500 driver

I'm using Vista home premium.
I don't have the SLC 500 driver in my list.
I have uninstalled/reinstalled RSLinx.
I have success on my XP Pro PC.

Sounds like there must be

Sounds like there must be something missing on the Home versions that messes up RSLinx

thanks

I was adamant at first to load it because I have a PLC5 on my laptop, but could not make it to work...Anyways, i have move the activation key first to the master disk and started downloading RSMicroLite, Linx lite (they were bundled anyway)and the last which is RSEmulate500...well, guess what i've got it going babe...thanks a million...great job man...

I download this file

I download this file http://files.rockwellautomation.com/Public/RSLogixMicroLite_Linx.zip, i install and i not problem.

I have problem when want GO ONLINE, i see communication path has not been configured and Driver unknown.

What is my problem?

any answer to this problem

any answer to this problem

ommunication path has not been configured and Driver unknown.

go to controller properties.Then communication.then go to driver.choose EMUl.It is will now going to work.Make sure that you have launched emulator correctly through Rs link.
Best of luck

i had forgotten

i had forgotten everything... about .. how to run rslogix..rslinx..emulator..
this helped me getback to the basics..
thanks a lot..

About install

I have the purchased version but, not let me install the version micro because it's say me i have "the RSlogix 500 English is installed. It must be uninstalled before RSLogix Micro english 8.10" I use it, for the working, but i want make testings in my house. that come from?,. HOw do i utilize both?., Thanks!

slc 500

well i did all the same as u instructed but in last on emulator when i open the file , it showing message , slc500 program.

thanks this is very cool,

thanks this is very cool, i'm a student and this will be very helpful.

rs emulate 500 program must

rs emulate 500 program must compile, i have compile program and no erros founds, ?

server busy

Thanks for all your effort for teaching PLC.
i am having a problem as "server error" when ever i turn on my rs logix program.
i tried to uninstall it and reinstall it again but still no result.
waiting for answer.
Thanks

PLC Programming for Beginners

Hi,

I've downloaded RSLinx Classic, RSLogix Emulate 500 and RSLogix Micro Starer Lite.
Can I create a ladder logic that implements PID in it and be able to test this using Emulate 500?

Thanks!

I doubt it.

I doubt it.

Yes. You'll have to create

Yes. You'll have to create logic to model a process but that is not difficult.

THANK U!

This post has been really useful! In just minutes you told us how to use RSLogix Micro Lite and RSLogix Emulate 500.

And as you mentioned, all the software that we are using is legal and free.
Thank u so much.

RSlogix micro starter lite comm with RSlogix emulate 500

I have downloaded RSlogix micro starter, RS linx lite version 1.7 and RSlogix emulate 500(can not find RS linx lite version 2.5, could see RSlogix micro starter with RS linx bundled, however not in English language, it is in chinease and not of my use). I can not emulate the programs I wrote in RSlogix starter lite. Please advise / help.

for full help of RSLogix

for full help of RSLogix Emulator 500 visit:

http://www.rslogixemulate500.blogspot.com

....Once you have the

....Once you have the emulator up and running... It is easier and clearer to see what is happening when you set up and use the multi-point monitor to toggle the bits instead of directly on the ladder.

testing the ladder logic step

hi! good day!

I'm zek. Actually i got a problem regarding on the
step of "testing the ladder logic" via RSmicrologix
starter.When i click the comm> comm system ...sumthing went
wrong due to indication command shown " failed to show RSwho,need register file: C:\prgrm file\rockwell software/Rscommon\RSOBSERV.exe "...what is the root cause of this problem?what should i do? Pls advise.TQ....hope to hhear from you ASAP.

This ROCKS!

To whomever posted this instructional guide: thank you, grazie, Dank u, Kiitos, Danke, Efharisto poli, Toda raba, Nagyon köszönöm, Go raibh maith agat, Arigato, Komapsumnida, Moran taing, and as the Zulu say it..Ngiyabonga ka khulu!

..one question

As if you haven't helped out enough already, I have one question now that I am programming.. Do you know of any other programs out there that may interface to RSLogix Micro Starter Lite that would act as a "real world" output scenario for my programs? I haven't yet bought a processor to attach any real I/O, but a gui with a conveyor, a fluid drum, thermal sensor..heck a stoplight would be good enough for me! I would just like to see some cool results (as if a rung turning green in online mode isn't cool enough in itself). I'm not sure that this is even possible, but I figure I will throw this out there for the masses to ponder and help me out with. Thanks in advance!

Mikey, there is a bit of

Mikey, there is a bit of software called Automation Studio that might just do that. I haven't been able to run it yet but, from what I've heard, it should do the trick! Good Luck!!

Thank you very much for your

Thank you very much for your information, it was very helpful. I have just run the programme you showed and it works a treat, so I am looking forward to playing around a bit more with the software to get my head around it.

Thanks a bunch, really great work!

Will

rs linx classic not working

I am download RS linx lite 2.50 & installed. then installed RS logix 500 emulator. but when i opened RS linx for go to driver configuration,only found RS linx lite classic is not working. please help me how to run the application??
if possible please provide me brief procedure for setting.
I used windows 7.

Thanks,
Dipak

PLC 5

Can programs written in RSlogix 500 ( micrologix emulator) be converted to RSlogix 5

Download program

I have tried to download the program in Rockwell software but the Rslogix microstarter is in chinese version only. I dont have the Rs linx. can u please help.

Rs logic Emulate 500

I have downloaded rs logic emulate 500,however it says I need to update the registry files when I launch it. How do you do that? I have already uninstalled it and reinstalled it twice, and I come up with the same problem.

gracias

Mil gracias mi amigo tu pagia es genial y muy facil de llevar a cabo te agradezco el tiempo que dedicaste en este procedimiento y dios te de mas inteligencia para compartir tu conocimiento...

Thanks frien for you information, I belive that this information is important to my and other people....

i've been working with the

i've been working with the ge fanuc stuff and just now getting
into allen bradley.
great intro help thanks

rs500 emulator

Installed in a breeze. Clear and precise installation guide. Is working fine. Thanks a million. Win7 Home.

Thanks

Thanks for the tutorial. Easier to understand than most of the A-B manuals

Works great!

Just finished a class on PLC programming using RSLogix500, and wanted to try it at home. Found these instructions and an hour later or so, I'm up and running. Thanks for the extremely easy instructions and screenshots. My experience was exactly as you pictured and it's working flawlessly (even though I'm running this on my MacBook Pro using VMWare 4 and Windows XP). I was a bit worried there would be some hitch, but it's working great so far. Thanks again!

plc lurning

dear sir:

i"m very happy read this instruction thank you: