I'm working the first time on a project that requires an OpcUA connection. I'm using the Qt wrapper (Qt OPCUA) with the open62541 backend. The manufacturer of t
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
I have reduce and checked with SamplingInterval and PublishingInterval..values There is no impact. can you suggest any way? Let me know.