0% found this document useful (0 votes)
8 views1 page

Pages from 6- Data Subscription

The document outlines the major data flow for PPA/OPC Data Access, detailing the steps involved in managing OPC groups and items. It describes the processes of creating groups, adding items, establishing connections, and handling data changes. Key methods such as AddGroup, AddItems, and OnDataChange are highlighted as part of the subscription management workflow.

Uploaded by

rubhernandez
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views1 page

Pages from 6- Data Subscription

The document outlines the major data flow for PPA/OPC Data Access, detailing the steps involved in managing OPC groups and items. It describes the processes of creating groups, adding items, establishing connections, and handling data changes. Key methods such as AddGroup, AddItems, and OnDataChange are highlighted as part of the subscription management workflow.

Uploaded by

rubhernandez
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Data

Subscription PPA/OPC Data Access – Major Data Flow

Workplace OPC Client 1. AddGroup


Creates a group object, where a group is a logical container
Process Display for a client to organize and manipulate data items

ly
2. DAdvise

Process Graphics 3. AddItems


O n
Creates a connection between the OPC Group and the Client

s
1

2
Subscription Management

ose
Add one or more items to a group. If Advise is active,
the client will begin receiving callbacks for active items.

rp
3 OPC DA Handler 4. FindOrCreateConnector
Group 8

ry
7

Pu
Creates a CSLib connection

na
5. AddConnectorItems
g
Object
9

i i n
Forwards AddItems to Connector. Based on the update rate

n
im i
in AddItems, OPC groups are created by the Adapter in the

r e l
5

Tr 4
a OPC DA Server.

P
6 6. NewSubscriptionValues

e t a This method in the OPC Handler is called by the data source

B
connector (via CSLib NewValueEvent) when there is new
OPC DA Connector

o r data for a group.

F
7. OnDataChange
OPC DA Adapter Data callback
8. DUnadvise
Terminate the connection between the OPC Group and the
Client
© ABB - Page 6

9. RemoveGroup
Group OPC DA Server Deletes the OPC Group from the server.
April 2006

Object

You might also like