Replies: 1 comment 5 replies
-
Server or Client? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I see a need for keeping track of the sampling interval for monitored items.
A monitored item with different sampling interval than
self.parameters.RequestedPublishingInterval
can be created by using:async def create_monitored_items(self, monitored_items) -> List[Union[int, ua.StatusCode]]:
I think that it would be good to verify this against SamplingInterval in the request with RevisedSamplingInterval in case there is a missmatch and to set samplingInterval to RevisedSamplingInterval with modify monitored items.
What do you think?
Beta Was this translation helpful? Give feedback.
All reactions