Replies: 2 comments 4 replies
-
Hi, The graybox automation wrapper (dll) is a wrapper around your OPC server. Even if you don't register it you could work with openopc2. (I never tested it but it makes sense). I guess some error messages could be probably less understandable that with the dll. I might be that you already have registered a dll with a similar functionality. (http://gray-box.net/daawrapper.php?lang=en) It is one part of the project that we took over from the original OpenOPC, and we did not touch it. I am really not an expert in that area. |
Beta Was this translation helpful? Give feedback.
-
`(c) 2018 Microsoft Corporation. All rights reserved. C:\Users\Administrator\Desktop\OPC>OpenOpcCli.exe --help Usage: OpenOpcCli.exe [OPTIONS] COMMAND [ARGS]... +- Options -----------------------------------------------------------------------------------------------------------+ C:\Users\Administrator\Desktop\OPC>OpenOpcCli.exe server-info C:\Users\Administrator\Desktop\OPC>OpenOpcCli.exe list-config C:\Users\Administrator\Desktop\OPC>OpenOpcCli.exe list-servers C:\Users\Administrator\Desktop\OPC>OpenOpcCli.exe list-servers C:\Users\Administrator\Desktop\OPC>OpenOpcCli.exe list-servers` here is error |
Beta Was this translation helpful? Give feedback.
-
I'm currently exploring the OpenOPC2 package for Python to interface with OPC servers in my power plant. While going through the documentation, I came across mentions of the graybox DLL required for registering and connecting to OPC DA servers. However, I noticed that I was able to fetch data from my OPC server using a test script without explicitly using the DLL. Here's the test script I used: test_read.py. Could you please clarify when the graybox DLL is required and how it relates to accessing OPC servers using OpenOPC2?
Beta Was this translation helpful? Give feedback.
All reactions