OPC Labs EasyOPC “Classic” Library
EasyDAClient Object Members
Overview 
OpcLabs_EasyOpcClassic ActiveX DLL : EasyDAClient Object
Public Methods

 

DISPID (Dispatch ID):

 

For more information, see add_Disposed in .NET Reference.

Browse for access paths, returning a list. Specify server descriptor, and node descriptor.

 

DISPID (Dispatch ID):

 

For more information, see OpcLabs.EasyOpc.DataAccess.ComTypes._EasyDAClient.BrowseAccessPathList in .NET Reference.

Browse for access paths. Specify server descriptor, and node descriptor.

 

DISPID (Dispatch ID):

 

For more information, see BrowseAccessPaths in .NET Reference.

Browse for child branches. Specify machine name, and server class.

 

DISPID (Dispatch ID):

 

For more information, see BrowseBranches in .NET Reference.

Browse for child leaves. Specify machine name, and server class.

 

DISPID (Dispatch ID):

 

For more information, see BrowseLeaves in .NET Reference.

Browse for child nodes. Specify server descriptor, parent item ID, and node filter.

 

DISPID (Dispatch ID):

 

For more information, see BrowseNodes in .NET Reference.

Browse for available item properties. Specify server descriptor, and node descriptor.

 

DISPID (Dispatch ID):

 

For more information, see BrowseProperties in .NET Reference.

Browses the specified computer and returns information about OPC (Data Access) servers found.

 

DISPID (Dispatch ID):

 

For more information, see BrowseServers in .NET Reference.

Changes parameters of a subscription. Specify handle, and requested update rate.

 

DISPID (Dispatch ID):

 

For more information, see ChangeItemSubscription in .NET Reference.

Changes parameters of subscriptions to multiple OPC items, using a list.

 

DISPID (Dispatch ID):

 

For more information, see OpcLabs.EasyOpc.DataAccess.ComTypes._EasyDAClient.ChangeItemSubscriptionList in .NET Reference.

Changes parameters of subscriptions to multiple OPC items.

 

DISPID (Dispatch ID):

 

For more information, see ChangeMultipleItemSubscriptions in .NET Reference.

Creates a new object that is a copy of the current instance.

 

DISPID (Dispatch ID):

 

For more information, see Clone in .NET Reference.

 

DISPID (Dispatch ID):

 

For more information, see Dispose in .NET Reference.

Determines whether the specified object is equal to the current object.

 

DISPID (Dispatch ID):

 

For more information, see Equals in .NET Reference.

Returns a hash code for the current object.

 

DISPID (Dispatch ID):

 

For more information, see GetHashCode in .NET Reference.

Obtains parameters of specified item subscription.

 

DISPID (Dispatch ID):

 

For more information, see GetItemSubscriptionArguments in .NET Reference.

Gets values of multiple OPC properties, specifying an array of property arguments objects.

 

DISPID (Dispatch ID):

 

For more information, see GetMultiplePropertyValues in .NET Reference.

 

DISPID (Dispatch ID):

 

For more information, see GetObjectData in .NET Reference.

Gets a value of OPC property, using individual parameters specifying the OPC server, and OPC Item ID.

 

DISPID (Dispatch ID):

 

For more information, see GetPropertyValue in .NET Reference.

Gets values of multiple OPC properties, specifying a list of property arguments objects.

 

DISPID (Dispatch ID):

 

For more information, see OpcLabs.EasyOpc.DataAccess.ComTypes._EasyDAClient.GetPropertyValueList in .NET Reference.

Gets the service object of the specified type.

 

DISPID (Dispatch ID):

 

For more information, see GetService in .NET Reference.

Gets the service object of the specified type, given by type name.

 

DISPID (Dispatch ID):

 

For more information, see GetServiceByName in .NET Reference.

Gets the Type of the current instance.

 

DISPID (Dispatch ID):

 

For more information, see GetType in .NET Reference.

Determines whether the given item subscription handle is known to this client.

 

DISPID (Dispatch ID):

 

For more information, see IsKnownItemSubscriptionHandle in .NET Reference.

Attempts to pull an OPC item change subscribed to by the SubscribeMultipleItems or SubscribeItem method.

 

DISPID (Dispatch ID):

 

For more information, see PullItemChanged in .NET Reference.

Attempts to pull multiple OPC item changes subscribed to by the SubscribeMultipleItems or SubscribeItem method, returning a list.

 

DISPID (Dispatch ID):

 

For more information, see OpcLabs.EasyOpc.DataAccess.ComTypes._EasyDAClient.PullItemChangeList in .NET Reference.

Attempts to pull multiple OPC item changes subscribed to by the SubscribeMultipleItems or SubscribeItem method.

 

DISPID (Dispatch ID):

 

For more information, see PullMultipleItemChanges in .NET Reference.

Reads a named item using individual parameters specifying its location, and using server's canonical data type.

 

DISPID (Dispatch ID):

 

For more information, see ReadItem in .NET Reference.

Reads multiple named items, using list of argument objects as an input.

 

DISPID (Dispatch ID):

 

For more information, see OpcLabs.EasyOpc.DataAccess.ComTypes._EasyDAClient.ReadItemList in .NET Reference.

Reads a value of named item using individual parameters specifying its location, using server's canonical data type.

 

DISPID (Dispatch ID):

 

For more information, see ReadItemValue in .NET Reference.

Reads multiple named item values from a single OPC server, using list of argument objects as an input.

 

DISPID (Dispatch ID):

 

For more information, see OpcLabs.EasyOpc.DataAccess.ComTypes._EasyDAClient.ReadItemValueList in .NET Reference.

Reads multiple named items, using array of argument objects as an input.

 

DISPID (Dispatch ID):

 

For more information, see ReadMultipleItems in .NET Reference.

Reads multiple named item values from a single OPC server, using array of argument objects as an input.

 

DISPID (Dispatch ID):

 

For more information, see ReadMultipleItemValues in .NET Reference.

 

DISPID (Dispatch ID):

 

For more information, see remove_Disposed in .NET Reference.

Sets the object properties back to their defaults.

 

DISPID (Dispatch ID):

 

For more information, see Reset in .NET Reference.

Subscribe to OPC item. Specify machine name, server class, item ID, and requested update rate. No state object is specified (suitable for simple scenarios only).

 

DISPID (Dispatch ID):

 

For more information, see SubscribeItem in .NET Reference.

Subscribe to changes of multiple OPC items, using a list. The ItemChanged event will be generated for each significant item change. Callback methods will be invoked if they are specified in the argument objects.

 

DISPID (Dispatch ID):

 

For more information, see OpcLabs.EasyOpc.DataAccess.ComTypes._EasyDAClient.SubscribeItemList in .NET Reference.

Subscribe to changes of multiple OPC items. The ItemChanged event will be generated for each significant item change. Callback methods will be invoked if they are specified in the argument objects.

 

DISPID (Dispatch ID):

 

For more information, see SubscribeMultipleItems in .NET Reference.

Unsubscribe from changes of all OPC items.

 

DISPID (Dispatch ID):

 

For more information, see UnsubscribeAllItems in .NET Reference.

Unsubscribe from OPC item, specifying its handle.

 

DISPID (Dispatch ID):

 

For more information, see UnsubscribeItem in .NET Reference.

Unsubscribe from changes of multiple OPC items, specifying a list of integer handles.

 

DISPID (Dispatch ID):

 

For more information, see OpcLabs.EasyOpc.DataAccess.ComTypes._EasyDAClient.UnsubscribeItemList in .NET Reference.

Unsubscribe from changes of multiple OPC items, specifying an array of integer handles.

 

DISPID (Dispatch ID):

 

For more information, see UnsubscribeMultipleItems in .NET Reference.

Determines whether this instance has the same value as a given other instance.

 

DISPID (Dispatch ID):

 

For more information, see ValueEquals in .NET Reference.

Subscribes to the specified OPC-DA item, and monitors its data until it has "good" quality, an error occurs, or the alloted time elapses.

 

DISPID (Dispatch ID):

 

For more information, see WaitForItemValue in .NET Reference.

Subscribes to the specified OPC-DA items, using a list, and monitors their data until they have at least the quality specified for each item, an error occurs, or the alloted time elapses.

 

DISPID (Dispatch ID):

 

For more information, see OpcLabs.EasyOpc.DataAccess.ComTypes._EasyDAClient.WaitForMultipleItemValueList in .NET Reference.

Subscribes to the specified OPC-DA items, and monitors their data until they have at least the quality specified for each item, an error occurs, or the alloted time elapses.

 

DISPID (Dispatch ID):

 

For more information, see WaitForMultipleItemValues in .NET Reference.

Writes separately given value, timestamp and quality into a named item using individual parameters specifying its location, and a specific data type.

 

DISPID (Dispatch ID):

 

For more information, see WriteItem in .NET Reference.

Writes named items into an OPC server or OPC servers, using a list. Values, qualities and timestamps are written.

 

DISPID (Dispatch ID):

 

For more information, see OpcLabs.EasyOpc.DataAccess.ComTypes._EasyDAClient.WriteItemList in .NET Reference.

Writes a value into a named item using individual parameters specifying its location, and using server's canonical data type.

 

DISPID (Dispatch ID):

 

For more information, see WriteItemValue in .NET Reference.

Writes values into named items in an OPC server or OPC servers, using a list. Only the item values are written (qualities and timestamp are not written).

 

DISPID (Dispatch ID):

 

For more information, see OpcLabs.EasyOpc.DataAccess.ComTypes._EasyDAClient.WriteItemValueList in .NET Reference.

Writes named items into an OPC server or OPC servers. Values, qualities and timestamps are written.

 

DISPID (Dispatch ID):

 

For more information, see WriteMultipleItems in .NET Reference.

Writes values into named items in an OPC server or OPC servers. Only the item values are written (qualities and timestamp are not written).

 

DISPID (Dispatch ID):

 

For more information, see WriteMultipleItemValues in .NET Reference.

Public Properties
The alias provider to be used for resolving aliases by this component.

 

DISPID (Dispatch ID):

 

For more information, see AliasProvider in .NET Reference.

Capacity of the callback queue.

 

DISPID (Dispatch ID):

 

For more information, see CallbackQueueCapacity in .NET Reference.

The idle time before the internal thread executing the queued callbacks is stopped.

 

DISPID (Dispatch ID):

 

For more information, see CallbackQueueIdleTimeToSleep in .NET Reference.

Can be used to distinguish otherwise equal widgets.

 

DISPID (Dispatch ID):

 

For more information, see CustomReference in .NET Reference.

The display string for the current object.

 

DISPID (Dispatch ID): 0

 

For more information, see ToString in .NET Reference.

Contains parameters that influence the behavior of just this instance of the component.

 

DISPID (Dispatch ID):

 

For more information, see InstanceParameters in .NET Reference.

Specifies that you wish that the EasyDAClient object instance works with an "isolated" connection to the OPC server, i.e. one that is not shared with other instances.

 

DISPID (Dispatch ID):

 

For more information, see Isolated in .NET Reference.

Contains parameters that influence the behavior of the component when it is isolated.

 

DISPID (Dispatch ID):

 

For more information, see IsolatedParameters in .NET Reference.

Provides dictionary of license data fields and their values.

 

DISPID (Dispatch ID):

 

For more information, see LicenseInfo in .NET Reference.

Capacity of the event pull queue for item changes.

 

DISPID (Dispatch ID):

 

For more information, see PullItemChangedQueueCapacity in .NET Reference.

Determines whether the component will deliver all callbacks in a queued manner.

 

DISPID (Dispatch ID):

 

For more information, see QueueCallbacks in .NET Reference.

 

DISPID (Dispatch ID):

 

For more information, see Site in .NET Reference.

Gets the OPC technologies supported.

 

DISPID (Dispatch ID):

 

For more information, see SupportedTechnologies in .NET Reference.

Returns a string that represents the current object.

 

DISPID (Dispatch ID):

 

For more information, see ToString in .NET Reference.

Events
Raised when a failure in the eventing infrastructure occurs.

 

DISPID (Dispatch ID): 1001

 

For more information, see EventingFailure in .NET Reference.

Raised for every significant change in an OPC item subscribed to by the SubscribeItem method.

 

DISPID (Dispatch ID): 1002

 

For more information, see ItemChanged in .NET Reference.

See Also

EasyDAClient Object