Multiple Racks on SLC

alive15

Member
Join Date
Oct 2015
Location
Montgomery, AL
Posts
690
Good afternoon all,

I noticed in my plc program for my SLC 5/03, there is an option to have multiple racks (see pic below)? I thought it was very interesting, is this similar to flex or point i/o with compact logix? Has anyone ever used this option before with success? Very curious about this option, never noticed until now.

Thanks!

slc multiple racks.JPG
 
Racks are connected via a ribbon cable. I don't know the right part number. There is also a limit on IO points and how many racks/modules can be daisy-chained this way.


The other way this is done is via RIO. Really, really, really stay away from RIO. You have to set a bunch of dip switches just right and deal with a bunch of cryptic settings to get everything working correctly and mapped correctly. It is very time-consuming and not something you want to mess with. Hope you never have to. Just as an aside, RIO is more equivalent to something like flexIO.


All your questions are answered in-depth here:

https://literature.rockwellautomation.com/idc/groups/literature/documents/um/1747-um011_-en-p.pdf
 
The other way this is done is via RIO. Really, really, really stay away from RIO. You have to set a bunch of dip switches just right and deal with a bunch of cryptic settings to get everything working correctly and mapped correctly. It is very time-consuming and not something you want to mess with. Hope you never have to. Just as an aside, RIO is more equivalent to something like flexIO.

Amen. I'm currently working on a project with a SLC 5/05 with a RIO scanner controlling 3 Flex I/O racks. What a pain- the address scheme is nuts and I still don't completely understand it, after reading both the scanner and the flex RIO adapter manuals. I think if I had to add I/O, I would just MSG a MicroLogix or another SLC rack, or as I call it "Poor man's remote I/O".
 
Amen. I'm currently working on a project with a SLC 5/05 with a RIO scanner controlling 3 Flex I/O racks. What a pain- the address scheme is nuts and I still don't completely understand it, after reading both the scanner and the flex RIO adapter manuals. I think if I had to add I/O, I would just MSG a MicroLogix or another SLC rack, or as I call it "Poor man's remote I/O".


Dude, unless the IO was required to be deterministic, I would totally pack all of the data for periodic transmit with a heartbeat and fault state.
 
I have put in several SLC systems with 3 13 slot racks. mostly conveyor systems with lots of motor starters and photo-eyes.
On a side note if you upgrade the SLC with a AENT to a ControlLogix you have to use version 21 or higher to recognize the additional racks.
 
the address scheme is nuts and I still don't completely understand it

This is the result of grafting on a network designed in 1977 to a controller designed in 1988 that should have been obsoleted in 1999.

You're not alone in being confused by the RIO addressing and configuration scheme. I barely dipped my toe into the PLC-2/3 era, but it was enough to remind me to think in Octal and appreciate the limited data table space in the old controller platforms.

The simple answer to the original question is "up to three physical chassis, up to 30 addressable slots, but limited to 256 words of Input and 256 words of Output data".

Each chassis needs its own power supply.
 
here's something else that hasn't been made really clear ...

the cables that connect all of the chassis together are only about 3 feet long at most ... that means that all of the "expanded" chassis have to be really close together ... specifically, you can't mount an "extended" chassis in another panel the same way that you can set up "remote I/O" ...
 
in any modular slc 5/02,03,04,05 system using the ribbon cable to connect chassis, you are limited to 1 plc processor and 29 I/o slots for a total of 30 slots ! yes, you can configure (3) 13 slot racks, but you will only be able to use 29 of them.

if anyone has used more than (3) 10 slot racks successfully, please post how.

james
 
when AB came out with the SLC platform we just kept buying PLC5's as they just worked. the SLC range was ****ty in my Opinion and only marginally just better than Micrologix 1000,1200 and 1500 paperweights.

cost us money initially but they are still in service to this day without issue (Ever)

i do like the ML1100 & 1400's
 
@Ken Your first sentence describes the situation very well, thanks for your input.

@Ron Ah, I see, I thought you could place in a different cabinet much farther away, but looks like it is difficult. Rockwell didn't create any extension cable I am assuming.

@James From what I have read about these, I am unsure if many people have even used this option. But it would seem very useful on extremely large projects like Jax was referring to. If you can figure out all the addressing and keep the i/o organized, then this option could be very useful. But still very difficult to troubleshoot so many i/o slots.

@EICS We only have one plc5 in our plant now, but slowly going towards compact logix.
 
We have a couple 5/04 systems like this
Code:
[font="courier new"]
.
.      +-------------------------+
.      |                         |
.      |                         |
.      >                         >------------+
.      |                         |            |
.      +-------------------------+            |
.                                             |
.  +------------------------------------------+
.  |
.  |   +-------------------------+
.  |   |                         |
.  |   |                         |
.  +--->                         >------------+
.      |                         |            |
.      +-------------------------+            |
.                                             |
.  +------------------------------------------+
.  |
.  |   +-------------------------+
.  |   |                         |
.  |   |                         |
.  +--->                         >
.      |                         |
.      +-------------------------+
.
[/font]

The addressing is sequential. No mention of specific rack, just the next card in series.
The systems have several unpopulated slots, so I cannot check/confirm the 29/30 slot maximum.
 

Similar Topics

This is the first time I am working with Simatic Manager Step7 as I started my siemens journey with TIA which is pretty easy and do a lot of stuff...
Replies
3
Views
140
Compactlogix controller, program has 28 conveyors that use TON's to start the conveyors. The TT sounds a warning horn during start and the DN...
Replies
10
Views
485
I have 9 field devices, three METSEPM5110 power meters and six ACE949-2 rs285 interface modules. I want to read this Modbus rtu data through rs485...
Replies
8
Views
315
I'm trying to use DTM browser to make make modbus poll from RTAC. I'm able to get the points in first poll object. But not able to get anything in...
Replies
1
Views
123
Hello, I encountered a problem with the kinetix 6500 drive, error code s22, loss of 3 phase voltage. After disassembling and replacing the thermal...
Replies
2
Views
165
Back
Top Bottom