Alarm on breakage of ethernet communication link

AB2005

Member
Join Date
Nov 2006
Location
Lahore
Posts
318
Hi;

We have been searching a device which can enable an alarm contact if Ethernet communication breaks between a PC and LAN.
Application is simple; a machine PC (having WXP) is connected with company LAN and getting information (jobs data)from other PCs. Sometime Ethernet communication breaks but operator don’t know about it. So we want to give an alarm indication or switch on a buzzer for operator whenever communication breaks. Kindly tell us if you have any solution for this problem.
 
I can't say I've heard of such a standalone device.

You could look at Zabbix software to monitor the PC via SNMP. Or you could program something that keeps a ping to that PC and triggers an alarm if it stops getting replies.

Going at it cheaply, an Arduino would likely be able to do this... I'm sure I've seen something like this on the internet before.
 
Hi;

We have been searching a device which can enable an alarm contact if Ethernet communication breaks between a PC and LAN.
Application is simple; a machine PC (having WXP) is connected with company LAN and getting information (jobs data)from other PCs. Sometime Ethernet communication breaks but operator don’t know about it. So we want to give an alarm indication or switch on a buzzer for operator whenever communication breaks. Kindly tell us if you have any solution for this problem.

I'm unsure what you mean by Ethernet communication breaks, do you mean the application (you don't mention what software PC is using) stops communicating at its software level or there is a physical break in the network ?

If its the former then you need to look at the application to see if you can find out what's happening and raise an alarm at source in the application whihc should be a fairly simple task if its SCADA or HMI application

If it's the latter you could just use a basic managed switch, for example the Moxa EDS-405A has an alarm contact on it that can be configured to operate if the link is down, page 3-70 in the manual linked
https://www.moxa.com/doc/man/Moxa_Managed_Switches_UM_e9.5.pdf
 
Last edited:
There is all kinds of "Ethernet/Tcp" monitoring software on the Internet that can be downloaded for even FREE. Some will have alarm notification some will not.

However, if you are a programmer of (VB,C,C#,C++,Python) almost any of them will have a "PING" feature. Just ping the other devices on your network and when a Ping fails you have lost communication.
 

Similar Topics

Hi- I am configuring an alarm and event server to display 1 current alarm at a time on a big display. Having a few issues The alarm doesn't...
Replies
0
Views
1
Hi folks, in the alarm manager of Rslogix 5000, the tag-based alarm has been created. But when I tried to change the condition, it was found the...
Replies
2
Views
135
From the Red Lion website, after some customer enquiries in the last week or so... Rev. March 25, 2024 [18:30] Just thought it might help a...
Replies
9
Views
274
I'm a newbie who started a job as a repair tech recently. I've had plenty of luck with ABBs, Allen Bradleys, and a few others, but I can't seem to...
Replies
1
Views
158
Hello, I made a change in alarm setup in factory view studio, where I changed a alarm message text. After that I made a run application and...
Replies
0
Views
129
Back
Top Bottom