Name | Description | |
---|---|---|
BrowseAccessPaths | Browses the possible access paths of a specified OPC item. Browse for access paths. Specify machine name, server class, and item ID. | |
BrowseBranches | Overloaded. .NET
| |
BrowseLeaves | Overloaded. .NET
| |
BrowseNodes | Browses the specified branch (or root) in OPC server's address space, and returns information about child nodes (both branches and leaves) found. Browse for child nodes. Specify machine name, server class, parent item ID, and node filter. | |
BrowseProperties | Browses the available properties of a specified OPC item. Browse for available item properties. Specify machine name, server class, and item ID. | |
BrowseServers | Overloaded. .NET | |
ChangeItemSubscription | Overloaded. Changes parameters of a subscription to a particular OPC item.
It is more efficient to change multiple subscriptions using ChangeMultipleItemSubscriptions method. .NET | |
Equals | (Inherited from object) | |
GetHashCode | Serves as the default hash function. (Inherited from object) | |
GetMultiplePropertyValues | Overloaded. This method does not throw an exception in case of OPC operation failures. Instead, the eventual exception related to each property is returned in Exception property of each returned OpcLabs.BaseLib.OperationModel.ValueResult element. .NET | |
GetPropertyValue | Overloaded. .NET
| |
GetType | Gets the System.Type of the current instance. (Inherited from object) | |
PullItemChanged | Attempts to pull an OPC item change subscribed to by the SubscribeMultipleItems or SubscribeItem method. | |
ReadItem | Overloaded. The server can be local or can be remotely accessed via DCOM. Optionally, an access path can be specified or a specific data type can be requested. The ReadItem method only waits for the first update from the server (or until the timeout elapses); it does not wait until the quality becomes "uncertain" or "good". .NET
| |
ReadItemValue | Overloaded. The server can be local or can be remotely accessed via DCOM. Optionally, an access path can be specified or a specific data type can be requested. Use this method if you are only interested in the actual value of the OPC item. Use ReadItem method if you also need the quality or timestamp. The ReadItemValue method makes it very easy to obtain the actual data value with just one function call. The ReadItemValue method waits until the quality becomes "good", or the timeout elapses. .NET | |
ReadMultipleItems | Overloaded. Reads named items from an OPC server or OPC servers. Values, qualities and timestamps are returned. | |
ReadMultipleItemValues | Overloaded. The servers can be local or can be remotely accessed via DCOM. Optionally, an access path can be specified or a specific data type can be requested. The ReadMultipleItemValues method requires that the quality is "good" for each item. The function performs all individual operations in parallel, but only returns after all individual operations are completed (or their timeouts elapse). This method does not throw an exception in case of OPC operation failures. Instead, the eventual exception related to each item is returned in Exception property of each returned OpcLabs.EasyOpc.DataAccess.OperationModel.DAVtqResult element. | |
SubscribeItem | Overloaded. It is more efficient to subscribe to multiple items using the .NET | |
SubscribeMultipleItems | Overloaded. | |
ToString | Returns a string that represents the current object. (Inherited from object) | |
UnsubscribeItem | Unsubscribe from changes of a particular OPC item. Unsubscribe from OPC item, specifying its handle. | |
WriteItem | Overloaded. The server can be local or can be remotely accessed via DCOM. Optionally, an access path can be specified or a specific data type can be requested. .NET | |
WriteItemValue | Overloaded. The server can be local or can be remotely accessed via DCOM. Optionally, an access path can be specified or a specific data type can be requested. |