Jump to content

OPC Data Access

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Kurtthaus (talk | contribs) at 02:03, 11 September 2012. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

The OPC Data Access Specification is the first of a group of specifications known as the Classic OPC Specifications.

OPC Data Access is a group of standards that provides specifications for communicating real-time data from data acquisition devices such as PLCs to display and interface devices like Human-Machine Interfaces (HMI). The specifications focus on the continuous communication of data.

The OPC Data Access specification is also known as OPC DA. OPC DA deals only with real-time data and not historical data (for historical data you need to use OPC Historical Data Access, or OPC HDA). There are three attributes associated with OPC DA. These are (1) a value, (2) the quality of the value, and (3) a timestamp. The OPC DA specification states that these three attributes have to be returned to an OPC client making a request. Therefore, if the data source is not capable of providing a timestamp, for example, the OPC DA server must create a timestamp.

The Classic OPC specifications are based on the Microsoft DCOM technology and define a C++ interface. Several vendors offer .NET toolkits to make the OPC interface accessible in .NET applications.

The newer OPC .NET (OPC Xi) specification bases on WCF (Windows Communication Foundation) and defines a .NET interface with the functionality of the Classic OPC specifications OPC DA, OPC HDA and OPC AE (Alarms&Events).

See also