public void Bringdown() { RTC0.RadioTelescope.PLCDriver.Bring_down(); RTC1.RadioTelescope.PLCDriver.Bring_down(); RTCMT0.RequestToKill(); RTCMT1.RequestToKill(); PLCCCH0.Bring_down(); PLCCCH1.Bring_down(); }
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); }