Control Logix 5555 & Ethernet/IP I/O

TomBrady

Member
Join Date
May 2009
Location
Zimbabwe
Posts
20
Hello Allen Bradley experts!

I wonder if what I want to accomplish is feasible, I hope you guys can point me in the right direction or let me know not to waste my time... or perhaps indicate alternative solutions.


I want to open an Ethernet/IP I/O connection to a Control Logix 5555 Allen Bradley PLC. The connection would be used to read a block of Input data and write a block of Output data every 50 milliseconds. Blocks would be about a couple of hundred bytes.
(I have already developed this solution for another Ethernet/IP device, an Anybus X-Gateway).

In this setting the PLC would kind of be the slave and I am not sure this is possible.


Thanks in advance for any information on the subject!
 
This is called "Produced/Consumed Tag" data exchange in the ControlLogix.

It is a little more complex than creating an I/O connection to an Assembly Object, because you have to specify the Tag Name and the path to the controller.

But it uses the same basic principles.

Do you have some kind of toolkit, or a subscription to the ODVA specification ? You're not going to be able to sell your product commercially if you don't test it against the ODVA certification test set.
 
Thanks Ken,

How big can I make the "Produced/consumed Tag"?
In other words, could I include all my data in one Tag or would I have to create one per value transferred?

We have the ODVA specifications but basically nobody connects to our Ethernet/IP object: it is a client only and acts as a driver to send and receive data from Ethernet/IP from our own applications.
 
The maximum size of a single Produced/Consumed tag is 500 bytes.

That will do 500 SINTs, 250 INTs, 125 DINTs or REALs.
 

Similar Topics

I am new to this and gotten my hands on the follow device for learning. Was told it was fully functional, but have ended up finding it not to be...
Replies
17
Views
6,537
I am having trouble with getting no control of my analog output signal. I am using the SCL function block to control my analog output. The logic...
Replies
11
Views
275
hi all, i have a plc i need to get info from for a site im working on: I have a 1764 Micro Logix 1500 LSP Series C (See Attached Image) im...
Replies
2
Views
390
I currently have a weird issue involving Ethernet IP communication between a ABB CI873 (EthernetIP Module) and a 1756-L83ES. The Layout is as...
Replies
8
Views
800
Possible for two processors in same rack to have separate motion groups across a single Kinetix Rack using a single EN3TR? One 6500/5700 rack, 8...
Replies
1
Views
436
Back
Top Bottom