Replies: 3 comments 14 replies
-
https://reference.opcfoundation.org/ i dont think its part of the OPC UA Spec. |
Beta Was this translation helpful? Give feedback.
-
OPC UA itself may can handle HTTPS requests (see OPC UA HTTPS, even HTTPS UA-JSON is in the specs). Haven't seen or dealed with it so far, but in my understanding, it could be possible. But we don't support it at the moment, just TCP binary. What is possible is to read and write data to a node. Even async (via asyncio)! Take a look in the examples. |
Beta Was this translation helpful? Give feedback.
-
The OPC UA REST API Demo can be found here. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm a beginner user here.
I have an issue regarding retrieve OPCUA values and return them in json format.
Currently, I have a script like this which only take a value in a time. I also give a small explaination regarding the script with "#".
'Get' command to download the desired submodel
'Get' command response
Saving the submodel as a json format
#Reading OPCUA data
#Saving the new submodel as a json file
#with open('new.json', 'w') as outfile:
Do you have any suggestion or idea to get and put several OPCUA nodes in asynchronous way?
Beta Was this translation helpful? Give feedback.
All reactions