OPCDA.NET Reference Manual
OpcDataBind Constructor(Form,String,Int32)
See Also  Send Feedback
OpcDaNetUA.Net4 Assembly > OPCDA.NET Namespace > OpcDataBind Class > OpcDataBind Constructor : OpcDataBind Constructor(Form,String,Int32)

parent
callers Windows.Forms.Form object or null
serverID
OPC server ProgID
rate
fastest update rate from the server

Glossary Item Box

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.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal parent As Form, _
   ByVal serverID As String, _
   ByVal rate As Integer _
)
C# 
public OpcDataBind( 
   Form parent,
   string serverID,
   int rate
)

Parameters

parent
callers Windows.Forms.Form object or null
serverID
OPC server ProgID
rate
fastest update rate from the server

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2016, .NET 4.x

See Also

Copyright © 2002-2018 Advosol Inc. All Rights Reserved.