In my OPC-UA Client implementation based on milo i need a lot of subscriptions. Therefore i used the example from:
But what does the requestedPublishingInterval of 1000.0 in
UaSubscription subscription = client.getSubscriptionManager().createSubscription(1000.0).get();
mean?
Furthermore, where does the parameter _samplingInterval
in MonitoringParameters
stand for?
Thank you!