RSLogix Program

brain21

Member
Join Date
Jan 2003
Location
Ontario
Posts
7
Hi, I was wondering if anyone knows where I could find the source to a program that reads RSLogix program files. I am trying to make a PLC simulator specifically tailored to the work I do. To do this, I am going to need to read program files. Does anyone have any suggestions?
 
But at what cost?

The real question is: what is your time worth, and when do you want this by?

The RSLogix .rsp and .rss files are proprietary data files, and while I'm sure that with time, you could reverse engineer them, I'm not sure that it's worth the effort.

An alternative would be to export your RSLogix file to a .PC5 or .SLC library file types, which is plain vanilla ASCII (Example: XIC B3/0 OTE O:2/1. The values in all the data tables are included. You might have more success there.

Alternatively, you can buy Rockwell's PLC emulator RSEmulate5 and/or RSEmulate500. These will execute the PLC code (well, everything except for MSG, block transfers, and PID instructions), and allow for interface with RSLinx. You can even do on-line monitoring (but not online programming - which is a PITA).

Since you can communicate these virtual PLCs with RSLinx, you can test your HMI software (provided it uses RSLinx as it's communication engine), and even use Excel (or better) to feed values into/out of the emulated PLC.

My personal preference is to write ladder logic in the PLC that simulates the real world, writing to input addresses based on the condition of the outputs. This code works in either a real PLC (we have some spares around the office) or an Emulated one.
 

Similar Topics

I am completely stuck on building a ladder program that requires a start button to be pressed 3 times to turn on motor 1. Then motor 2 starts...
Replies
20
Views
574
Hi. I came into a problem that was buried in my memory. I had a list of modifications to do on 2 RSLogix programs. So I tapped in the IP...
Replies
7
Views
1,079
Hello all, I am working on a project on a CompactLogix L16ER-BB1B plc, and I was given a program that is on version 20.019, while my plc is on...
Replies
3
Views
1,833
I have been tasked to upgrade some SquareD PLCs at our plant. I have done several of these upgrades without any issues. However, I have now met my...
Replies
4
Views
2,443
Back
Top Bottom