Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X
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
Solved! Go to Solution.
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.
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.
Thanks & Regards,
Arun C
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.
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.
Thanks & Regards,
Arun C
Thanks Arun for your quick reply.