Topic RSS10:28, EEST
October 17, 2016
OfflineHi,
My server is the opc-ua server siemens S7. In order to communicate with the server I am using prosysopc java sdk. The connection is working fine. I have set the samplinginterval=0.0 and QueueSize=100000, but I am surprised to see that samplingInterval=100.0 (monitoredItem.getSamplingInterval()) and QueueSize=1000 (monitoredItem.getQueueSite()) when I print out this parameters from my onDataChange method.
Any idea why my settings is not working?
Owen
11:08, EEST
December 21, 2011
Offline11:21, EEST
October 17, 2016
Offline11:37, EEST
December 21, 2011
Offline12:02, EEST
October 17, 2016
Offline13:02, EEST
December 21, 2011
OfflineYou requested SamplingInterval 0.0, which means “use the fastest possible” and the server revised it to 100.0, informing you of the actual interval it will use. Note also that typically, the SamplingInterval equals to PublishingInterval of the subscription. In this case, SamplingInterval can be set to -1 (or any negative value). You should be able to set the SamplingInterval to higher than 100.0, at least as high as the PublishingInterval of the subscription. (Even higher than PublishingInterval is specified to be possible, but the JavaSDK for example, does not support that in practice at the moment)
The server probably wants to limit the queueSize to 1000 to conserve its resource consumption.
1 Guest(s)

Log In
Register