OPCDA.NET Reference Manual
DAGroup Class Members
See Also  Properties  Methods  Events Send Feedback
OpcDaNetUA.Net4 Assembly > OPCDA.NET.Controls Namespace : DAGroup Class


Glossary Item Box

The following tables list the members exposed by DAGroup.

Public Constructors

 NameDescription
Public ConstructorDAGroup ConstructorOverloaded.   
Top

Public Properties

 NameDescription
Public PropertyAsyncCallbacksEnabled Determines wether the group enables the server callback handling for asynchronous handling  
Public PropertyAsyncWriteTimeLimit Determines the time limit in seconds for asyncchronous write responses.  
Public PropertyClientHandle Group Client Handle. This handle is only used in special situations.  
Public PropertyContainer (Inherited from System.ComponentModel.Component)
Public PropertyDAServer The OPC server defined in this object is accessed for all subscriptions handled by this control.  
Public PropertyError Indicates that the group could not be correctle created in the server.  
Public PropertyGrp The BGGroup object used by this control. The BGGroup class handles the OPC server access in background threads using methods of the OpcGroup class.  
Public PropertyInitialActiveState Initial active state of the group.  
Public PropertyIsCreated True if the associated group is created in the server.  
Public PropertyItemDefinitionSets Sets of item defintions for read/write calls. The collection contains a number of DAItemSet object. Each DAItemSet object contains a DAItemValue collection that can be used in Read/Write calls.  
Public PropertyItemNames OPC items added to this group.  
Public PropertyItems OPC items added to this group.  
Public PropertyKeepAliveRateKeepAlive feature of OPC DA V3 servers.
A get returns the revised rate of the last set call. A value of 0 disables or indicates a disabled KeepAlive handling. Errors are reported in the Notification event.  
Public PropertyName Group Name in server. The name can be empty and is used mainly for debug purposes.  
Public PropertyOwnerForm The Form object that uses this control and requires thread synchronization.  
Public PropertySite (Inherited from System.ComponentModel.Component)
Public PropertyTag User defined data asociated with the object.  
Public PropertyUpdRateRequested Defines the requested fastest rate [ms] of OPC server callbacks.  
Public PropertyUpdRateRevised The actual fastest rate [ms] of OPC server callbacks.  
Top

Protected Properties

Public Methods

 NameDescription
Public MethodCreateAvailable in the OPCDA.NET Professional Edition only.
The group is added to the OPC server according the settings and the processsing is started. The associated DAServer id Connected if it isn't already. This is the only initailization call necessary to start the processing. The call returns after the request is queued. The processing is handled asynchronously. Completion and errors are reported in the specified completion event handler. If no completion handler is specified then error are reported in the Notification event handler of the associated DAServer object.  
Public MethodCreateObjRefCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
Public MethodDisposeOverloaded. Overridden.  Clean up any resources being used.  
Public MethodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodReadAvailable in the OPCDA.NET Professional Edition only.
Read a set of items by executing an asynchronous read call in the background thread of the BGGroup class. The call returns immediately after the request is queued. The success of the call is reported in the completion event handler arguments. Complete failure is indicated in the exception argument. Error reading certain items are reported in the Error field of the rslt object.  
Public MethodRemoveAvailable in the OPCDA.NET Professional Edition only.
This operation is stopped and the group is removed in the OPC server. The group can be reactivated by calling the Create() method again. The call returns after the request is queued. The processing is handled asynchronously. Completion and errors are reported in the specified completion event handler. If no completion handler is specified then error are reported in the Notification event handler of the associated DAServer object.  
Public MethodToString (Inherited from System.ComponentModel.Component)
Public MethodWriteAvailable in the OPCDA.NET Professional Edition only.
Write a set of items by executing an asynchronous write call in a background thread of the BGGroup class. The call returns immediately after the request is queued. The success of the write call is reported in the completion event handler arguments. Complete failure is indicated in the exception argument. Error writing certain items are reported in the Error field of the rslt object.  
Top

Protected Methods

 NameDescription
Protected MethodFinalize (Inherited from System.ComponentModel.Component)
Protected MethodGetService (Inherited from System.ComponentModel.Component)
Protected MethodMemberwiseCloneOverloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
Top

Public Events

 NameDescription
Public EventDataChanged  
Public EventDisposed (Inherited from System.ComponentModel.Component)
Top

See Also

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