Is there an existing function to find/discover OPC servers?
I thought system.opc.browse() in the scripting module might discover any local OPC servers, but it only browses OPC server connections that have been created in the Gateway. My hope was to discover any OPC Servers running locally (or perhaps on a specified host) and then programatically create new OPC Server connections in the Gateway.
Thanks.