-
Hi
I'm sorry if I'm wrong to ask you individually.
I was having trouble connecting to the [UNICORN OPC server](https://cdn.cytivalifesciences.com/api/public/content/digi-17991-original), so I woul…
-
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/…
-
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 …
-
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…
-
I am trying to complete the steps in https://openopc.sourceforge.net/'s minimal working program example, and have begun by using `src/opc.py` to scan for OPC servers:
```bash
> python -m src.opc -…
-
hello, I'm trying to install this library on isolated pure python 3.8, a separate virtualnev project in pycharm ide.
pip install openopc2
openopc2 --install
python -m openopc2 servers
The…
-
I used pyinstaller version 4.2 (lastest) to create exe file for my python project (python 3.8)
the python file can run as normal in Pycham environment, but when converting to exe file, it could not r…
-
The `OpenOPC Gateway` section of the [current `README.md`](https://github.com/iterativ/openopc2/blob/3dc6a9522a3a5f30b243b4b8e44fb7409a2a1388/README.md#openopc-gateway) says:
```console
C:\openopc…
-
Hello,
I'm having an issue with packaging pythoncom using pyinstaller 3.3.1. on Windows 10 (no anaconda environment or something similar). At first I had issues as mentioned in #1803 so I tried the …
-
Here is what I have gathered to do, using PowerShell on Windows 10 Pro:
```PowerShell
git clone git@github.com:iterativ/openopc2.git
cd openopc2
pyenv local 3.10.9
python -m venv venv
.\venv\S…