-
Boa tarde, pessoal!
Durante o processo de criação do cluster recebi o seguinte erro após o git pull do repositório:
Error: Work Request error
│ Provider version: 5.24.0, released on 2024-01-10.…
-
I used the normal instructions for compiling, but it fails with this :
>>>
.....
[ 45%] Built target open62541-object
Scanning dependencies of target open62541
[ 47%] Linking C static library ../…
-
-
Hi,
Like you I'm trying to create an MVVM application for a beckhoff automation project.
I'm trying to read my Status structure.
```csharp
[DataTypeId("ns=4;s=:Status")]
[BinaryEncodingId("ns…
-
Writing up from a slack convo with @datadavev and @mbjones
As part of Metacat's move to k8s we want to "cross-sign" our DataONE intermediate CA cert, because the current version is signed with a s…
-
Hi,
I'm trying to create an MVVM application for a beckhoff automation project.
I'm trying to read my Status structure.
```csharp
[DataTypeId("ns=4;s=:Status")]
[BinaryEncodingId("ns=4;s=:Sta…
-
## Description
I successfully compiled the nodeset file "Opc.Ua.Ff.NodeSet2.xml" for my information model to produce the myServer.c and myServer.h files. However, when I try to compile the server…
-
大佬,您好:
我有一台仅支持OPC DA3.0的仪器,我需要在linux平台上连接到它。我在网上找到了utgard,我认为它有可能实现,因为它依赖的是J-interop。
由于我没有找到utgard的详细说明,但是我看到您曾经使用过它来实现客户端。
我想问下:1、utgard 1.4/1.5是否支持OPC DA3.0的连接?2、我的这个想法(使用utgard来跨平台连接)…
-
Hello,
From samples/simple_client, I'm trying to connect to a `Basic256,SignAndEncrypt` endpoint with X509 token and `client.connect_to_endpoint_id` returns
```
ERROR - opcua_client::comms::tcp_…
-
## Description
In __UA_Client_AsyncServiceEx the AsyncServiceCall missing an init
ac->syncResponse = NULL;
## Background Information / Reproduction Steps
If I run with MSVC and debug, int the …