CHANGES.txt
上传用户:liufeng210
上传日期:2016-03-28
资源大小:164k
文件大小:1k
- 1.1.3 - Added option to set the OPC Client Name string since some OPC servers
- have an option to use this for security purposes.
-
- When using the command-line client, include the new -n switch:
-
- opc -n MyClientName
-
- When using the Python library, pass the optional client_name argument
- when creating the OpenOPC client object:
-
- import OpenOPC
- opc = OpenOPC.client(client_name='MyClientName')
-
- Or you can set a system enviornment variable which will always be
- used as the default by both the library and command-line client.
- In Windows this is set under Control Panel > System > Advanced.
-
- OPC_CLIENT=MyClientName
- 1.1.2 - Updated installer package to include newest GrayBox Automation DLL
- (gbda_aut.dll) which uses the class name Graybox.OPC.DAWrapper instead
- of OPC.Automation. This avoids the possibility of overwriting any
- 'official' OPC Foundation registry entries.
-
- Also built new ZIP and tar.gz distributions of the package for
- those who dislike automated Windows installers or are planning to
- use parts of OpenOPC on non-Windows platforms.
- 1.1.0 - Initial public release