QUOTE(nstn8 @ Nov 8 2007, 08:20 AM) [snapback]61435[/snapback]
Hello all, I am new to setting up new equipment and have been tasked with setting up a SLC 5/03 with a 3-5 powerflex 40 drives so that their speed can be adjusted from a panelview plus 1500. Currently this system is in mid upgrade position with the SLC 5/03 already there and 1 powerflex 40 drive running directly off of the SLC output card, and the rest of the system is still straight out of the 1940s with contactors etc.
I was looking at ways to network the powerflex's with the SLC and from the manual for the pf40 it says
"PowerFlex 40 drives support the RS485 (DSI) protocol to allow efficient
operation with Rockwell Automation peripherals. In addition, some
Modbus functions are supported to allow simple networking. PowerFlex
40 drives can be multi-dropped on an RS485 network using Modbus
protocol in RTU mode."
I am not 100% sure what this means or how to go about setting this up. I assume this means they can be networked without using DeviceNet, ControlNet, or Ethernet/IP. Can somone give me a little insight on Modbus RTU and what tools are needed to implement it?
Modbus RTU is a serial protocol. The actual "network media" can vary. Normally, it's RS-485, but the protocol will be just as happy crossing over RS-232 or encapsulated inside TCP/IP (in which case it is called Modbus/TCP).
That being said, and talking about adding all kinds of stuff to the PLC, why? Those drives support almost any protocol you want. Just get the interface card for the DRIVE. They can do Ethernet/IP, DeviceNet, and Remote I/O, to name a few. Given your application, since Remote I/O is natively supported on SLC's and PLC-5's, I'd consider Remote I/O unless you plan on expanding a lot more in the future in which case I'd strongly consider DeviceNet. AB hasn't been supporting devices over Ethernet/IP yet with the SLC's and PLC-5's that I know of.
Remote I/O is fairly easy. You just wire everything together, put termination resistors on the ends, set the rotary switches in the drives, set the parameter configurations in the drive menus (probably the hardest part) and add block transfer instructions. I had it up and running in about 30 minutes with no experience with Powerflex drives.
If you go the DeviceNet route, AB made DeviceNet a total pain in the you know what to set up the first time and I'd strongly suggest having a local AB rep there to help you through the first one, but after that it's pretty simple. You'll need a DeviceNet "netmeter" (aka "happy meter") and a PC DeviceNet interface card, too, to help with setup and troubleshooting.
You can also get Panelviews that interface directly into Remote I/O and DeviceNet. I don't know if it is possible to do a PLC-less system this way but I've heard rumors to that effect. Personally I've located all my operator interfaces on a separate network away from the I/O where the PLC can do "stupidity checks" (interlocks).