15:49, EEST
September 19, 2013
Hello everyone,
I try to write a data server, that subscribes to data from an OPC UA Server and push this data to another client.
In the SubscriptionNotificationListener the function onDataChange(…) is called for every MonitoredDataItem individually, but my aim is to call one function for all MonitoredDataItems that changed in the PublishingInterval, like the onNotificationData(…) function. I tried this function, but I only get the values and can’t match the values to the MonitoredItems they refer. Is there a function or a way to get a list of changed MonitoredDataItems after each PublishingInterval? I didn’t find a way until now.
I hope my problem is understandable.
Kind regards,
jakblu
11:19, EEST
December 21, 2011
Try this:
if (notificationData instanceof DataChangeNotification) { DataChangeNotification dataChangeNotification = (DataChangeNotification) notificationData; for (MonitoredItemNotification notification : dataChangeNotification .getMonitoredItems()) { MonitoredDataItem item; try { item = (MonitoredDataItem) Subscription.getItem(notification .getClientHandle()); ...
Most Users Ever Online: 1919
Currently Online: mithun
21 Guest(s)
Currently Browsing this Page:
1 Guest(s)
Top Posters:
Heikki Tahvanainen: 402
hbrackel: 144
rocket science: 88
pramanj: 86
Francesco Zambon: 83
Ibrahim: 78
Sabari: 62
kapsl: 57
gjevremovic: 49
Xavier: 43
Member Stats:
Guest Posters: 0
Members: 738
Moderators: 7
Admins: 1
Forum Stats:
Groups: 3
Forums: 15
Topics: 1524
Posts: 6450
Newest Members:
jonathonmcintyre, fannielima, kristiewinkle8, rust, christamcdowall, redaahern07571, nigelbdhmp, travistimmons, AnnelCib, dalenegettingerModerators: Jouni Aro: 1026, Pyry: 1, Petri: 0, Bjarne Boström: 1026, Jimmy Ni: 26, Matti Siponen: 346, Lusetti: 0
Administrators: admin: 1