Topic RSS15:59, EET
February 21, 2014
OfflineHi,
according to the specification, a server shall not send data changes with a higher update rate than requested by the client with the minimumSamplingInterval. The Server SDK doesn’t seem to respect this. Updates are sent always at the highest update rate.
Inside the my server, the variables are either updated by using the UaVariableOfSomeKind.setValue() method or by using notifyDataChange() on a monitoredItem. NotifyDataChange() should still engage the dataChangeFilter mechanism, I think.
Can the above behavior be corrected by overwriting the defaults using any of the available handlers?
PS: the publishingInterval of the subscription in the above scenarios is shorter than the requested samplingInterval
Thanks,
Hans-Uwe
7:38, EET
December 21, 2011
Offline10:31, EET
April 3, 2012
OfflineWill do after 2.2.2 release is done. It seems implementing this may take some time/changes on how the data changes are notified to the Subscription from MonitoredDataItems.
Probably the easiest way to get this working until a fix is made is to limit the data values sent to .setValue or notifiyDataChange to the samplinginterval in the application specific code.
– Bjarne
1 Guest(s)

Log In
Register