SLC 5\05 - ETH/IP communication

Cluser

Member
Join Date
May 2015
Location
Ostrów Wlkp.
Posts
4
Hello,

how can I make a connection to ETH/IP device on SLC 5\05 processor?
I know that there is EEM instruction, but unfortunatelly there isn't much information about it.

I've made the connection to this device on CLX processor with Generic Module and parameters like on screen bellow and it worked.
http://imgur.com/Qdmgwa1

Is there any solution to make this connection on SLC 5\05 basing on parameters that I've used on CLX processor?
So far I've tried to do it by this way (with read assembly and write assembly option):
http://imgur.com/OFa2frK
But it didn't work.
Have anyone tried to do something simillar?

Regards
 
Last edited:
Am I right, that Generic Module in CLX provides implicit communication and EEM in SLC explicit one? And if my device uses implicit communication it won't work on SLC? Maybe that's the reason why it doesn't work.
 
You're correct; the EEM instruction is the EtherNet/IP Explicit Message in the SLC-5/05. It's functionally similar to the MSG instruction in the ControlLogix, and sends a non-cyclic explicit message to a CIP object.

The SLC-5/05 and MicroLogix 1100/1400 controllers cannot establish implicit I/O style connections to any device over EtherNet/IP.

They can read and write Assembly Objects, but that's not the same as establishing a cyclic I/O connection even though it accesses similar data.
 
I'd rather like to know that it is possible somehow, but it seems that it is hardware limitation. Maybe there is any third party module that allows us to do it?
Thank you very much for your answer ; )
 
Only ControlLogix and CompactLogix family controllers can do implicit I/O connections over EtherNet/IP.

There really isn't a market for a third party module to add I/O scanning to the older controller architecture, since there are modern controllers that support that feature, even for modestly sized control systems.

If the device supports a different Ethernet protocol, like Modbus/TCP, there may be another way to communicate with it from the SLC-5/05, like the MVI46-MNET module from ProSoft.
 

Similar Topics

I have a slc 505 ethernet cpu that I put in to replace a bad 504 and I cannot communicate with it. I cant even get links to comm via the rs232...
Replies
7
Views
1,759
I am working on setting up a Prosoft Datalogger model PLX51-DLplus-232. This unit will be collecting data from a SLC 5/05 on the DB9 port set to...
Replies
3
Views
80
I have a redundant ControlLogix being set up. This program reads a value from a remote site which happens to be SLC PLC. Rockwell mentions SLC...
Replies
2
Views
89
Hello, I have a ControlLogix redundant controller being set up. The program reads a value from a remote site which hosts a SLC PLC. Rockwell...
Replies
0
Views
67
I'm trying to read/write to an SLC5 with a ControlLogix L71 V35 plc that fails. The exact same code works on an L82S with V32. Is there a known...
Replies
10
Views
275
Back
Top Bottom