Catch Redundant Disconnect/Connect

Find and share HowTos to various installations / configurations!
5 posts • Page 1 of 1
shokkul
Posts:37
Joined: Mon Feb 25, 2019 8:50 am

Catch Redundant Disconnect/Connect

Post by shokkul »

Hello,

We are trying to implement a feature that catches if redundant pc is disconnected and connected again back but we don't know which data point is providing this information. Any help is appreciated :)

Thanks

leoknipp
Posts:2928
Joined: Tue Aug 24, 2010 7:28 pm

Re: Catch Redundant Disconnect/Connect

Post by leoknipp »

If you want to get the information if the redundant servers have connection you can use the DP element _ReduManager(_2).PeerAlive.Link0
When the value is 1 the connection is established.

What kind of feature do you want to implement?

Best Regards
Leopold Knipp
Senior Support Specialist

shokkul
Posts:37
Joined: Mon Feb 25, 2019 8:50 am

Re: Catch Redundant Disconnect/Connect

Post by shokkul »

Hello,

Thanks for the answer, we will just inform operator whether PC is connected to other PC or not and vice versa. We will trigger an alarm when it occurs.

kilianvp
Posts:443
Joined: Fri Jan 16, 2015 10:29 am

Re: Catch Redundant Disconnect/Connect

Post by kilianvp »

if you have 3.16 or greater you can use sysConnect() and "dist"

leoknipp
Posts:2928
Joined: Tue Aug 24, 2010 7:28 pm

Re: Catch Redundant Disconnect/Connect

Post by leoknipp »

When using sysConnect() with "dist'" you will get information for system messages send in a distributed system.
The information given by "shokkul" does not include information for a distributed system.

With sysConnect() using "redu" you will get active/passive information but no connection information.

Best Regards
Leopold Knipp
Senior Support Specialist

5 posts • Page 1 of 1