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
Monitored Item Example Uses Deprecated Implementation
August 26, 2014
12:35, EEST
Avatar
OndrejBlazek
Member
Members
Forum Posts: 19
Member Since:
July 22, 2014
sp_UserOfflineSmall Offline

In the “Prosys_OPC_UA_Java_SDK_Client_Tutorial” that comes with the JAVA SDK, the suggested code for monitoring a tag for changes is along the lines of:

MonitoredDataItem monitorItem = new MonitoredDataItem(tagNode, Attributes.Value, MonitoringMode.Reporting);
monitorItem.setSamplingInterval(SamplingRate);
monitorItem.addChangeListener(dataChangeListener);
clientSubscription.addItem(monitorItem);

This however produces a warning (not an error so the code is still usable as is but not recommended because of possible compatibility issues in the future) indicating that:

addChangeListener(MonitoredDatatItemListener) from the type MonitoredDataItem is deprecated

The code works fine with this warning and Eclipse even provide an option for suppressing the warning but it seems that this method may be removed in future versions of the SDK. What is the proper, non-deprecated, way to add data change listeners without using the deprecated addChangeListener method?

August 27, 2014
10:07, EEST
Avatar
Jouni Aro
Moderator
Moderators
Forum Posts: 1009
Member Since:
December 21, 2011
sp_UserOfflineSmall Offline

Yes the new way to register the listener is to use setDataChangeListener() – the previous list backend was changed to a single instance to improve performance. addChangeLIstener() will call that one, if it’s not set already.

This has been changed in the SampleConsoleClient, but the Tutorial doc was still referring to the old method. Will be fixed in the next release.

Forum Timezone: Europe/Helsinki

Most Users Ever Online: 518

Currently Online:
21 Guest(s)

Currently Browsing this Page:
1 Guest(s)

Top Posters:

hbrackel: 135

pramanj: 86

Francesco Zambon: 81

rocket science: 77

ibrahim: 75

Sabari: 62

kapsl: 57

gjevremovic: 49

Xavier: 43

fred: 41

Member Stats:

Guest Posters: 0

Members: 682

Moderators: 16

Admins: 1

Forum Stats:

Groups: 3

Forums: 15

Topics: 1467

Posts: 6259

Newest Members:

fidelduke938316, Jan-Pfizer, DavidROunc, fen.pang@woodside.com, aytule, rashadbrownrigg, christi10l, ahamad1, Flores Frederick, ellenmoss

Moderators: Jouni Aro: 1009, 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