Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[milo-dev] Unable to subscribe to OPC-UA server node
  • From: "RB, Pramod Kumar" <pramodkumar.rb@xxxxxxxxxxxxxxxx>
  • Date: Sun, 21 Mar 2021 06:57:28 +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=rd0JZbYXvuiYrKls2Kt9oOW/7HXq4HnyiHTfGfbUzc0=; b=oARW4PAgj7k01W+35KDDTJxgmwCDEefC36CfTjNJ5j9CarhMbiORrDmEwFPIyocFbuTzvXJDJ8VDDz8Nuof6ZG1J14vMl/0M+L87rPWeUQw5KsmCxkJCcyze4VwuDVa5G5Ba41HTWWhIk95tb01wq8MBTnAAhqMijzGUFmdKZekmzqAOdtmKOiRtLyul0hBqi4BwpsiQ+U3trINQk1FG71L3FppFYvTHeyWcahn3mds9OL+5Y/w3++qrQaukipaP7GgiE2dDXArJ6FEFPToAtSGHVtN/V8YKZUbUG2a4WoQ1yOSP24xzkNX5x+wDPkhJlvX+bbeZ+NPjUNnU+2hmBw==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=Hvj6NL2pcudEex5AtgJVjSNijoE3aUP8cgFGWiz120sRdiZWOa8X/PBZCMIUBX19ZItcdGeD46e6lbnGJn6NsXax4QO2LTm35y0b+I6CZdzSRtqOEUH1o5gF0VlXEzQPZALwJwAiSubAqUUf6tlh6Sa1EIHo46lBPl5NsZ1BBj378pqYZcoH3p65dG4LoeBxJb21VKm+eKChYrdZdqvVJRZN8tNYiqIjhZfMxPVm5prKSANUK4busL2Tk3Rd70TU4RM7VLZDVyl+jmy2KY5lHEf/7AcJ3IX60zkt9AQiYmU+fyjEidZ7z5wnwr9eaTKoJ4rQnfvqG/ti/Ig9ukzvsA==
  • 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: AdceH3KaSZK41ldrRhuikHPPwjgx+g==
  • Thread-topic: Unable to subscribe to OPC-UA server node

Hi team,

 

I am trying subscribe to opc-ua server Node value change using milo.opc-ua client-examples project, following is the code changed to test it using SubscriptionExample class

 

  ReadValueId readValueId = new ReadValueId( new NodeId(2,"6051"),

  AttributeId.Value.uid(), null, QualifiedName.NULL_VALUE );

 

But, I am getting this error

[main] WARN  o.e.m.e.client.SubscriptionExample - failed to create item for nodeId=NodeId{ns=2, id=5003} (status=StatusCode{name=Bad_NodeIdUnknown, value=0x80340000, quality=bad})

 

 

Its working in opc-ua UaExpert tool

Graphical user interface, text, application

Description automatically generated

 

Please provide required details/example to subscribe to opc-ua node to capture data on node change

 

Regards,

Pramod

 

 

 




This e-mail and any attachments thereto may contain confidential information and/or information protected by intellectual property rights for the exclusive attention of the intended addressees named above. If you have received this transmission in error, please immediately notify the sender by return e-mail and delete this message and its attachments permanently from your system/server, if stored. Unauthorized use, copying or further full or partial distribution of this e-mail or its contents is prohibited and will be subject to prosecution.

Back to the top