uaPLUS Reference
DBAPlugin Class
Members  See Also  Send Feedback
HDAPluginDBA Namespace : DBAPlugin Class

Glossary Item Box

Read modified datapoints from the database. Update handling. The methods update the database by inserting, replacing or deleting data points. These methods are called either from: - the client call handling for synchronuos calls - the update handling thread for asynchronuos calls Defines the Server capabilities and status Annotations read and insert handling. These methods are called either from: - the client call handling for synchronuos calls - the annotation handling thread for asynchronus calls Read attributes from the database. ReadRaw handling. An instance of this class is created in the HDAPlugin.dll. Tis instance is used for all database read access. The raw data is read from the database and returned in OPC HDA compliant form according the client call parameters. In most application it should only be necessary to adapt the GetItemData() method. ReadProcessed handling. The data is read from the database and returned in OPC HDA compliant form according the client call parameters. In most application it should only be necessary to adapt the GetItemData() method.

Object Model

DBAPlugin Class

Syntax

Visual Basic (Declaration) 
Public Class DBAPlugin 
   Implements I_HDAPluginDBA.IDBAPlugin 
C# 
public class DBAPlugin : I_HDAPluginDBA.IDBAPlugin  

Inheritance Hierarchy

System.Object
   HDAPluginDBA.DBAPlugin

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

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