Cristiano

Results 5 comments of Cristiano

> In our local repository [KUZ-Leipzig/opcua-asyncio](https://github.com/KUZ-Leipzig/opcua-asyncio) I have implemented a way so that properties and variables of a EventType's objects are getting monitored too. It can probably help you with...

> In our local repository [KUZ-Leipzig/opcua-asyncio](https://github.com/KUZ-Leipzig/opcua-asyncio) I have implemented a way so that properties and variables of a EventType's objects are getting monitored too. It can probably help you with...

> Can you post the result of this print statement? `print(repr(my_event_type ))` I think it's most likely that either the server or client logic fails to provide a good eventfilter....

Thank you for the prompt reply. Yes, I know that it would be a workaround. _base_node_ is an instance of a subtype of **BaseObjectType**, which has 10 _ObjectType_ components (plus...

Thank you for your answer. Probably I should filter out some kind of cross-reference between the components, I'll do some experiment on the next week and eventually share some insights.