예제 #1
0
 public void removeUAVControl()
 {
     ControlFolder.uavControl UAVControl2Del = Grid1.FindName("UAVControl") as ControlFolder.uavControl;
     UAVControl2Del.stopThread();
     Grid1.Children.Remove(UAVControl2Del);
     Grid1.UnregisterName(UAVControl2Del.Name);
 }
예제 #2
0
 public void removeRexrothDisplay()
 {
     DisplayFolder.RexrothDisplay RexrothDisplay2Del = Grid1.FindName("RexrothDisplay") as DisplayFolder.RexrothDisplay;
     //BeckhoffDisplay2Del.stopThread();
     Grid1.Children.Remove(RexrothDisplay2Del);
     Grid1.UnregisterName(RexrothDisplay2Del.Name);
 }
예제 #3
0
 public void removeSiemensDisplay()
 {
     DisplayFolder.SiemensDisplay SiemensDisplay2Del = Grid1.FindName("SiemensDisplay") as DisplayFolder.SiemensDisplay;
     //BeckhoffDisplay2Del.stopThread();
     Grid1.Children.Remove(SiemensDisplay2Del);
     Grid1.UnregisterName(SiemensDisplay2Del.Name);
 }
예제 #4
0
 public void removeIOControl()
 {
     ControlFolder.IOControl IOControl2Del = Grid1.FindName("IOControl") as ControlFolder.IOControl;
     IOControl2Del.stopThread();
     Grid1.Children.Remove(IOControl2Del);
     Grid1.UnregisterName(IOControl2Del.Name);
 }
예제 #5
0
 public void removeLogisticsControl()
 {
     ControlFolder.logisticsControl LogisticsControl2Del = Grid1.FindName("LogisticsControl") as ControlFolder.logisticsControl;
     LogisticsControl2Del.stopThread();
     Grid1.Children.Remove(LogisticsControl2Del);
     Grid1.UnregisterName(LogisticsControl2Del.Name);
 }
예제 #6
0
 public void removeRobotControl()
 {
     ControlFolder.robotControl RobotControl2Del = Grid1.FindName("RobotControl") as ControlFolder.robotControl;
     RobotControl2Del.stopThread();
     Grid1.Children.Remove(RobotControl2Del);
     Grid1.UnregisterName(RobotControl2Del.Name);
 }
예제 #7
0
 public void removePneumaticControl()
 {
     ControlFolder.pneumaticControl PneumaticControl2Del = Grid1.FindName("PneumaticControl") as ControlFolder.pneumaticControl;
     PneumaticControl2Del.stopThread();
     Grid1.Children.Remove(PneumaticControl2Del);
     Grid1.UnregisterName(PneumaticControl2Del.Name);
 }
예제 #8
0
 public void removeControlMain()
 {
     ControlFolder.controlMain ControlMain2Del = Grid1.FindName("ControlMain") as ControlFolder.controlMain;
     ControlMain2Del.stopThread();
     Grid1.Children.Remove(ControlMain2Del);
     Grid1.UnregisterName(ControlMain2Del.Name);
 }
예제 #9
0
 public void removeMotorControl()
 {
     ControlFolder.motorControl MotorControl2Del = Grid1.FindName("MotorControl") as ControlFolder.motorControl;
     MotorControl2Del.stopThread();
     Grid1.Children.Remove(MotorControl2Del);
     Grid1.UnregisterName(MotorControl2Del.Name);
 }
예제 #10
0
 public void removeAGVControl()
 {
     ControlFolder.agvControl AGVControl2Del = Grid1.FindName("AGVControl") as ControlFolder.agvControl;
     AGVControl2Del.stopThread();
     Grid1.Children.Remove(AGVControl2Del);
     Grid1.UnregisterName(AGVControl2Del.Name);
 }
예제 #11
0
 private void destroyBeckhoffDisplay()
 {
     DisplayFolder.BeckhoffDisplay BeckhoffDisplay2Del = Grid1.FindName("BeckhoffDisplay") as DisplayFolder.BeckhoffDisplay;
     if (BeckhoffDisplay2Del != null)
     {
         BeckhoffDisplay2Del.exitControl();
     }
 }
예제 #12
0
 private void destroyUAVControl()
 {
     ControlFolder.uavControl UAVControl2Del = Grid1.FindName("UAVControl") as ControlFolder.uavControl;
     if (UAVControl2Del != null)
     {
         UAVControl2Del.exitControl();
     }
 }
예제 #13
0
 private void destroySiemensDisplay()
 {
     DisplayFolder.SiemensDisplay SiemensDisplay2Del = Grid1.FindName("SiemensDisplay") as DisplayFolder.SiemensDisplay;
     if (SiemensDisplay2Del != null)
     {
         SiemensDisplay2Del.exitControl();
     }
 }
예제 #14
0
 private void destroyLogisticsControl()
 {
     ControlFolder.logisticsControl LogisticsControl2Del = Grid1.FindName("LogisticsControl") as ControlFolder.logisticsControl;
     if (LogisticsControl2Del != null)
     {
         LogisticsControl2Del.exitControl();
     }
 }
예제 #15
0
 private void destroyPneumaticControl()
 {
     ControlFolder.pneumaticControl PneumaticControl2Del = Grid1.FindName("PneumaticControl") as ControlFolder.pneumaticControl;
     if (PneumaticControl2Del != null)
     {
         PneumaticControl2Del.exitControl();
     }
 }
예제 #16
0
 private void destroyRobotControl()
 {
     ControlFolder.robotControl RobotControl2Del = Grid1.FindName("RobotControl") as ControlFolder.robotControl;
     if (RobotControl2Del != null)
     {
         RobotControl2Del.exitControl();
     }
 }
예제 #17
0
 private void destroyInspectControl()
 {
     ControlFolder.inspectControl InspectControl2Del = Grid1.FindName("InspectControl") as ControlFolder.inspectControl;
     if (InspectControl2Del != null)
     {
         InspectControl2Del.exitControl();
     }
 }
예제 #18
0
 private void destroyMotorControl()
 {
     ControlFolder.motorControl MotorControl2Del = Grid1.FindName("MotorControl") as ControlFolder.motorControl;
     if (MotorControl2Del != null)
     {
         MotorControl2Del.exitControl();
     }
 }
예제 #19
0
 private void destroyRexrothDisplay()
 {
     DisplayFolder.RexrothDisplay RexrothDisplay2Del = Grid1.FindName("RexrothDisplay") as DisplayFolder.RexrothDisplay;
     if (RexrothDisplay2Del != null)
     {
         RexrothDisplay2Del.exitControl();
     }
 }
예제 #20
0
 private void destroyIOControl()
 {
     ControlFolder.IOControl IOControl2Del = Grid1.FindName("IOControl") as ControlFolder.IOControl;
     if (IOControl2Del != null)
     {
         IOControl2Del.exitControl();
     }
 }
예제 #21
0
 private void destroyPFDisplay()
 {
     DisplayFolder.PFDisplay PFDisplay2Del = Grid1.FindName("PFDisplay") as DisplayFolder.PFDisplay;
     if (PFDisplay2Del != null)
     {
         PFDisplay2Del.exitControl();
     }
 }
예제 #22
0
 private void destroyRobotinoControl()
 {
     ControlFolder.agvControl AGVControl2Del = Grid1.FindName("AGVControl") as ControlFolder.agvControl;
     if (AGVControl2Del != null)
     {
         AGVControl2Del.exitControl();
     }
 }
예제 #23
0
 private void destroyControlMain()
 {
     ControlFolder.controlMain ControlMain2Del = Grid1.FindName("ControlMain") as ControlFolder.controlMain;
     if (ControlMain2Del != null)
     {
         ControlMain2Del.exitControl();
     }
 }