Overload | Description |
---|---|
UaDataBind Constructor(Form,Session) | Create object and connect to the OPC server with the given ProgID. For remote OPC servers the nemae must be specified as //machine/progid. If credentials are required then the OPC server must be connected using the OpcServer.Connect() method and the DataBind class then constructed using the constructor overload with server object instead of the name. The update rate is initialized to 500 ms. |
UaDataBind Constructor(Form,Session,Int32) | Create object and connect to the OPC server with the given ProgID. For remote OPC servers the nemae must be specified as //machine/progid. If credentials are required then the OPC server must be connected using the OpcServer.Connect() method and the DataBind class then constructed using the constructor overload with server object instead of the name. |
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x