Ethernet loss alarm

cornbread

Lifetime Supporting Member
Join Date
Feb 2007
Location
madison, indiana
Posts
407
I have several L32E’s that I’m doing some messaging (Ethernet). My 1st attempt at messaging created some issues.. primarily losing the Ethernet port on one of the PLC’s. I’ve corrected that problem, but I was wondering is there an easy way to detect and alarm on the loss of an Ethernet (PLC) on the network?
 
MSG timeouts for Ethernet messages are forever in most cases, compared to your need to know. It is not always possible to change that timeout value and easier to just roll your own.

Your messages probably complete in a second or less 99 percent of the time, but I would simply time the duration after they are enabled and not done...monitor that number for a while, maybe trap the peak values for a few hours...

Then set up your own TON to monitor the condition (EN, not DN) and set the preset value safely above what you know is normal. If the timer ever gets done, latch or seal a fault bit. Ultimately, when someone unplugs a cable or some other problem occurs along the wire and other switches involved, you will "know it" in a couple of seconds and can take appropriate action in your logic.
 
Last edited:
I thought I corrected the problem but it has returned. Seems I'm loosing the ethernet port on the PLC I'm writing from. All I do to fix it is unplug the cable and plug it back up. Any clues to why this is happening? Can I overload the ethernet with MSG commands? Any help is greatly appreciated.
 

Similar Topics

Easy, basic question... this is my first time linking 3 ABB vfds to an Allen-Bradley PLC using ethernet IP, and the odva Drive assemblies 123 and...
Replies
11
Views
2,477
Hello. Got two powerflex 525 set up. I was using digins to control drive although it was connected to a network. I didn't have any faults coming...
Replies
11
Views
10,518
Hello all. I am currently using a compactlogix L36ERM to control 5 Powerflex 525 Drives over Ethernet. The problem I am having is determining...
Replies
1
Views
4,202
My PanelView 400 stops talking to SLC5/05, and I just get the *****s on the PanelView. The PC/RSLinx always sees both of them fine. I can reboot...
Replies
6
Views
3,091
Hi, I am working with a L35E and a Yaskawa VFD using Ethernet coms. I use AB's Generic Ethernet Module to communicate. Is there a Tag that I can...
Replies
3
Views
1,757
Back
Top Bottom