Questions tagged [opc-ua]

The Open Platform Communications (OPC) Unified Architecture (UA), released in 2008, is a platform independent service-oriented architecture that integrates all the functionality of the individual OPC Classic specifications into one extensible framework. Use this tag on questions that concern Open Platform Communications Unified Architecture, in contrast to legacy OLE-based OPC.

The Open Platform Communications (OPC) Unified Architecture (UA), released in 2008, is a platform independent service-oriented architecture that integrates all the functionality of the individual OPC Classic specifications into one extensible framework.

is an interoperability standard that enables the secure and reliable exchange of industrial automation data while remaining cross-platform and vendor neutral. The specification, currently version 1.03, is developed and maintained by the OPC Foundation with the guidance of individual software developers, industry vendors, and end-users. It defines the interface between Clients and Servers, including access to real-time data, monitoring of alarms and events, historical data access, and data modeling.

From: https://projects.eclipse.org/projects/iot.milo

Useful Links

862 questions
0
votes
1 answer

Write Boolean to OPC UA server - "not of the same type" error

Will demonstrate it simply. I'm just executing the following line: client.writeValue(nodeId, client.readValue(nodeId)); This reads the value from the server and directly writes it back - No effect. However this works as intended for "Doubles" and…
DragonGamer
  • 834
  • 3
  • 9
  • 27
0
votes
1 answer

How can I test if a Milo client connection to a server is actually using encryption?

When using Eclipse Milo as a client, I want to test, after the connection has been established, if the connection is actually using encryption. What is the best approach to do so?
ctron
  • 538
  • 3
  • 13
0
votes
1 answer

OPC UA Java - How to get MonitoredItemID from a subscription publishResponse

I'm currently working with the OPC UA Foundation Java Stack, without any additional SDK's. I managed to implement subscriptions with multiple monitored items and I'm getting the change notifications correctly via the publish response. The Problem is…
Lola Parola
  • 93
  • 2
  • 8
0
votes
1 answer

OPC UA ServiceResultException(BadSecureChannelClosed) updating endpoint from server

My C# application uses the OPC UA Core stack as a Client to connect with a PLC running as a Server. I am not using the OPC UA SDK because the application is WPF and the SDK is incomprehensible. I've consulted various references (including the OPC…
Evil Dog Pie
  • 2,300
  • 2
  • 23
  • 46
0
votes
1 answer

Creating a Table in Node OPCUA

How to extend the address space into your SQL database with bidirectional mirroring, which immediately reflects any value change in the variable or database end in the opposite end. So if I have a table in Database, whose values can be changed from…
Umer
  • 159
  • 4
  • 15
0
votes
1 answer

How to get Data Change Notification OPC UA Java Client

I am using OPC UA java stack and developing an OPC UA client. I have made subscriptions and publish request to a monitored Item. I am using datachangefilter to set trigger if the value of the monitored item changes. Now I am able to get…
0
votes
2 answers

How to structure a data content in OPC UA and what exactly means delivering a OPC Specification for a application

This question is regarding OPC UA specification design for a industrial application. I am a beginner to OPC UA terminology and wondering what is the process of designing a OPC UA specification. I searched online for tutorials, tools and went through…
vijay krishna
  • 263
  • 1
  • 3
  • 14
0
votes
1 answer

OPC UA server historical access support

We are looking for a solution for collecting data from different SCADA systems. It seems that OPC UA is a good approach for that. Data collection will be done from a single system to multiple SCADA systems over the internet (https). So, we are…
user1632306
  • 167
  • 2
  • 10
0
votes
1 answer

Labview: Client can not connect to OPC UA server

I am trying to connect OPC UA client to an OPC UA server over the ethernet cable. I receive the following error LabVIEW: (Hex 0xFFFA8EF7) The OPC UA client cannot connect to the OPC UA server because the security policy, username, or password is…
مسعود
  • 679
  • 10
  • 25
0
votes
1 answer

Labview OPC UA component in LabView

I have never used LabView and I have to implement communication between OP UA server and OPC UA client. Please some one tell me how to add OPC server icon in labview it is not presnt in data communication. I just can not figure out where that OPC…
مسعود
  • 679
  • 10
  • 25
0
votes
1 answer

OPC UA and data representation

Hi I am investigating OPC UA for my organization. I am trying to work out an example for a presentation based on an information or data example. I have one for a on demand read operation and one for a continuous monitor. What I don't quite…
Dixon Steel
  • 1,021
  • 4
  • 12
  • 27
0
votes
1 answer

How can I get the list of OPC UA servers on .Net C#?

I'm writing a OPC proxy program in C#. I want to get the list of all OPC-Server on localhost or remote of the machine. I'm using OPC UA .NET from OPC foundation V1.26 I inspired me from the "sampleDiscovery-Programm" of Softing and I have now my…
Brigitte
  • 3
  • 4
0
votes
1 answer

how to start an opc ua client for embedded STM32 board

Recently, I need some idea about how to start an OPC UA client programm on an embedded STM32, I do how to use the ansi C stack provided by OPC foundation
0
votes
1 answer

Write a value with OPC UA Java (OPC Foundation)

I am trying to connect to a remote environment using the OPC UA java stack from the OPC Foundation. Reading values is working correct, for that I am using the following code: NodeId nodeId= NodeId.get(IdType.String, 2,…
user3083205
  • 1
  • 1
  • 1
0
votes
3 answers

Cross platform OPC UA communication for mobile platforms

I was looking into options of OPC UA client for ios and Android. I found out that there are some solutions available natively in android and iOS for Android : http://www.prosysopc.com/blog/2012/02/24/otso/15/#! for iOS :…
Rahul Raj
  • 367
  • 3
  • 17