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
-1
votes
1 answer

How to send string from Twincat PLC OPC UA server to unified automation OPC UA C++ Client program

How to send string (temparature, pressure,setpoint ) values to OPC UA C++ CLIENT program mean the client can acess values in the server it can read or write
Hunnybabu
  • 21
  • 2
-2
votes
1 answer

OPC UA vs Socketio

What is the difference between socketio and OPC UA and when would I choose which protocol? Are socketio and OPC UA the same type of protocol and alternatives of each other or do they fit into different catergories. Are there any alternatives to…
Julian
  • 77
  • 7
-2
votes
2 answers

Create a OPC UA Client by Unity3D

Actually asked for this once but seems like no one gave me the expected answer :( I'm trying to create a OPC UA Client in Unity3D. To be more specific, it will be something like: a simple scene with only a Text. That Text shows the value of a…
mononaro
  • 13
  • 5
-2
votes
2 answers

How to access all variables in all databases from PLC (without specifying the name of database or variable)?

In the plc database i have a database named "status" which has a variable named "Temperature". Since I know the names, I access the value of this variable like this: from opcua import Client client = Client("url") client.connect() temperature =…
Qendrim Krasniqi
  • 162
  • 1
  • 10
-2
votes
1 answer

Compile OPC-UA-AnsiC to DLL

my goal is to write a small OPC-UA-Client in Delphi and i want to use the original OPC-UA-Stack without any 3rd-party-SDK. I am already able to compile the Ansi-C-Stack but the output are .obj and .lib files. Is there a way to compile the stack to…
Mr.Dev
  • 23
  • 3
-2
votes
1 answer

OPC-UA server in a remote access computer

I am trying to connect an OPC-UA server with an OPC-UA client. I am using a remote desktop connection. Is it the reason that I am not getting any server discovered by Matlab OPC UA or Aspen CIMIO even though they are running?
-2
votes
2 answers

How to interface OPC UA Server from Delphi application?

While there are plenty of Delphi OPC-DA Client components (commercial and open source), I can't seem to find Delphi component for OPC UA. In the absence of a Delphi OPC UA solution, should I look into using an OPC-DA to UA gateway? EDIT Native…
Joshua
  • 1,709
  • 2
  • 24
  • 38
1 2 3
57
58