Skip to content

Instantly share code, notes, and snippets.

@h3xagn
Created June 11, 2023 10:50
Show Gist options
  • Save h3xagn/a994acb8c57b0ded078d167014814e5f to your computer and use it in GitHub Desktop.
Save h3xagn/a994acb8c57b0ded078d167014814e5f to your computer and use it in GitHub Desktop.
Build an OPC UA bridge in Python: https://h3xagn.com
{
"ns=3;s=\"analog data\".\"Level\"": {
"tagName": "analogdata_Level"
},
"ns=3;s=\"analog data\".\"Current\"": {
"tagName": "analogdata_Current"
},
"ns=3;s=\"analog data\".\"Speed\"": {
"tagName": "analogdata_Speed"
},
"ns=3;s=\"analog data\".\"Weight\"": {
"tagName": "analogdata_Weight"
},
"ns=3;s=\"discrete data\".\"Status\"": {
"tagName": "dicreatedata_Status"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment