sb934

Results 16 comments of 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...

![image](https://user-images.githubusercontent.com/64574022/95780853-b2d91480-0c9a-11eb-8ea6-d334cbb75878.png) ![image](https://user-images.githubusercontent.com/64574022/95781051-09dee980-0c9b-11eb-8e6b-1b6899f84dc5.png) ![image](https://user-images.githubusercontent.com/64574022/95781137-3266e380-0c9b-11eb-8bda-7181d864fc5c.png) ![image](https://user-images.githubusercontent.com/64574022/95781236-5f1afb00-0c9b-11eb-9ba4-c3c8c356d003.png) 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...

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?