-
I have discovered that if you try to connect the `OpcDaClient` on a thread, it throws an `Exception`. Please see the below code snippet (done with [MatrikonOPC Simulation Server](https://www.matrikon…
-
I'm trying to connect DA v2.0 and this give error below
`System.InvalidCastException: 'Unable to cast COM object of type 'System.__ComObject' to interface type 'TitaniumAS.Opc.Client.Interop.Da.I…
-
So I've compiled the script and I'm using it in Unity3D. It gives this error for a null reference exception.
![image](https://user-images.githubusercontent.com/35682620/35210259-3c12fa44-ff9d-11e7-9e…
-
Hi there!
I want to use this library for connecting to OPC DA from linux machine. However I can not even get local connection to OPC DA server working. Please help me to figure out where my mistake…
-
## Description
Unable to transfer a subscription from one client to another
## Background Information / Reproduction Steps
Create a client connection to server, set up a subscription, create …
-
Hello
i am a newgie about node red and opc . I am searching for an examble to read an Item . I had installed two version of opc. I can read Items with the version node-red-contrib-opc-da but I can n…
-
Setup :
1. Windows 2019 VM install windows Docker with Linux containers
2. Create IOT HUB and create edge device
3. Deploy IOT edge service to the Docker.
4. Deploy iot-edge-opc-proxy as set modul…
-
Good time of day! I am beginner. Please help!!!
What is the difference between node-red-contrib-opc-da and node-red-contrib-opcda-client?
In my telemetry project, i use OPCDA-server. What node i ne…
-
Hi Team,
I am trying to connect to a classic OPC DA.
I can connect when server is local but facing problems while connecting to remote OPC DA.
when I try to discover servers then for local it wor…
-
I followed OpenOPC Library Tutorial:
```
import OpenOPC
opc = OpenOPC.open_client('')
opc.servers()
```
but when I try listing servers I get:
```
Traceback (most recent call last):
File "…