Integrations & Setup
...
OPC-UA
Testing an OPC-UA connection
step 1 install an opc ua client (explorer/browser) you need a tool to connect to and browse your opc ua server here are some free options client name platforms link uaexpert windows, linux https //www unified automation com/products/development tools/uaexpert html prosys opc ua browser windows, linux, mac https //prosysopc com/products/opc ua browser/ opc ua commander command line (node js) https //github com/node opcua/opcua commander some paid opc ua servers (like kepware and ignition) offer a built in explorer (opc quick client) to browse the server without extra setup step 2 gather connection details to connect, you’ll need endpoint the ip address and port of the opc ua server (holding a valid opc ua server certificate) authentication username and password (if required) security mode ( https //reference opcfoundation org/v104/core/docs/part2/4 8/ ) none no encryption, just authentication sign authentication + signed messages (needs certificates) sign and encrypt authentication + signed + encrypted messages security policy which signature/encryption algorithms to use ( https //reference opcfoundation org/v104/core/docs/part2/4 6/ ) tip if your client and server are on the same machine, you can often connect without encryption or authentication for remote connections, always use encryption and authentication step 3 browse nodeids once connected, you can browse the server to see available data points (nodeids), their current values, and more the example below shows how this works using prosys opc ua browser some servers allow you to export a list of nodeids for bulk configuration