Hi !
Could be a nice feature to use Subscriptions instead of GetNode to get values from an opc-ua server.
Advantage, data displaying will be more efficient and reactive than the getNode every scan_interval.
And on the network perspective a call on the Get node create a new network connection between the client and the server, every time.
The subscription functions keeps the connection open.
Hi !
Could be a nice feature to use Subscriptions instead of GetNode to get values from an opc-ua server.
Advantage, data displaying will be more efficient and reactive than the getNode every scan_interval.
And on the network perspective a call on the Get node create a new network connection between the client and the server, every time.
The subscription functions keeps the connection open.