Rockwell Ethernet

antoine

Member
Join Date
Sep 2002
Posts
62
Hi all,

Is it possible to configure the ethernet port of a control logix PLC to receive a raw ethernet message.
It means just dumping from incoming buffer to memory a block of data coming from a specific IP address.

This doesn't involve any application protocol (such as modbus or so) it is only basic TCP/IP messaging.

Basically, it would be similar to the "Winsock" functions used under VB.

Any information is welcome

Antoine.
 
Yes its possible.

I had made inquiries about this just recently here:
http://forums.mrplc.com/index.php?showtopic=12191

I am still preforming my project which is integration of a vision inspection/part inspection PC to an existing control logix line.

We are using a software called Sherlock to do this.
Sherlock must be commandedto read and write to the to the PLC memory locations; whereas the PLC can only write to the "outputs", but the inputs are automatically read.

Sherlock essentially is the control here, where the PLC is just acting as memory locations. It is a bit disheartening to me that I am unable to "force" bits in the Sherlock program, but we are proceeding well.

I know that you need to make sure that port 44818 is in use by your TCP/IP messaging, and everything needs to have the same CIP messaging system.

-joe


----------

on a side note, if any of the above information is wrong, please let me know... i by no means am an expert at this stuff.
 
Just want to make sure you got this correctly:

- 1756-ENBT can't use RAW ASCII data
- 1756-EWEB can using open socket interface

I know that you need to make sure that port 44818 is in use by your TCP/IP messaging, and everything needs to have the same CIP messaging system
This is very misleading statement. Even ENBT can accept message on port 44818, this message must be in CIP format that requires multiple messages to handle session and data correctly. It is very complicated task to write CIP driver in VB.

Just get EWEB module and it will do exactly what you need.
 

Similar Topics

I have several Avery scale units and they are configured as Generic Ethernet modules, and I am actually reading the data fine for the weight...
Replies
2
Views
419
So Rockwell PLCs have some generic ethernet module options available in the IO tree configuration. With the standard generic ethernet module, you...
Replies
3
Views
729
Hi All, We are planning Establish communication between Power Energy Meter (Schneider PM5320) with Rockwell PLC. I am unable to get the Assembly...
Replies
4
Views
751
hi guys! I need to communicate a device with my 1756-L8, im confused about the class, instance and attribute i should use to send ASCII commands...
Replies
2
Views
509
Looking to see if there is any sort of publication or details on if I can tie a 1794 AENT module to a 3rd party eth/ip scanner (happens to be opto...
Replies
2
Views
701
Back
Top Bottom