chenluhua1980
2025-11-17 968405dbb155e67a877ab59de7e872824eeb700b
SourceCode/Bond/Servo/CPageGraph1.cpp
@@ -560,37 +560,7 @@
   // 移动到指定位置 (测试使用)
   if (pGraphNmhdr->dwData == INDICATE_LPORT1) {
      StartRobotMoveToPosition(SERVO::ROBOT_POSITION::Port1);
   }
   else if (pGraphNmhdr->dwData == INDICATE_LPORT2) {
      StartRobotMoveToPosition(SERVO::ROBOT_POSITION::Port2);
   }
   else if (pGraphNmhdr->dwData == INDICATE_LPORT3) {
      StartRobotMoveToPosition(SERVO::ROBOT_POSITION::Port3);
   }
   else if (pGraphNmhdr->dwData == INDICATE_LPORT4) {
      StartRobotMoveToPosition(SERVO::ROBOT_POSITION::Port4);
   }
   else if (pGraphNmhdr->dwData == INDICATE_ALIGNER) {
      StartRobotMoveToPosition(SERVO::ROBOT_POSITION::Aligner);
   }
   else if (pGraphNmhdr->dwData == INDICATE_FLIPER) {
      StartRobotMoveToPosition(SERVO::ROBOT_POSITION::Fliper);
   }
   else if (pGraphNmhdr->dwData == INDICATE_BONDER1) {
      StartRobotMoveToPosition(SERVO::ROBOT_POSITION::Bonder1);
   }
   else if (pGraphNmhdr->dwData == INDICATE_BONDER2) {
      StartRobotMoveToPosition(SERVO::ROBOT_POSITION::Bonder2);
   }
   else if (pGraphNmhdr->dwData == INDICATE_VACUUM_BAKE) {
      StartRobotMoveToPosition(SERVO::ROBOT_POSITION::Bake);
   }
   else if (pGraphNmhdr->dwData == INDICATE_BAKE_COOLING) {
      StartRobotMoveToPosition(SERVO::ROBOT_POSITION::Cooling);
   }
   else if (pGraphNmhdr->dwData == INDICATE_MEASUREMENT) {
      StartRobotMoveToPosition(SERVO::ROBOT_POSITION::Measurement);
   }
   
   *pResult = 0;