-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Got two errors during connection for 32 and 64 bit installation: OPCError: Class not registered and ConnectionRefusedError #54
Comments
Note I am using this fork of I found installing Matrikon OPC Explorer onto the client machine installs some special sauce that was required for me to get Are you able to use Matrikon OPC Explorer (client machine) to read from Matrikon OPC Simulation Server (server machine)? I would say test that connectivity works first. |
Hi, Please don't mix openopc from yamouse with this project... they are not the same codebase and not compatible.
OPC_CLASS=Graybox.OPC.DAWrapper |
Hey @renzop! Appreciate the assistance! Now 64 bit version functions with both Windows server and MacOS 🔥 |
changed readme according to this. |
@danilNil what did do to get everything 64bit working... ? |
@s-tatus could you create PR to openopc2 with your fixes? |
When running the tests in a 64bit environment i get Process finished with exit code -1073741819 (0xC0000005) |
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 is.
Environment
Windows Server 2016 Standart 64 bit
Python 3.10.11 - 64 bit in windows shell and Python 3.11.4 32 bit under miniconda3
Steps to reproduce
32 bits installation
64 bit installation
The text was updated successfully, but these errors were encountered: