Category "opc-ua"

opcua - not getting all values in the queue after setting sample rate

This is my code in python: client = Client('opc.tcp://DESKTOP-D1B43P9.mshome.net:53530/OPCUA/SimulationServer') client.connect() counter = client.get_node("ns=3

is there any way to reduce the Tags browse time in OPC UA client?... while connected OPC UA Server

I have reduce and checked with SamplingInterval and PublishingInterval..values There is no impact. can you suggest any way? Let me know.