1761-net-eni

Join Date
Sep 2015
Location
Grand Rapids, Michigan
Posts
18
Our company has many of Rockwell's beloved NET-ENI modules to get SLC 5/03's onto our network. They have the issue of faulting out if more than 3 devices try to communicate with them. I've heard there is a way to send a message to the module from the PLC to reset them using a MSG instruction. It is described somewhat in the user manual 1761-UM006E but not in enough detail for me to figure it out. On page 4-13 it describes using a 485CIF write (aka a PLC2 unprotected write) to node 248 for save/reset. Has anyone done this before?
 
In my experience with the 1761-NET-ENI it was not uncommon to use up the number of available connections and cause communications issues some of which would only clear up with a power cycle. I never went so far as to try to reset one with message logic.

I always preferred the Digi-One IAP for this application since it never seemed to freeze up, but would just get slow if you tried to do more with it than the serial port bottle-neck would allow. We replaced all the NET-ENI modules with the Digi-One IAP HAZ at a previous employer one by one as they failed or gave us trouble.

We used the HAZ model due to the horrible environments some of them were going into (extreme hot and cold and high vibration).
 
I've done this on a ML1000 that was connected via WiFi and particularly problematic. You'll need something to trigger the MSG instruction and in my case I used S:1/7, the Comms Active bit. Not sure what bit you'd choose in your processor. This took two rungs.

First rung triggers a timer. In my case, I have it set to 2 minutes.
XIO S:1/7 TON T4:6 1.0 120 0

Second rung is the MSG instruction triggered by the timer /DN bit.
XIC T4:6/DN MSG WRITE 485CIF N7:0 N7:10 248 0 1 0

N7:10 contains a 1.

Change your control block, timer numbers, and data table address to suit your program.



Shawn
 

Similar Topics

"Hello! Good day! Excuse me, I have a question regarding the 1761-NET-ENI. RSLinx has already detected it but it's not connecting to the PLC...
Replies
4
Views
79
Good afternoon guys, does anyone recommend a direct replacement part for Allen Bradley's 1761-NET-ENI devices? We have a lot of these in our plant...
Replies
9
Views
1,000
Hello, currently I have a micrologix 1200 (1762-L40AWAR )connected to an HMI panelview 600(2711-T6C3L1X) via the 1761-net-aic module, I want to...
Replies
13
Views
1,770
I have decided that instead of upgrading the drives & plc at the same time on my project i would just do the drives for now as just getting them...
Replies
23
Views
8,945
Our company has many of Rockwell's beloved NET-ENI modules to get SLC 5/03's onto our network. They have the issue of faulting out if more than 3...
Replies
0
Views
1,311
Back
Top Bottom