Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [milo-dev] OPC-UA connectivity status
  • From: "RB, Pramod Kumar" <pramodkumar.rb@xxxxxxxxxxxxxxxx>
  • Date: Mon, 24 May 2021 13:07:08 +0000
  • Accept-language: en-IN, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=thermofisher.com; dmarc=pass action=none header.from=thermofisher.com; dkim=pass header.d=thermofisher.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=NwNiTVHls+hV/9FdLH7Hwt18x6/PxCn3w7IONYYFVJg=; b=moN6eXHmIMl9UmKl4tufcNBJohdUgZv5xBLbNvXCtG3haJ5AlZTsnRY4cFHHdCvvcSazTDLFj1Lq+C6L0wP4CGULR04D8YXwHQbaUjpe/Y0fjMi8RFfjoAUfx96y1l+Bj0lz7MxD1qE1fScRBKXRSjOSbG1pJOF5AY7xl1JWWKu/CS3fA3iWqz9MW0Dnjdvat6icLObchtWyAQ3Cv5pQ44/BEyvJWSA4TvKB20EdhDie8+Dk2aqMzVxNyH1VRKLclvFJjOOGRUDvYu1vAte5IuwKuVR6nQuAKiVrK/8ccWVIdqQxhcvmIetkDEVib2kqdoAydk6CH1cQ3056Q4PA+A==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=V5WZ+nMGuFQcpOvWgc4IQU3H2AMrqt5xiENHQLw4iwlI33aGmucxNQBsDonxxGWsvENNPQ1+HN/bMNhK4s7czjCJF37z7oghsJHqjXj6ZQXLWMc9gtSM76iO9PFfh36Y2sLTLnaQtQVoqQLWcGly+4oowINuHNmr+t7FgDaNsv4/gIAMdKzJ2PcgMzlGPFVM/jkoBJ76gXSux5jDODASHIs20tOhtGZp55BvgfFAd2xtZcbRsigHDwFCRzmTapVnM2WxjbTAXaY+1gb6/Dmy3FMCrIGoe9iLQ9mm6IzAd8/tYF2LreAWNawHFcvGsjsFplucyS4nefbd74Gs27l9sQ==
  • Delivered-to: milo-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/milo-dev/>
  • List-help: <mailto:milo-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/milo-dev>, <mailto:milo-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/milo-dev>, <mailto:milo-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AddP67ZErdQMcrB/RK6niBKoeuEnHQAsFQjg
  • Thread-topic: OPC-UA connectivity status

Hi team,

 

Currently I am using following code after creating opc-ua client but this will not handle if the connectivity is re-established.

 

client.getSubscriptionManager().addSubscriptionListener(new UaSubscriptionManager.SubscriptionListener() {

                                 @Override

                                 public void onKeepAlive(UaSubscription subscription, DateTime publishTime) {

                                         // set status opc-ua server connected

                                 }

 

                                 @Override

                                 public void onPublishFailure(UaException exception) {

                                    //set status as opc-ua server disconnected

                                }             

                             });

 

Regards,

Pramod

 

From: RB, Pramod Kumar
Sent: Sunday, May 23, 2021 9:27 PM
To: milo-dev@xxxxxxxxxxx
Subject: OPC-UA connectivity status

 

Hi Team,

 

How to get the OPC-UA Server connectivity status from OPC-UA client, I looking for right way to identify opc-ua server connectivity state (Not connected, Connected, Disconnected) to indicate status on OPC-UA client software.

 

Regards,

Pramod


Back to the top