Beispiel #1
0
 public void lambaKontrolConnect()
 {
     // PLCDurumu = PLCDurumlari.KULLANILAMAZ;
     client = new TcpClient();
     if (cGenel.xByPass == false && client.Connected == false)
     {
         if (Connect())
         {
             PLCDurumu = PLCDurumlari.UYGUN;
         }
     }
 }
Beispiel #2
0
 public stepKontrol()
 {
     PLCDurumu = PLCDurumlari.KULLANILAMAZ;
 }