CHANGES.txt
上传用户:liufeng210
上传日期:2016-03-28
资源大小:164k
文件大小:1k
源码类别:

PlugIns编程

开发平台:

Python

  1. 1.1.3 - Added option to set the OPC Client Name string since some OPC servers
  2.         have an option to use this for security purposes.
  3.         
  4.         When using the command-line client, include the new -n switch:
  5.         
  6.         opc -n MyClientName
  7.         
  8.         When using the Python library, pass the optional client_name argument
  9.         when creating the OpenOPC client object:
  10.         
  11.         import OpenOPC
  12.         opc = OpenOPC.client(client_name='MyClientName')
  13.         
  14.         Or you can set a system enviornment variable which will always be
  15.         used as the default by both the library and command-line client.
  16.         In Windows this is set under Control Panel > System > Advanced.
  17.         
  18.         OPC_CLIENT=MyClientName
  19. 1.1.2 - Updated installer package to include newest GrayBox Automation DLL
  20.         (gbda_aut.dll) which uses the class name Graybox.OPC.DAWrapper instead
  21.         of OPC.Automation.  This avoids the possibility of overwriting any
  22.         'official' OPC Foundation registry entries.
  23.         
  24.         Also built new ZIP and tar.gz distributions of the package for
  25.         those who dislike automated Windows installers or are planning to
  26.         use parts of OpenOPC on non-Windows platforms.
  27. 1.1.0 - Initial public release