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: 1026
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: 1919

Currently Online:
8 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: 6451

Newest Members:

jonathonmcintyre, fannielima, kristiewinkle8, rust, christamcdowall, redaahern07571, nigelbdhmp, travistimmons, AnnelCib, dalenegettinger

Moderators: Jouni Aro: 1026, Pyry: 1, Petri: 0, Bjarne Boström: 1026, Jimmy Ni: 26, Matti Siponen: 346, Lusetti: 0

Administrators: admin: 1