sb934
sb934
I have my Node Details in a JSON file. This is what I am doing... ``` if(len(config['Tags'])): for obj in config['Tags']: try: node = client.get_node(obj['node_addr']) node_value = node.get_value() print(obj['tag'],':',str(node_value),'\n') v1...
    As mentioned earlier: As soon as I open these tags in UAExpert. The Python script is able to read values without any exceptions. Attaching a screenshot...
@AndreasHeine you got anything mate?
If I use the subscriber class instead of manually reading the value, it throws the same "Bad Status" error. I can try again though. Didn't get you on the browsing...
What I don't understand is that how is UAExpert and Python script connected? Like why does the code stop giving me errors and starts reading the value as soon as...
I am unable to use either Basic256 or Basic128Rsa15 with my client using freeopcua. Is there any workaround for this issue? The server I am trying to connect to only...
So basically no way for me to connect to this server using python? :-1:
_Server.py - security string_ `server.set_security_policy([ ua.SecurityPolicyType.Basic128Rsa15_SignAndEncrypt, ua.SecurityPolicyType.Basic128Rsa15_Sign, ua.SecurityPolicyType.Basic256_SignAndEncrypt ])` The server runs fine, however client throws an error on using any of the above mentioned policies... > opcua.ua.uaerrors._base.UaError: No matching...
Haha no worries. I am new to this, working on a school project. Can you help me on how to use an older version of opcua if that solves the...
I can share my simulation server-client code with you if I can get your email?