dOPC Client Toolkit
Close
dOPCAE.TdOPCEventServer
dOPCAE_TdOPCEventServerdOPCAE_TdOPCEventServerdOPCAE_TdOPCEventServerdOPCAE_TdOPCEventServer

class to connect to an OPC AE Server 

TdOPCEventServer is a component to control, browse, read and write data from an to any installed OPC Alarm and Event server.

TdOPCEventServer = class(TdOPCClient);
class TdOPCEventServer : public TdOPCClient;

The client has to create a TdOPCEventServer object first in order to get references to other objects. It contains the TdOPCEventFilters and TdOPCEvents collections and also provides a TdOPCEventAreaBrowser object. At first the client has to establish a connection to an OPC AE custom interface (see the TdOPCClient.Connect method or the TdOPCClient.Active property). The the TdOPCEventServer object can be used to obtain general information about an OPC server and to get event notfications automatically by using the TdOPCEventServer.OnEndUpdate event.

There are several examples in the directory DEMO/AE:

Example
Description
Simple
simple alarm and event monitor
A&E Client
a complete alarm and event monitor program
BrowserAE
example how to use the TdOPCEventAreaBrowser class
example how to change filter properties at runtime
ConditionView
example how to use the GetConditionState method
Category
example how to use the Categories and Conditions properties
Kassl GmbH Copyright © 2024. All rights reserved.