public void Bringdown()
 {
     RTC0.RadioTelescope.PLCDriver.Bring_down();
     RTC1.RadioTelescope.PLCDriver.Bring_down();
     RTCMT0.RequestToKill();
     RTCMT1.RequestToKill();
     PLCCCH0.Bring_down();
     PLCCCH1.Bring_down();
 }
Beispiel #2
0
 public void Bringdown()
 {
     // RTC0.RadioTelescope.PLCDriver.Bring_down();
     //  RTC1.RadioTelescope.PLCDriver.Bring_down();
     RTC0 = null;
     RTC1 = null;
     RTCMT0.RequestToKill();
     RTCMT1.RequestToKill();
     RTCMT1  = null;
     RTCMT0  = null;
     PLCCCH0 = null;
     PLCCCH1 = null;
     // PLCCCH0.Bring_down();
     Thread.Sleep(100);
 }