

19:20, EEST

April 29, 2019

Hello,
is it normal to not receive DataChange notifications when the same value is written to the server?
When i’m writing the same value to a variable to the server, the source/server timestamp doesn’t update
and we can’t recgonize that the value was written. We don’t know if the client is still alive.
Is this expected behaviour?
I couldn’t find if that is normal, so any clarification on this would be of great help.
Thank you!
Best regards,
Kevin
9:55, EEST

April 3, 2012

Hi,
That is the default behaviour of OPC UA, unless you have set a DataChangeFilter with DataChangeTrigger STATUS_VALUE_TIMESTAMP (1.04 Part 4 section 7.12.2). By default the SDK’s MonitoredDataItems do not set a filter, therefore you will get only “STATUS_VALUE” changes, i.e. only if the StatusCode or the actual Value changes.
You can set it via MonitoredDataItem.setDataChangeFilter(DataChangeFilter).
filter.setTrigger(DataChangeTrigger.StatusValueTimestamp);
filter.setDeadbandType(UnsignedInteger.valueOf(DeadbandType.None.getValue()));
Most Users Ever Online: 1919
Currently Online:
24 Guest(s)
Currently Browsing this Page:
1 Guest(s)
Top Posters:
Heikki Tahvanainen: 402
hbrackel: 144
rocket science: 90
pramanj: 86
Francesco Zambon: 83
Ibrahim: 78
Sabari: 62
kapsl: 57
gjevremovic: 49
Xavier: 43
Member Stats:
Guest Posters: 0
Members: 780
Moderators: 8
Admins: 1
Forum Stats:
Groups: 3
Forums: 15
Topics: 1543
Posts: 6509
Newest Members:
anglea06o05589, matsa, Jameshax, Jeffreyfledy, lilliefalconer, Olpsom, shastaappleton, hildred39i, Adam, tammara49zModerators: Jouni Aro: 1029, Pyry: 1, Petri: 0, Bjarne Boström: 1042, Jimmy Ni: 26, Matti Siponen: 353, Lusetti: 0, Elias: 0
Administrators: admin: 1