Hi friends, My pc - OPC_proj_venv_configuration (installed in venv) python -3.7.9 x32-bit pip install OpenOPC-DA pip install pywin32 (version - 308) pip install Pyro5 (version 5.15) Issue It's menioned here that "To run opc-service from an active virtual environment, the following dlls will have to be copied to scripts directory of vitual env". But pythonservice.exe is not a dll file and is present at VENV project home directory. The "perfmondata.dll" is the dll file which is actually present at...
Inconsistency that i observed when using recursive=True in following python setup ---------x--------------x-------------x--------- - python -3.7.9 x32-bit - pip install OpenOPC-DA - pip install pywin32 (version - 308) - pip install Pyro5 (version 5.15) When using opc.list(recursive=True), I noticed that root-level tags of Matrikon OPC Simulation server among the others such as "@ClientCount , @Clients, #MonitorACLFile " are being returned, even though these tags are not part of any folder/group or...
Inconsistency that i observed when using recursive=True in following python setup ---------x--------------x-------------x--------- - python -3.7.9 x32-bit - pip install OpenOPC-DA - pip install pywin32 (version - 308) - pip install Pyro5 (version 5.15) When using opc.list(recursive=True), I noticed that root-level tags of Matrikon OPC Simulation server among the others such as "@ClientCount , @Clients, #MonitorACLFile " are being returned, even though these tags are not part of any folder/group or...