OPC server connection Keep-Alive Failures Allowed and Failover Threshold

How are the Keep-Alive Failures Allowed and Failover Threshold related with respect to disconnect event due to Keep-Alive Failures Allowed beeing 1,2,… or 0?

They aren’t really related to each other.

The failover logic just looks at the connection status periodically, and if it’s not connected for any reason increments the “not connected” count. If this count reaches the threshold it fails over.