/// <summary> /// Connects all serves and starts pumping the datat . /// </summary> public void Start() { OPC_Interface.SwitchOnAllServers(); }
/// <summary> /// Switch on Scanning of thr all goups and complet initiaition /// </summary> internal static void SwitchOnScanning() { OPC_Interface.SwitchOnAllServers(); OPCClientTransaction.SwitchOnAll(); }