The repository page for node-opcua
says it supports DataAccess
. But I was not able to find any example in which it connects to an OPC DA server and reads data.
So far I've tried the server_with_da_variables example. I have been able to read its data using sample_client.
Is the method same as connecting to OPC UA Server? Do we use endpoint URL and create session and read using NodeId, or is the procedure different?