-
I have the OpenOPC Gateway Service running locally. I have validated client-server connectivity for `localhost` using [MatrikonOPC Simulation Server](https://www.matrikonopc.com/products/opc-drivers/…
-
the read works just fine but the sync write does not, i have this exception, the itemID is correct as it works with the read. pretty new to C# and kinda stuck for a week bcz of it, any help ?
using…
-
From https://openopc.sourceforge.net/api.html:
> In Open mode a connection is made to the [OpenOPC Gateway Service](http://openopc.sourceforge.net/service.html) running on the specified node. This …
-
### What would you like to happen?
软件架构可以参考 NI OPC Server (National Instruments OPC Server) 与 Labview 的交互方式(Shared Variables).
(The software architecture can refer to the interaction between NI OP…
-
Hi colleagues .
I need a kind help for the below scenarios . It will be very good of you if you can pls help me for the same
1) I have developed a OPC DA client with all necessary softwares ins…
-
I am following the code provided in the opcsample/Program.cs and I am getting the below exception. Should I register any of the com dll's using regsvr?
Please advise.
System.Runtime.InteropService…
-
--------------------------------------------------------------------------------
-->
## Description
Hello!
I will just get to the point. I created OPC UA server using open62541 library (1.3.2)…
-
## Description
## Background Information / Reproduction Steps
I use examples/encryption/client_encryption.c sample code connect to Prosys OPC UA Simulation Server
Used CMake options:
…
-
### Relevant telegraf.conf:
```toml
[[outputs.influxdb]]
urls = ["http://127.0.0.1:8086"]
database = "telegraf"
[[inputs.opcua]]
name = "OPC Expert Simulation Server"
endpoint = "…
-
Hello openopc2 team! Firstly, thank you for making this, I just came across you today.
Can you please update a few things in your docs:
- `examples/commands.ps1` uses `python -m opc`, but I think…