SLC 500 to contrologix data transfer

Skiroy

Member
Join Date
Mar 2012
Location
Panama City,fl
Posts
199
I building a Lab in my house to better myself. Im building a control logix system but was given a old SLC 500 with a SLC 5/05 proccessor. I would like to in corporate in my lab a set up that would allow me to monitor input data from a remote PLC via ethernet or wireless.

My question is can I monitor input data from a SLC 500(RSlogix 500) system with a Control Logix( RS logix 5000) system? And what are the considerations as far as additional hardware or software?

I have RS logix 5000 v20
 
You will also need the RSLogix500 programming software if you need to make any changes in the SLC (I'm assuming it has no program in it if you were given it).

The SLC will need a program downloading to it that contains the IO modules that you have in the chassis. The SLC is fussy, it must be able to see the configured modules exactly, otherwise it will Major Fault.

Reading and writing to SLC data-tables is easy. The Logix5000 MSG instructions have "SLC Data-Table Read" and "SLC Data-Table Write" configurations which you can choose and set up.
 
Last edited:
If you don't have Logix 500 there is a logix500 active-X tool called Ladder500 that comes with RSLinx. It can view/download an existing program, but you cannot create a program with it.

If you provide the exact IO configuration someone on the forum can create a dummy program that has the IO configuration and an empty program consisting of just ladder 2. This can be downloaded to the SLC using Ladder 500. Since its an active-x component you'll need an active-x container. An HMI such as RSView will work, but even Excel will serve as an active-x container. The PLC program won't do anything, but the ControlLogix can perform message reads and message writes to the SLC IO image file and processor status file. Since the PLC is not running a program that writes to the output image table you can turn on/off outputs with the ControlLogix.
 
Last edited:

Similar Topics

I have a program that I've used 100 times. SQO settings: File N7:0, Mask 0FFFFh, Dest B3:1, Control R6:0, Length 8, Pos 2. Length & Position...
Replies
48
Views
1,021
Everyone, i am in the process of purchasing the Slc 500 version of software to support what we have and i have a question. Several of our...
Replies
9
Views
793
In a slc 500 plc I am trying to move data with out using a lot of moves. I want to move data from n7:1 to n7:2 and data that was in n7:2 to n7:3...
Replies
16
Views
1,389
Customer has a circa 2004 SLC-500 PLC. Fieldbus is a 1747-SDN DeviceNet scanner. Customer has SLC-500 file (.rss) with no comments. Has no *.dnt...
Replies
7
Views
571
After I tried wiring, I used computer program communication to read the PLC N value, but received a NAK signal. And the DL3500 CHA light keeps...
Replies
0
Views
445
Back
Top Bottom