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