Skip to content
#

opc-ua

Here are 151 public repositories matching this topic...

PhoebeHui
PhoebeHui commented Apr 1, 2020

Hi,

open62541 is available as a port in vcpkg, a C++ library manager that simplifies installation for open62541 and other project dependencies. Documenting the install process here will help users get started by providing a single set of commands to build open62541, ready to be included in their projects.

We also test whether our library ports build in various configurations (dynamic, static

anovakovic01
anovakovic01 commented Jul 15, 2019

FEATURE REQUEST

  1. Is there an open issue addressing this request? If it does, please add a "+1" reaction to the
    existing issue, otherwise proceed to step 2.
    No.

  2. Describe the feature you are requesting, as well as the possible use case(s) for it.
    After adding open tracing support to the existing gRPC and HTTP endpoints in Users and Things service, we should add support for t

aki-0919
aki-0919 commented Apr 21, 2020

I guess the last condition of this line should be typeof options2.port !== "number", not options.port.

If OPCUA server is created without port, it throws error of expecting a valid port (number)

Works: server = new opcua.OPCUAServer({ port: 26543 });
Error: `server = new o

bug
Armagetron
Armagetron commented Nov 25, 2019

As discussed in #1 I have problems with some of the examples. Most of them are not updated for asyncio. E.g. server-custom-object.py fails with

Traceback (most recent call last):
  File "./server-custom-object.py", line 42, in <module>
    mycustomobj_type.add_variable(0, "var_should_be_there_after_instantiate", 1.0) # demonstrates instantiate
AttributeError: 'coroutine' object has no a
flipback
flipback commented Oct 26, 2019

Is your feature request related to a problem? Please describe.

There is no documentation for the OPC UA Client part of the stack.

Describe the solution you'd like

We need a document in 'Getting started' part, that describes OPC UA conection establishment and data reading with ASNeG OPC UA Client.

doc

Improve this page

Add a description, image, and links to the opc-ua topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the opc-ua topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.