Communicating PLCs via ControlNet and EtherNet/IP

RSLinx, RSLogix, RSView, LogixPro ...
Post Reply
missannthrope
Posts: 4
Joined: Mon Nov 12, 2012 6:51 pm

Communicating PLCs via ControlNet and EtherNet/IP

Post by missannthrope » Fri Jul 26, 2013 10:52 pm

Hi everyone,

I have to communicate "ControlLogix 5573" and "Compact GuardLogix L43S" via ControlNet and EtherNet/IP using OPC for my thesis. Can anyone please tell me something about this problem? I'm so unfamiliar with AB PLCs.

Have a good working day.

Outlawownz
Posts: 8
Joined: Tue Jun 30, 2009 1:33 am

Re: Communicating PLCs via ControlNet and EtherNet/IP

Post by Outlawownz » Tue Jul 30, 2013 2:07 am

These two controllers communicate natively without OPC using produced and consumed tags. Search google for rockwell produced and consumed tags. Ethernet messaging is an option when data is to large for produced and consumed tags. If you must use OPC then communication should be handled by the OPC server driver. Check the docs for the server. Kepserver is a good OPC program that comes with native Rockwell drivers.

Documentation can be found here:
http://literature.rockwellautomation.com/
Example programs here:
http://samplecode.rockwellautomation.com/

missannthrope
Posts: 4
Joined: Mon Nov 12, 2012 6:51 pm

Re: Communicating PLCs via ControlNet and EtherNet/IP

Post by missannthrope » Tue Jul 30, 2013 2:23 am

Thank you Outlawownz for your answer. I'll check the information you gave.

bilbo_321
Posts: 87
Joined: Wed May 19, 2010 2:22 pm
Location: Bulgaria

Re: Communicating PLCs via ControlNet and EtherNet/IP

Post by bilbo_321 » Tue Jul 30, 2013 9:35 am

You can use RSLinx Classic. It is Communication software from AB used for communication to any AB PLC. It has built- in OPC server, but unfortunately it is not available in free "RSLinx Lite" version. You have to get license for Single node, OEM or Gateway version.
Check this link: https://rockwellautomation.custhelp.com ... get/155678

missannthrope
Posts: 4
Joined: Mon Nov 12, 2012 6:51 pm

Re: Communicating PLCs via ControlNet and EtherNet/IP

Post by missannthrope » Tue Jul 30, 2013 2:46 pm

Thank you guys.

We have RsLinx Classic licensed version. After completition of connecting these two plcs we also want to connect a siemens plc (s1200 or s300/400) maybe a beckhoff. Is RsLinx enough to fulfill this task or should we use another tool like opc?

bilbo_321
Posts: 87
Joined: Wed May 19, 2010 2:22 pm
Location: Bulgaria

Re: Communicating PLCs via ControlNet and EtherNet/IP

Post by bilbo_321 » Thu Aug 01, 2013 8:29 am

RSLinx is for communication to AB PLCs only. It doesn't support S7 protocol.
The equivalent communication software for S7 PLCs is Simatic Net.
Go to Siemens support site and search for it.
The free alternative to Simatic Net is LibNoDave http://libnodave.sourceforge.net/ , but it involves programming.

missannthrope
Posts: 4
Joined: Mon Nov 12, 2012 6:51 pm

Re: Communicating PLCs via ControlNet and EtherNet/IP

Post by missannthrope » Fri Aug 02, 2013 5:53 pm

Hi,

We established communication between ControlLogix and CompactLogix via Ethernet. Now we must do an application like that:
Another ControlLogix which a laser sensor connected as an input device will be connected to them via ControlNet. And CompactLogix will drive an asynchronous motor through PowerFlex 70.

Post Reply