Avatar

Please consider registering
guest

sp_LogInOut Log In sp_Registration Register

Register | Lost password?
Advanced Search

— Forum Scope —




— Match —





— Forum Options —





Minimum search word length is 3 characters - maximum search word length is 84 characters

sp_Feed Topic RSS sp_TopicIcon
SubscriptionNotoficationListener
September 19, 2013
15:49, EEST
Avatar
jakblu
Member
Members
Forum Posts: 7
Member Since:
September 19, 2013
sp_UserOfflineSmall Offline

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

September 20, 2013
11:19, EEST
Avatar
Jouni Aro
Moderator
Moderators
Forum Posts: 1010
Member Since:
December 21, 2011
sp_UserOfflineSmall Offline

Try this:

				if (notificationData instanceof DataChangeNotification) {
					DataChangeNotification dataChangeNotification = (DataChangeNotification) notificationData;
					for (MonitoredItemNotification notification : dataChangeNotification
							.getMonitoredItems()) {
						MonitoredDataItem item;
						try {
							item = (MonitoredDataItem) Subscription.getItem(notification
									.getClientHandle());
	...
September 20, 2013
11:49, EEST
Avatar
jakblu
Member
Members
Forum Posts: 7
Member Since:
September 19, 2013
sp_UserOfflineSmall Offline

Hey Jouni Aro,

A thousand thanks! Didn’t found the function in the Subscription.
Thank you for your advise. Wink

Regards, jakblu

Forum Timezone: Europe/Helsinki

Most Users Ever Online: 518

Currently Online:
17 Guest(s)

Currently Browsing this Page:
1 Guest(s)

Top Posters:

hbrackel: 135

pramanj: 86

Francesco Zambon: 81

rocket science: 77

Ibrahim: 76

Sabari: 62

kapsl: 57

gjevremovic: 49

Xavier: 43

TimK: 41

Member Stats:

Guest Posters: 0

Members: 682

Moderators: 16

Admins: 1

Forum Stats:

Groups: 3

Forums: 15

Topics: 1467

Posts: 6261

Newest Members:

karrimacvitie5, graciela2073, sagarchau, elviralangwell4, Donnavek, Eddiefauth, DonaldPooma, fidelduke938316, Jan-Pfizer, DavidROunc

Moderators: Jouni Aro: 1010, Otso Palonen: 32, Tuomas Hiltunen: 5, Pyry: 1, Petri: 0, Bjarne Boström: 983, Heikki Tahvanainen: 402, Jukka Asikainen: 1, moldzh08: 0, Jimmy Ni: 26, Teppo Uimonen: 21, Markus Johansson: 42, Niklas Nurminen: 0, Matti Siponen: 321, Lusetti: 0, Ari-Pekka Soikkeli: 5

Administrators: admin: 1