Koseng
Koseng
Hi, I'll also give some more detailed feedback today or tomorrow. I think the handling and understanding of the ConditionId is not correct. The ConditionId is not related to the...
Hi, as mentioned I think the ConditionId is not yet handled correctly. I know this is the most confusing part about the whole Alarms/Conditions. Sorry for so much text, hope...
**Regarding the WIP and the client example #359** Since they (OPC foundation authors) had the glorious idea to model the ConditionId as the NodeId of the event (and not as...
**ConditionRefresh Method** Now I tested the ConditionRefresh() Method. It seems it is not yet fully working as intended. The whole idea of ConditionRefresh() is, when a client comes late to...
Hi guys, that PR here is just too huge. I did a first step and made a PR for the stuff in "common" and "schemas". See #415. Also clients will...
Hi, get_children() just gives you the next layer. In ua_utils.py there are helper methods to collect all children recursively. **Example to collect all variables:** ``` from asyncua.common import ua_utils allVariables...
Hi, ``` for nodeID in allVariables: GetNtest = client.get_node(nodeID) ``` That does not work, because in allVariables list there are no NodeIds. In the list there are Nodes. You don't...
**Advised to user:** What i found is maybe your windows wmi repository is corrupted. That might explain why windows was not able to detect the arduino any more and leads...
Ok the link helped. Problem is resolved. If we now know the reason, we could keep the exception. Or better catch the exception and show a box with the probable...
@neilenns cool. Ok let's do something like that and an additional messagebox would be nice I think.