cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

The community will undergo maintenance on October 16th at 10:00 PM PDT and will be unavailable for up to one hour.

Display alert if communication between Industrial Connection (Kepware) is down

Siddharth_Jhs
14-Alexandrite

Display alert if communication between Industrial Connection (Kepware) is down

Hi Team,

I need to create alert for my Thingworx application which will be generated if the native communication between Kepware and Thingworx is down, 

In my  case Kepware is up and showing Good values but due to some reason Thingworx side Kepware connection ( Industrial Connection) is showing "isConnected" property value as false and last connection was 3 days before. So need to develop some alerts which can automatically notify client whenever such incident occurs in future.

 

Thanks and Regards,

Sid

ACCEPTED SOLUTION

Accepted Solutions

HI @Siddharth_Jhs,

 

Based on the Property - "IsConnected" of the Industrial Machine Thing,  you can create the Subscription in that Thing with the event of "Data Change" to trigger the code automatically. If the property value changes to False we can send Mail/SMS or other notifications to the customer based on their requirements.

 

Arun_C_0-1680663499537.png

 

 

Or You can create Alerts for the property by configuring the "Alerts" to that "IsConnected" property value equals to False, with the default current alert services also you can notify your customer that machine connection is down.

 

Arun_C_0-1680663106414.png

 

 

Thanks & Regards,

Arun C

 

View solution in original post

2 REPLIES 2

HI @Siddharth_Jhs,

 

Based on the Property - "IsConnected" of the Industrial Machine Thing,  you can create the Subscription in that Thing with the event of "Data Change" to trigger the code automatically. If the property value changes to False we can send Mail/SMS or other notifications to the customer based on their requirements.

 

Arun_C_0-1680663499537.png

 

 

Or You can create Alerts for the property by configuring the "Alerts" to that "IsConnected" property value equals to False, with the default current alert services also you can notify your customer that machine connection is down.

 

Arun_C_0-1680663106414.png

 

 

Thanks & Regards,

Arun C

 

Siddharth_Jhs
14-Alexandrite
(To:Arun_C)

Thanks Arun for your quick reply. 

 

 

Announcements


Top Tags